Color spaces of #abb99c
RGB | 171 | 185 | 156 |
---|---|---|---|
HSL | 0.25 | 0.17 | 0.67 |
HSV | 89° | 16° | 73° |
CMYK | 0.08 | 0.00 | 0.16 0.27 |
XYZ | 40.1443 | 45.7562 | 38.1685 |
Yxy | 45.7562 | 0.3236 | 0.3688 |
Hunter Lab | 67.6433 | -12.4414 | 13.8953 |
CIE-Lab | 73.3871 | -10.1446 | 13.0964 |
#abb99c color RGB value is (171,185,156).
#abb99c hex color red value is 171, green value is 185 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #abb99c hue: 0.25 , saturation: 0.17 and the lightness value of abb99c is 0.67.
The process color (four color CMYK) of #abb99c color hex is 0.08, 0.00, 0.16, 0.27. Web safe color of #abb99c is #99cc99. Color #abb99c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111001 | 10011100 |
Octal | 253 | 271 | 234 |
Decimal | 171 | 185 | 156 |
Hex | AB | B9 | 9C |
Shades of #abb99c
Tints of #abb99c
RGB Percentages of Color #abb99c
CMYK Percentages of Color #abb99c
Complementary Color
#abb99c | #aa9cb9 |
#abb99c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb99c Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb99c Color CSS Codes
.mybgcolor {background-color:#abb99c; } .myforecolor {color:#abb99c; } .mybordercolor {border:3px solid #abb99c; }
#abb99c Text Font Color
<p style="color:#abb99c">Text here</p>
This sample text font color is #abb99c
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.
#abb99c Background Color
<div style="background-color:#abb99c">
Div content here</div>
This div background color is #abb99c
#abb99c Border Color
<div style="border:3px solid #abb99c">
Div here</div>
This div border color is #abb99c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,185,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb99c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb99c; -webkit-box-shadow: 1px 1px 3px 2px #abb99c; box-shadow: 1px 1px 3px 2px #abb99c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,185,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb99c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb99c; -webkit-box-shadow: 1px 1px 3px 2px #abb99c; box-shadow: 1px 1px 3px 2px #abb99c;">
Div content here</div>
This div box has shadow with color #abb99c
Comments
No comments written yet.
Please login to write comment.