Color spaces of #aac79d
RGB | 170 | 199 | 157 |
---|---|---|---|
HSL | 0.28 | 0.27 | 0.70 |
HSV | 101° | 21° | 78° |
CMYK | 0.15 | 0.00 | 0.21 0.22 |
XYZ | 43.0868 | 51.8272 | 39.6310 |
Yxy | 51.8272 | 0.3202 | 0.3852 |
Hunter Lab | 71.9911 | -19.1519 | 17.7547 |
CIE-Lab | 77.1774 | -17.5317 | 17.8528 |
#aac79d color RGB value is (170,199,157).
#aac79d hex color red value is 170, green value is 199 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aac79d hue: 0.28 , saturation: 0.27 and the lightness value of aac79d is 0.70.
The process color (four color CMYK) of #aac79d color hex is 0.15, 0.00, 0.21, 0.22. Web safe color of #aac79d is #99cc99. Color #aac79d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000111 | 10011101 |
Octal | 252 | 307 | 235 |
Decimal | 170 | 199 | 157 |
Hex | AA | C7 | 9D |
Shades of #aac79d
Tints of #aac79d
RGB Percentages of Color #aac79d
CMYK Percentages of Color #aac79d
Complementary Color
#aac79d | #ba9dc7 |
#aac79d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac79d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac79d Color CSS Codes
.mybgcolor {background-color:#aac79d; } .myforecolor {color:#aac79d; } .mybordercolor {border:3px solid #aac79d; }
#aac79d Text Font Color
<p style="color:#aac79d">Text here</p>
This sample text font color is #aac79d
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.
#aac79d Background Color
<div style="background-color:#aac79d">
Div content here</div>
This div background color is #aac79d
#aac79d Border Color
<div style="border:3px solid #aac79d">
Div here</div>
This div border color is #aac79d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,199,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac79d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac79d; -webkit-box-shadow: 1px 1px 3px 2px #aac79d; box-shadow: 1px 1px 3px 2px #aac79d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,199,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 #aac79d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac79d; -webkit-box-shadow: 1px 1px 3px 2px #aac79d; box-shadow: 1px 1px 3px 2px #aac79d;">
Div content here</div>
This div box has shadow with color #aac79d
Comments
No comments written yet.
Please login to write comment.