Coloring text with CSS is easy and it takes values similar to the color property of HTML. A color value is given using hexadecimal or RGB values which were discussed earlier.
color:#00f;
or
color:#0000ff;
or
color: rgb(100%,100%,100%);
or
color: rgb(255,255,255);
HTML color keywords can also be used and which are
Aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal, white and yellow