Color spaces of #abb99b
RGB | 171 | 185 | 155 |
---|---|---|---|
HSL | 0.24 | 0.18 | 0.67 |
HSV | 88° | 16° | 73° |
CMYK | 0.08 | 0.00 | 0.16 0.27 |
XYZ | 40.0599 | 45.7224 | 37.7243 |
Yxy | 45.7224 | 0.3244 | 0.3702 |
Hunter Lab | 67.6183 | -12.5813 | 14.2549 |
CIE-Lab | 73.3650 | -10.3128 | 13.6076 |
#abb99b color RGB value is (171,185,155).
#abb99b hex color red value is 171, green value is 185 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #abb99b hue: 0.24 , saturation: 0.18 and the lightness value of abb99b is 0.67.
The process color (four color CMYK) of #abb99b color hex is 0.08, 0.00, 0.16, 0.27. Web safe color of #abb99b is #99cc99. Color #abb99b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111001 | 10011011 |
Octal | 253 | 271 | 233 |
Decimal | 171 | 185 | 155 |
Hex | AB | B9 | 9B |
Shades of #abb99b
Tints of #abb99b
RGB Percentages of Color #abb99b
CMYK Percentages of Color #abb99b
Complementary Color
#abb99b | #a99bb9 |
#abb99b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb99b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb99b Color CSS Codes
.mybgcolor {background-color:#abb99b; } .myforecolor {color:#abb99b; } .mybordercolor {border:3px solid #abb99b; }
#abb99b Text Font Color
<p style="color:#abb99b">Text here</p>
This sample text font color is #abb99b
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.
#abb99b Background Color
<div style="background-color:#abb99b">
Div content here</div>
This div background color is #abb99b
#abb99b Border Color
<div style="border:3px solid #abb99b">
Div here</div>
This div border color is #abb99b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,185,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb99b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb99b; -webkit-box-shadow: 1px 1px 3px 2px #abb99b; box-shadow: 1px 1px 3px 2px #abb99b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,185,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb99b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb99b; -webkit-box-shadow: 1px 1px 3px 2px #abb99b; box-shadow: 1px 1px 3px 2px #abb99b;">
Div content here</div>
This div box has shadow with color #abb99b
Comments
No comments written yet.
Please login to write comment.