Color spaces of #aab05a
RGB | 170 | 176 | 90 |
---|---|---|---|
HSL | 0.18 | 0.35 | 0.52 |
HSV | 64° | 49° | 69° |
CMYK | 0.03 | 0.00 | 0.49 0.31 |
XYZ | 33.9484 | 40.3349 | 15.6690 |
Yxy | 40.3349 | 0.3774 | 0.4484 |
Hunter Lab | 63.5098 | -15.7270 | 29.8289 |
CIE-Lab | 69.7074 | -14.6720 | 42.9644 |
#aab05a color RGB value is (170,176,90).
#aab05a hex color red value is 170, green value is 176 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aab05a hue: 0.18 , saturation: 0.35 and the lightness value of aab05a is 0.52.
The process color (four color CMYK) of #aab05a color hex is 0.03, 0.00, 0.49, 0.31. Web safe color of #aab05a is #999966. Color #aab05a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110000 | 01011010 |
Octal | 252 | 260 | 132 |
Decimal | 170 | 176 | 90 |
Hex | AA | B0 | 5A |
Shades of #aab05a
Tints of #aab05a
RGB Percentages of Color #aab05a
CMYK Percentages of Color #aab05a
Complementary Color
#aab05a | #605ab0 |
#aab05a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab05a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab05a Color CSS Codes
.mybgcolor {background-color:#aab05a; } .myforecolor {color:#aab05a; } .mybordercolor {border:3px solid #aab05a; }
#aab05a Text Font Color
<p style="color:#aab05a">Text here</p>
This sample text font color is #aab05a
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.
#aab05a Background Color
<div style="background-color:#aab05a">
Div content here</div>
This div background color is #aab05a
#aab05a Border Color
<div style="border:3px solid #aab05a">
Div here</div>
This div border color is #aab05a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,176,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab05a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab05a; -webkit-box-shadow: 1px 1px 3px 2px #aab05a; box-shadow: 1px 1px 3px 2px #aab05a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,176,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab05a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab05a; -webkit-box-shadow: 1px 1px 3px 2px #aab05a; box-shadow: 1px 1px 3px 2px #aab05a;">
Div content here</div>
This div box has shadow with color #aab05a
Comments
No comments written yet.
Please login to write comment.