Quackit Logo
Sponsored Links
FREE Hosting!
With every domain you register with ZappyHost you get FREE hosting.
$1.99 Domain Names
With every new non-domain purchase thru ZappyHost, you get a domain name for only $1.99.
Create a website for free - uCoz
Build a website quickly and easily Customizable templates and graphics

CSS color

Print Version

Also see the full, alphabetical list of CSS properties


The CSS color property is used for setting the color (more specifically, the foreground color) of elements. The color property can be used in conjunction with the backgound-color property to achieve the desired effect.

Choose your colors quickly with the HTML color picker.

Syntax: color: <value>
Possible Values:
  • auto
  • <color>. This value can be expressed as one of the following:
    • keyword (for example, 'red')
    • RGB value - hexadecimal notation (for example #ff0000)
    • RGB value - functional notation (for example rgb(255,000,000) or rgb(100%,0%,0%))
  • inherit
Initial Value: Depends on the user agent. For example, your browser sets its own default colors for different elements.
Applies to: All elements
Inherited: Yes
Media: Visual
Example:
color: red;
color: #ff0000;
color: rgb(255,0,0);
color: rgb(100%,0%,0%);
(These all acheive the same result)
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this website?

  1. Add this page to your Favorites
  2. Link to this page (copy/paste into your own website or blog):
  3. Help support Quackit by making a donation
  4. Add this page to your favorite social bookmarks sites:      

Oh, and thank you for supporting Quackit!