Color spaces of #abd09a
RGB | 171 | 208 | 154 |
---|---|---|---|
HSL | 0.28 | 0.36 | 0.71 |
HSV | 101° | 26° | 82° |
CMYK | 0.18 | 0.00 | 0.26 0.18 |
XYZ | 45.1832 | 56.1028 | 39.0194 |
Yxy | 56.1028 | 0.3220 | 0.3999 |
Hunter Lab | 74.9018 | -23.4012 | 21.5447 |
CIE-Lab | 79.6723 | -22.1546 | 22.8928 |
#abd09a color RGB value is (171,208,154).
#abd09a hex color red value is 171, green value is 208 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #abd09a hue: 0.28 , saturation: 0.36 and the lightness value of abd09a is 0.71.
The process color (four color CMYK) of #abd09a color hex is 0.18, 0.00, 0.26, 0.18. Web safe color of #abd09a is #99cc99. Color #abd09a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11010000 | 10011010 |
Octal | 253 | 320 | 232 |
Decimal | 171 | 208 | 154 |
Hex | AB | D0 | 9A |
Shades of #abd09a
Tints of #abd09a
RGB Percentages of Color #abd09a
CMYK Percentages of Color #abd09a
Complementary Color
#abd09a | #bf9ad0 |
#abd09a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd09a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd09a Color CSS Codes
.mybgcolor {background-color:#abd09a; } .myforecolor {color:#abd09a; } .mybordercolor {border:3px solid #abd09a; }
#abd09a Text Font Color
<p style="color:#abd09a">Text here</p>
This sample text font color is #abd09a
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.
#abd09a Background Color
<div style="background-color:#abd09a">
Div content here</div>
This div background color is #abd09a
#abd09a Border Color
<div style="border:3px solid #abd09a">
Div here</div>
This div border color is #abd09a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,208,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd09a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd09a; -webkit-box-shadow: 1px 1px 3px 2px #abd09a; box-shadow: 1px 1px 3px 2px #abd09a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,208,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd09a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd09a; -webkit-box-shadow: 1px 1px 3px 2px #abd09a; box-shadow: 1px 1px 3px 2px #abd09a;">
Div content here</div>
This div box has shadow with color #abd09a
Comments
No comments written yet.
Please login to write comment.