Difference between revisions of "CSS GUIDE COLOR"
(→Summary) |
(→Legal Values) |
||
Line 23: | Line 23: | ||
Values can be entered in 3 ways: | Values can be entered in 3 ways: | ||
− | |||
− | |||
− | |||
+ | <table border="2"> | ||
+ | <tr> | ||
+ | <td>Hexadecimal (preferred)</td>#000000 - #ffffff<td></td><td>#FF0000 is red,#0000FF is blue<td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | </tr> | ||
+ | </table> | ||
+ | *Hexadecimal (preferred) - Range: | ||
+ | *Color Name - Ran | ||
+ | *RGB Value - e.g. rgb(0,100,200) | ||
See [[#Usage Examples | usage examples]] section for more details. | See [[#Usage Examples | usage examples]] section for more details. | ||
Revision as of 12:45, 28 October 2006
This document is a work in progress and is subject to change.
Contents
Summary
The color property is used the set the text color for a given element. The text color of an element may also be referred to as the foreground colour.
Applicability: | The color property can be used for all CSS elements. | |
Media Group: | Visual | |
Inherited: | Yes |
Syntax
Legal Values
Values can be entered in 3 ways:
Hexadecimal (preferred) | #000000 - #ffffff#FF0000 is red,#0000FF is blue | ||
- Hexadecimal (preferred) - Range:
- Color Name - Ran
- RGB Value - e.g. rgb(0,100,200)
See usage examples section for more details.
Mozilla Recommended Values
Usage Examples
Notes
Specification Conformance
- CSS 1
- CSS 2.1
- CSS 3