Monday 29 December 2014

HTML color code from a website



Colors are displayed combining RED, GREEN, and BLUE light.

Color Values

Colors are defined using a hexadecimal (hex) notation for the Red, Green, and Blue values (RGB).
The lowest value for each light source is 0 (hex 00). The highest value is 255 (hex FF).
Hex values are written as # followed by either three or six hex characters.
Three-digit notations (#rgb) are automatically converted to six digits (#rrggbb):

 Useful Link For CSS Designer

1) colors by HEX Value

http://www.w3schools.com/html/html_colorvalues.asp

2) Mix two colors and see the result with Color Code.

http://www.w3schools.com/tags/ref_colormixer.asp

3) Get darker/lighter shades of any color.

http://www.w3schools.com/tags/ref_colorpicker.asp

4) online image color picker

http://imagecolorpicker.com/

1 comment: