Color spaces of #abb49a
RGB | 171 | 180 | 154 |
---|---|---|---|
HSL | 0.22 | 0.15 | 0.65 |
HSV | 81° | 14° | 71° |
CMYK | 0.05 | 0.00 | 0.14 0.29 |
XYZ | 38.9486 | 43.6335 | 36.9412 |
Yxy | 43.6335 | 0.3259 | 0.3651 |
Hunter Lab | 66.0557 | -10.3479 | 13.0814 |
CIE-Lab | 71.9828 | -7.8541 | 12.2033 |
#abb49a color RGB value is (171,180,154).
#abb49a hex color red value is 171, green value is 180 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #abb49a hue: 0.22 , saturation: 0.15 and the lightness value of abb49a is 0.65.
The process color (four color CMYK) of #abb49a color hex is 0.05, 0.00, 0.14, 0.29. Web safe color of #abb49a is #99cc99. Color #abb49a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110100 | 10011010 |
Octal | 253 | 264 | 232 |
Decimal | 171 | 180 | 154 |
Hex | AB | B4 | 9A |
Shades of #abb49a
Tints of #abb49a
RGB Percentages of Color #abb49a
CMYK Percentages of Color #abb49a
Complementary Color
#abb49a | #a39ab4 |
#abb49a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb49a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb49a Color CSS Codes
.mybgcolor {background-color:#abb49a; } .myforecolor {color:#abb49a; } .mybordercolor {border:3px solid #abb49a; }
#abb49a Text Font Color
<p style="color:#abb49a">Text here</p>
This sample text font color is #abb49a
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.
#abb49a Background Color
<div style="background-color:#abb49a">
Div content here</div>
This div background color is #abb49a
#abb49a Border Color
<div style="border:3px solid #abb49a">
Div here</div>
This div border color is #abb49a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,180,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb49a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb49a; -webkit-box-shadow: 1px 1px 3px 2px #abb49a; box-shadow: 1px 1px 3px 2px #abb49a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,180,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 #abb49a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb49a; -webkit-box-shadow: 1px 1px 3px 2px #abb49a; box-shadow: 1px 1px 3px 2px #abb49a;">
Div content here</div>
This div box has shadow with color #abb49a
Comments
No comments written yet.
Please login to write comment.