Color spaces of #aac087
RGB | 170 | 192 | 135 |
---|---|---|---|
HSL | 0.23 | 0.31 | 0.64 |
HSV | 83° | 30° | 75° |
CMYK | 0.11 | 0.00 | 0.30 0.25 |
XYZ | 39.8004 | 47.9946 | 30.0879 |
Yxy | 47.9946 | 0.3376 | 0.4071 |
Hunter Lab | 69.2781 | -18.6882 | 22.7447 |
CIE-Lab | 74.8215 | -17.4020 | 26.3200 |
#aac087 color RGB value is (170,192,135).
#aac087 hex color red value is 170, green value is 192 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aac087 hue: 0.23 , saturation: 0.31 and the lightness value of aac087 is 0.64.
The process color (four color CMYK) of #aac087 color hex is 0.11, 0.00, 0.30, 0.25. Web safe color of #aac087 is #99cc99. Color #aac087 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000000 | 10000111 |
Octal | 252 | 300 | 207 |
Decimal | 170 | 192 | 135 |
Hex | AA | C0 | 87 |
Shades of #aac087
Tints of #aac087
RGB Percentages of Color #aac087
CMYK Percentages of Color #aac087
Complementary Color
#aac087 | #9d87c0 |
#aac087 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac087 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac087 Color CSS Codes
.mybgcolor {background-color:#aac087; } .myforecolor {color:#aac087; } .mybordercolor {border:3px solid #aac087; }
#aac087 Text Font Color
<p style="color:#aac087">Text here</p>
This sample text font color is #aac087
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.
#aac087 Background Color
<div style="background-color:#aac087">
Div content here</div>
This div background color is #aac087
#aac087 Border Color
<div style="border:3px solid #aac087">
Div here</div>
This div border color is #aac087
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,192,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac087; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac087; -webkit-box-shadow: 1px 1px 3px 2px #aac087; box-shadow: 1px 1px 3px 2px #aac087; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,192,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac087">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac087; -webkit-box-shadow: 1px 1px 3px 2px #aac087; box-shadow: 1px 1px 3px 2px #aac087;">
Div content here</div>
This div box has shadow with color #aac087
Comments
No comments written yet.
Please login to write comment.