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