Color spaces of #add12f
RGB | 173 | 209 | 47 |
---|---|---|---|
HSL | 0.20 | 0.64 | 0.50 |
HSV | 73° | 78° | 82° |
CMYK | 0.17 | 0.00 | 0.78 0.18 |
XYZ | 40.5471 | 54.6904 | 11.1086 |
Yxy | 54.6904 | 0.3813 | 0.5143 |
Hunter Lab | 73.9530 | -31.5493 | 42.8610 |
CIE-Lab | 78.8626 | -32.4956 | 70.1025 |
#add12f color RGB value is (173,209,47).
#add12f hex color red value is 173, green value is 209 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #add12f hue: 0.20 , saturation: 0.64 and the lightness value of add12f is 0.50.
The process color (four color CMYK) of #add12f color hex is 0.17, 0.00, 0.78, 0.18. Web safe color of #add12f is #99cc33. Color #add12f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11010001 | 00101111 |
Octal | 255 | 321 | 57 |
Decimal | 173 | 209 | 47 |
Hex | AD | D1 | 2F |
Shades of #add12f
Tints of #add12f
RGB Percentages of Color #add12f
CMYK Percentages of Color #add12f
Complementary Color
#add12f | #532fd1 |
#add12f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add12f Color Preview on White Background
Lorem ipsum dolor sit amet.
#add12f Color CSS Codes
.mybgcolor {background-color:#add12f; } .myforecolor {color:#add12f; } .mybordercolor {border:3px solid #add12f; }
#add12f Text Font Color
<p style="color:#add12f">Text here</p>
This sample text font color is #add12f
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.
#add12f Background Color
<div style="background-color:#add12f">
Div content here</div>
This div background color is #add12f
#add12f Border Color
<div style="border:3px solid #add12f">
Div here</div>
This div border color is #add12f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,209,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add12f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add12f; -webkit-box-shadow: 1px 1px 3px 2px #add12f; box-shadow: 1px 1px 3px 2px #add12f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,209,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add12f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add12f; -webkit-box-shadow: 1px 1px 3px 2px #add12f; box-shadow: 1px 1px 3px 2px #add12f;">
Div content here</div>
This div box has shadow with color #add12f
Comments
No comments written yet.
Please login to write comment.