CSS3 Without Tears: Learn CSS3 the easy way by David Hutchful

CSS3 Without Tears: Learn CSS3 the easy way by David Hutchful

Author:David Hutchful [Hutchful, David]
Language: eng
Format: azw3
Published: 2017-06-17T04:00:00+00:00


Chapter 32

Hexadecimal Colours

A hexadecimal has 16 digits, from 0 to f.It is prefixed with a hash character (#) and can be three or six digits in length.

It can be written as: #RRGGBB, where RR (red), GG (green) and BB (blue)

Note: HEX values are not case-sensitive: "#ff0000" is the same as "FF0000".

Colour value (aqua, black, blue, fuchsia, grey, green, lime, maroon, navy, olive, purple, red, silver, teal, white)

Colour names are not case-sensitive: "Red" is the same as "red" or "RED".

Or as a hex code (#ff0000)

These will give you the same value for red

red

rgb(255,0,0)

rgb(100%,0%,0%)

#ff0000

#f00



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.