Color spaces of #aba99d
RGB | 171 | 169 | 157 |
---|---|---|---|
HSL | 0.14 | 0.08 | 0.64 |
HSV | 51° | 8° | 67° |
CMYK | 0.00 | 0.01 | 0.08 0.33 |
XYZ | 37.0684 | 39.4682 | 37.5627 |
Yxy | 39.4682 | 0.3249 | 0.3459 |
Hunter Lab | 62.8237 | -4.6197 | 8.5267 |
CIE-Lab | 69.0891 | -1.4558 | 6.4361 |
#aba99d color RGB value is (171,169,157).
#aba99d hex color red value is 171, green value is 169 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aba99d hue: 0.14 , saturation: 0.08 and the lightness value of aba99d is 0.64.
The process color (four color CMYK) of #aba99d color hex is 0.00, 0.01, 0.08, 0.33. Web safe color of #aba99d is #999999. Color #aba99d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101001 | 10011101 |
Octal | 253 | 251 | 235 |
Decimal | 171 | 169 | 157 |
Hex | AB | A9 | 9D |
Shades of #aba99d
Tints of #aba99d
RGB Percentages of Color #aba99d
CMYK Percentages of Color #aba99d
Complementary Color
#aba99d | #9d9fab |
#aba99d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba99d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba99d Color CSS Codes
.mybgcolor {background-color:#aba99d; } .myforecolor {color:#aba99d; } .mybordercolor {border:3px solid #aba99d; }
#aba99d Text Font Color
<p style="color:#aba99d">Text here</p>
This sample text font color is #aba99d
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.
#aba99d Background Color
<div style="background-color:#aba99d">
Div content here</div>
This div background color is #aba99d
#aba99d Border Color
<div style="border:3px solid #aba99d">
Div here</div>
This div border color is #aba99d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,169,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba99d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba99d; -webkit-box-shadow: 1px 1px 3px 2px #aba99d; box-shadow: 1px 1px 3px 2px #aba99d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,169,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba99d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba99d; -webkit-box-shadow: 1px 1px 3px 2px #aba99d; box-shadow: 1px 1px 3px 2px #aba99d;">
Div content here</div>
This div box has shadow with color #aba99d
Comments
No comments written yet.
Please login to write comment.