Color spaces of #aac59e
RGB | 170 | 197 | 158 |
---|---|---|---|
HSL | 0.28 | 0.25 | 0.70 |
HSV | 102° | 20° | 77° |
CMYK | 0.14 | 0.00 | 0.20 0.23 |
XYZ | 42.7154 | 50.9472 | 39.9302 |
Yxy | 50.9472 | 0.3197 | 0.3814 |
Hunter Lab | 71.3773 | -18.0878 | 16.7958 |
CIE-Lab | 76.6470 | -16.3524 | 16.5799 |
#aac59e color RGB value is (170,197,158).
#aac59e hex color red value is 170, green value is 197 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aac59e hue: 0.28 , saturation: 0.25 and the lightness value of aac59e is 0.70.
The process color (four color CMYK) of #aac59e color hex is 0.14, 0.00, 0.20, 0.23. Web safe color of #aac59e is #99cc99. Color #aac59e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000101 | 10011110 |
Octal | 252 | 305 | 236 |
Decimal | 170 | 197 | 158 |
Hex | AA | C5 | 9E |
Shades of #aac59e
Tints of #aac59e
RGB Percentages of Color #aac59e
CMYK Percentages of Color #aac59e
Complementary Color
#aac59e | #b99ec5 |
#aac59e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac59e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac59e Color CSS Codes
.mybgcolor {background-color:#aac59e; } .myforecolor {color:#aac59e; } .mybordercolor {border:3px solid #aac59e; }
#aac59e Text Font Color
<p style="color:#aac59e">Text here</p>
This sample text font color is #aac59e
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.
#aac59e Background Color
<div style="background-color:#aac59e">
Div content here</div>
This div background color is #aac59e
#aac59e Border Color
<div style="border:3px solid #aac59e">
Div here</div>
This div border color is #aac59e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,197,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac59e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac59e; -webkit-box-shadow: 1px 1px 3px 2px #aac59e; box-shadow: 1px 1px 3px 2px #aac59e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,197,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac59e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac59e; -webkit-box-shadow: 1px 1px 3px 2px #aac59e; box-shadow: 1px 1px 3px 2px #aac59e;">
Div content here</div>
This div box has shadow with color #aac59e
Comments
No comments written yet.
Please login to write comment.