Color spaces of #abd88a
RGB | 171 | 216 | 138 |
---|---|---|---|
HSL | 0.26 | 0.50 | 0.69 |
HSV | 95° | 36° | 85° |
CMYK | 0.21 | 0.00 | 0.36 0.15 |
XYZ | 45.9379 | 59.6046 | 33.1284 |
Yxy | 59.6046 | 0.3313 | 0.4298 |
Hunter Lab | 77.2040 | -28.8960 | 28.6014 |
CIE-Lab | 81.6228 | -28.4012 | 33.7983 |
#abd88a color RGB value is (171,216,138).
#abd88a hex color red value is 171, green value is 216 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abd88a hue: 0.26 , saturation: 0.50 and the lightness value of abd88a is 0.69.
The process color (four color CMYK) of #abd88a color hex is 0.21, 0.00, 0.36, 0.15. Web safe color of #abd88a is #99cc99. Color #abd88a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011000 | 10001010 |
Octal | 253 | 330 | 212 |
Decimal | 171 | 216 | 138 |
Hex | AB | D8 | 8A |
Shades of #abd88a
Tints of #abd88a
RGB Percentages of Color #abd88a
CMYK Percentages of Color #abd88a
Complementary Color
#abd88a | #b78ad8 |
#abd88a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd88a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd88a Color CSS Codes
.mybgcolor {background-color:#abd88a; } .myforecolor {color:#abd88a; } .mybordercolor {border:3px solid #abd88a; }
#abd88a Text Font Color
<p style="color:#abd88a">Text here</p>
This sample text font color is #abd88a
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.
#abd88a Background Color
<div style="background-color:#abd88a">
Div content here</div>
This div background color is #abd88a
#abd88a Border Color
<div style="border:3px solid #abd88a">
Div here</div>
This div border color is #abd88a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,216,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd88a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd88a; -webkit-box-shadow: 1px 1px 3px 2px #abd88a; box-shadow: 1px 1px 3px 2px #abd88a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,216,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd88a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd88a; -webkit-box-shadow: 1px 1px 3px 2px #abd88a; box-shadow: 1px 1px 3px 2px #abd88a;">
Div content here</div>
This div box has shadow with color #abd88a
Comments
No comments written yet.
Please login to write comment.