gaqtracker.blogg.se

.css color codes
.css color codes










.css color codes

#0000FF - This HTML code shows just blue and no red and green. #00FF00 - This HTML code shows just green and no red and blue. #FF0000 - With this HTML code we tell browser to show maximum of red and no green and no blue. So with combining the intensity of red, green and blue we can mix almost any color that our heart desire )

A can be defined in any of the following ways: Using a keyword (such as blue or transparent). A may also include an alpha-channel transparency value, indicating how the color should composite with its background. The third and fourth represents intensity of green and fifth and sixth represents the intensity of blue. The CSS data type represents a color.

00 is the least and FF is the most intense.

.css color codes

The first two symbols in HTML color code represents the intensity of red color. For example "FF" in hexadecimal represents number 255 in Decimal.

.css color codes

These numbers are in hexadecimal numeral system. So you are wondering "Does this weird combination of letters and numbers have any meaning?" Well the answer is "Yes" and this is how it goes:)Įach HTML code contains symbol "#" and 6 letters or numbers.












.css color codes