Color spaces of #add90b
RGB | 173 | 217 | 11 |
---|---|---|---|
HSL | 0.20 | 0.90 | 0.45 |
HSV | 73° | 95° | 85° |
CMYK | 0.20 | 0.00 | 0.95 0.15 |
XYZ | 42.1068 | 58.5341 | 9.3956 |
Yxy | 58.5341 | 0.3827 | 0.5320 |
Hunter Lab | 76.5076 | -35.6488 | 46.2741 |
CIE-Lab | 81.0348 | -37.0930 | 78.9219 |
#add90b color RGB value is (173,217,11).
#add90b hex color red value is 173, green value is 217 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #add90b hue: 0.20 , saturation: 0.90 and the lightness value of add90b is 0.45.
The process color (four color CMYK) of #add90b color hex is 0.20, 0.00, 0.95, 0.15. Web safe color of #add90b is #99cc00. Color #add90b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011001 | 00001011 |
Octal | 255 | 331 | 13 |
Decimal | 173 | 217 | 11 |
Hex | AD | D9 | B |
Shades of #add90b
Tints of #add90b
RGB Percentages of Color #add90b
CMYK Percentages of Color #add90b
Complementary Color
#add90b | #370bd9 |
#add90b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add90b Color Preview on White Background
Lorem ipsum dolor sit amet.
#add90b Color CSS Codes
.mybgcolor {background-color:#add90b; } .myforecolor {color:#add90b; } .mybordercolor {border:3px solid #add90b; }
#add90b Text Font Color
<p style="color:#add90b">Text here</p>
This sample text font color is #add90b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#add90b Background Color
<div style="background-color:#add90b">
Div content here</div>
This div background color is #add90b
#add90b Border Color
<div style="border:3px solid #add90b">
Div here</div>
This div border color is #add90b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,217,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add90b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add90b; -webkit-box-shadow: 1px 1px 3px 2px #add90b; box-shadow: 1px 1px 3px 2px #add90b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,217,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add90b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add90b; -webkit-box-shadow: 1px 1px 3px 2px #add90b; box-shadow: 1px 1px 3px 2px #add90b;">
Div content here</div>
This div box has shadow with color #add90b
Comments
No comments written yet.
Please login to write comment.