Color spaces of #add83a
RGB | 173 | 216 | 58 |
---|---|---|---|
HSL | 0.21 | 0.67 | 0.54 |
HSV | 76° | 73° | 85° |
CMYK | 0.20 | 0.00 | 0.73 0.15 |
XYZ | 42.5532 | 58.3015 | 13.0135 |
Yxy | 58.3015 | 0.3737 | 0.5120 |
Hunter Lab | 76.3554 | -34.1432 | 43.3438 |
CIE-Lab | 80.9061 | -35.1960 | 68.5632 |
#add83a color RGB value is (173,216,58).
#add83a hex color red value is 173, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #add83a hue: 0.21 , saturation: 0.67 and the lightness value of add83a is 0.54.
The process color (four color CMYK) of #add83a color hex is 0.20, 0.00, 0.73, 0.15. Web safe color of #add83a is #99cc33. Color #add83a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011000 | 00111010 |
Octal | 255 | 330 | 72 |
Decimal | 173 | 216 | 58 |
Hex | AD | D8 | 3A |
Shades of #add83a
Tints of #add83a
RGB Percentages of Color #add83a
CMYK Percentages of Color #add83a
Complementary Color
#add83a | #653ad8 |
#add83a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add83a Color Preview on White Background
Lorem ipsum dolor sit amet.
#add83a Color CSS Codes
.mybgcolor {background-color:#add83a; } .myforecolor {color:#add83a; } .mybordercolor {border:3px solid #add83a; }
#add83a Text Font Color
<p style="color:#add83a">Text here</p>
This sample text font color is #add83a
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.
#add83a Background Color
<div style="background-color:#add83a">
Div content here</div>
This div background color is #add83a
#add83a Border Color
<div style="border:3px solid #add83a">
Div here</div>
This div border color is #add83a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,216,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add83a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add83a; -webkit-box-shadow: 1px 1px 3px 2px #add83a; box-shadow: 1px 1px 3px 2px #add83a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,216,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add83a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add83a; -webkit-box-shadow: 1px 1px 3px 2px #add83a; box-shadow: 1px 1px 3px 2px #add83a;">
Div content here</div>
This div box has shadow with color #add83a
Comments
No comments written yet.
Please login to write comment.