Color spaces of #add82a
RGB | 173 | 216 | 42 |
---|---|---|---|
HSL | 0.21 | 0.69 | 0.51 |
HSV | 75° | 81° | 85° |
CMYK | 0.20 | 0.00 | 0.81 0.15 |
XYZ | 42.2074 | 58.1631 | 11.1925 |
Yxy | 58.1631 | 0.3783 | 0.5213 |
Hunter Lab | 76.2647 | -34.6755 | 44.6840 |
CIE-Lab | 80.8294 | -35.9042 | 73.2588 |
#add82a color RGB value is (173,216,42).
#add82a hex color red value is 173, green value is 216 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #add82a hue: 0.21 , saturation: 0.69 and the lightness value of add82a is 0.51.
The process color (four color CMYK) of #add82a color hex is 0.20, 0.00, 0.81, 0.15. Web safe color of #add82a is #99cc33. Color #add82a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011000 | 00101010 |
Octal | 255 | 330 | 52 |
Decimal | 173 | 216 | 42 |
Hex | AD | D8 | 2A |
Shades of #add82a
Tints of #add82a
RGB Percentages of Color #add82a
CMYK Percentages of Color #add82a
Complementary Color
#add82a | #552ad8 |
#add82a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add82a Color Preview on White Background
Lorem ipsum dolor sit amet.
#add82a Color CSS Codes
.mybgcolor {background-color:#add82a; } .myforecolor {color:#add82a; } .mybordercolor {border:3px solid #add82a; }
#add82a Text Font Color
<p style="color:#add82a">Text here</p>
This sample text font color is #add82a
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.
#add82a Background Color
<div style="background-color:#add82a">
Div content here</div>
This div background color is #add82a
#add82a Border Color
<div style="border:3px solid #add82a">
Div here</div>
This div border color is #add82a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,216,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add82a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add82a; -webkit-box-shadow: 1px 1px 3px 2px #add82a; box-shadow: 1px 1px 3px 2px #add82a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,216,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add82a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add82a; -webkit-box-shadow: 1px 1px 3px 2px #add82a; box-shadow: 1px 1px 3px 2px #add82a;">
Div content here</div>
This div box has shadow with color #add82a
Comments
No comments written yet.
Please login to write comment.