Color spaces of #abb96b
RGB | 171 | 185 | 107 |
---|---|---|---|
HSL | 0.20 | 0.36 | 0.57 |
HSV | 71° | 42° | 73° |
CMYK | 0.08 | 0.00 | 0.42 0.27 |
XYZ | 36.7974 | 44.4174 | 20.5439 |
Yxy | 44.4174 | 0.3616 | 0.4365 |
Hunter Lab | 66.6464 | -18.0761 | 28.3762 |
CIE-Lab | 72.5066 | -17.0790 | 37.8868 |
#abb96b color RGB value is (171,185,107).
#abb96b hex color red value is 171, green value is 185 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #abb96b hue: 0.20 , saturation: 0.36 and the lightness value of abb96b is 0.57.
The process color (four color CMYK) of #abb96b color hex is 0.08, 0.00, 0.42, 0.27. Web safe color of #abb96b is #99cc66. Color #abb96b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111001 | 01101011 |
Octal | 253 | 271 | 153 |
Decimal | 171 | 185 | 107 |
Hex | AB | B9 | 6B |
Shades of #abb96b
Tints of #abb96b
RGB Percentages of Color #abb96b
CMYK Percentages of Color #abb96b
Complementary Color
#abb96b | #796bb9 |
#abb96b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb96b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb96b Color CSS Codes
.mybgcolor {background-color:#abb96b; } .myforecolor {color:#abb96b; } .mybordercolor {border:3px solid #abb96b; }
#abb96b Text Font Color
<p style="color:#abb96b">Text here</p>
This sample text font color is #abb96b
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.
#abb96b Background Color
<div style="background-color:#abb96b">
Div content here</div>
This div background color is #abb96b
#abb96b Border Color
<div style="border:3px solid #abb96b">
Div here</div>
This div border color is #abb96b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,185,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb96b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb96b; -webkit-box-shadow: 1px 1px 3px 2px #abb96b; box-shadow: 1px 1px 3px 2px #abb96b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,185,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb96b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb96b; -webkit-box-shadow: 1px 1px 3px 2px #abb96b; box-shadow: 1px 1px 3px 2px #abb96b;">
Div content here</div>
This div box has shadow with color #abb96b
Comments
No comments written yet.
Please login to write comment.