Color spaces of #abd02a
RGB | 171 | 208 | 42 |
---|---|---|---|
HSL | 0.20 | 0.66 | 0.49 |
HSV | 73° | 80° | 82° |
CMYK | 0.18 | 0.00 | 0.80 0.18 |
XYZ | 39.7684 | 53.9368 | 10.5053 |
Yxy | 53.9368 | 0.3816 | 0.5176 |
Hunter Lab | 73.4417 | -31.8658 | 42.9282 |
CIE-Lab | 78.4249 | -33.0339 | 71.0712 |
#abd02a color RGB value is (171,208,42).
#abd02a hex color red value is 171, green value is 208 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abd02a hue: 0.20 , saturation: 0.66 and the lightness value of abd02a is 0.49.
The process color (four color CMYK) of #abd02a color hex is 0.18, 0.00, 0.80, 0.18. Web safe color of #abd02a is #99cc33. Color #abd02a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11010000 | 00101010 |
Octal | 253 | 320 | 52 |
Decimal | 171 | 208 | 42 |
Hex | AB | D0 | 2A |
Shades of #abd02a
Tints of #abd02a
RGB Percentages of Color #abd02a
CMYK Percentages of Color #abd02a
Complementary Color
#abd02a | #4f2ad0 |
#abd02a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd02a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd02a Color CSS Codes
.mybgcolor {background-color:#abd02a; } .myforecolor {color:#abd02a; } .mybordercolor {border:3px solid #abd02a; }
#abd02a Text Font Color
<p style="color:#abd02a">Text here</p>
This sample text font color is #abd02a
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.
#abd02a Background Color
<div style="background-color:#abd02a">
Div content here</div>
This div background color is #abd02a
#abd02a Border Color
<div style="border:3px solid #abd02a">
Div here</div>
This div border color is #abd02a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,208,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd02a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd02a; -webkit-box-shadow: 1px 1px 3px 2px #abd02a; box-shadow: 1px 1px 3px 2px #abd02a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,208,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 #abd02a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd02a; -webkit-box-shadow: 1px 1px 3px 2px #abd02a; box-shadow: 1px 1px 3px 2px #abd02a;">
Div content here</div>
This div box has shadow with color #abd02a
Comments
No comments written yet.
Please login to write comment.