Color spaces of #aab85c
RGB | 170 | 184 | 92 |
---|---|---|---|
HSL | 0.19 | 0.39 | 0.54 |
HSV | 69° | 50° | 72° |
CMYK | 0.08 | 0.00 | 0.50 0.28 |
XYZ | 35.6498 | 43.5997 | 16.6619 |
Yxy | 43.5997 | 0.3717 | 0.4546 |
Hunter Lab | 66.0301 | -19.1800 | 31.2599 |
CIE-Lab | 71.9601 | -18.5519 | 44.6798 |
#aab85c color RGB value is (170,184,92).
#aab85c hex color red value is 170, green value is 184 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aab85c hue: 0.19 , saturation: 0.39 and the lightness value of aab85c is 0.54.
The process color (four color CMYK) of #aab85c color hex is 0.08, 0.00, 0.50, 0.28. Web safe color of #aab85c is #99cc66. Color #aab85c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111000 | 01011100 |
Octal | 252 | 270 | 134 |
Decimal | 170 | 184 | 92 |
Hex | AA | B8 | 5C |
Shades of #aab85c
Tints of #aab85c
RGB Percentages of Color #aab85c
CMYK Percentages of Color #aab85c
Complementary Color
#aab85c | #6a5cb8 |
#aab85c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab85c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab85c Color CSS Codes
.mybgcolor {background-color:#aab85c; } .myforecolor {color:#aab85c; } .mybordercolor {border:3px solid #aab85c; }
#aab85c Text Font Color
<p style="color:#aab85c">Text here</p>
This sample text font color is #aab85c
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.
#aab85c Background Color
<div style="background-color:#aab85c">
Div content here</div>
This div background color is #aab85c
#aab85c Border Color
<div style="border:3px solid #aab85c">
Div here</div>
This div border color is #aab85c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,184,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab85c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab85c; -webkit-box-shadow: 1px 1px 3px 2px #aab85c; box-shadow: 1px 1px 3px 2px #aab85c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,184,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab85c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab85c; -webkit-box-shadow: 1px 1px 3px 2px #aab85c; box-shadow: 1px 1px 3px 2px #aab85c;">
Div content here</div>
This div box has shadow with color #aab85c
Comments
No comments written yet.
Please login to write comment.