Color spaces of #add013
RGB | 173 | 208 | 19 |
---|---|---|---|
HSL | 0.20 | 0.83 | 0.45 |
HSV | 71° | 91° | 82° |
CMYK | 0.17 | 0.00 | 0.91 0.18 |
XYZ | 39.9070 | 54.0430 | 8.9441 |
Yxy | 54.0430 | 0.3878 | 0.5252 |
Hunter Lab | 73.5139 | -31.7508 | 44.2462 |
CIE-Lab | 78.4868 | -32.8669 | 75.9678 |
#add013 color RGB value is (173,208,19).
#add013 hex color red value is 173, green value is 208 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #add013 hue: 0.20 , saturation: 0.83 and the lightness value of add013 is 0.45.
The process color (four color CMYK) of #add013 color hex is 0.17, 0.00, 0.91, 0.18. Web safe color of #add013 is #99cc00. Color #add013 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11010000 | 00010011 |
Octal | 255 | 320 | 23 |
Decimal | 173 | 208 | 19 |
Hex | AD | D0 | 13 |
Shades of #add013
Tints of #add013
RGB Percentages of Color #add013
CMYK Percentages of Color #add013
Complementary Color
#add013 | #3613d0 |
#add013 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add013 Color Preview on White Background
Lorem ipsum dolor sit amet.
#add013 Color CSS Codes
.mybgcolor {background-color:#add013; } .myforecolor {color:#add013; } .mybordercolor {border:3px solid #add013; }
#add013 Text Font Color
<p style="color:#add013">Text here</p>
This sample text font color is #add013
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.
#add013 Background Color
<div style="background-color:#add013">
Div content here</div>
This div background color is #add013
#add013 Border Color
<div style="border:3px solid #add013">
Div here</div>
This div border color is #add013
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,208,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add013; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add013; -webkit-box-shadow: 1px 1px 3px 2px #add013; box-shadow: 1px 1px 3px 2px #add013; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,208,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add013">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add013; -webkit-box-shadow: 1px 1px 3px 2px #add013; box-shadow: 1px 1px 3px 2px #add013;">
Div content here</div>
This div box has shadow with color #add013
Comments
No comments written yet.
Please login to write comment.