Color spaces of #acd6aa
RGB | 172 | 214 | 170 |
---|---|---|---|
HSL | 0.33 | 0.35 | 0.75 |
HSV | 117° | 21° | 84° |
CMYK | 0.20 | 0.00 | 0.21 0.16 |
XYZ | 48.3155 | 59.7661 | 47.0197 |
Yxy | 59.7661 | 0.3115 | 0.3853 |
Hunter Lab | 77.3085 | -23.7328 | 18.0553 |
CIE-Lab | 81.7109 | -22.1249 | 17.2955 |
#acd6aa color RGB value is (172,214,170).
#acd6aa hex color red value is 172, green value is 214 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acd6aa hue: 0.33 , saturation: 0.35 and the lightness value of acd6aa is 0.75.
The process color (four color CMYK) of #acd6aa color hex is 0.20, 0.00, 0.21, 0.16. Web safe color of #acd6aa is #99cc99. Color #acd6aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11010110 | 10101010 |
Octal | 254 | 326 | 252 |
Decimal | 172 | 214 | 170 |
Hex | AC | D6 | AA |
Shades of #acd6aa
Tints of #acd6aa
RGB Percentages of Color #acd6aa
CMYK Percentages of Color #acd6aa
Complementary Color
#acd6aa | #d4aad6 |
#acd6aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd6aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd6aa Color CSS Codes
.mybgcolor {background-color:#acd6aa; } .myforecolor {color:#acd6aa; } .mybordercolor {border:3px solid #acd6aa; }
#acd6aa Text Font Color
<p style="color:#acd6aa">Text here</p>
This sample text font color is #acd6aa
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.
#acd6aa Background Color
<div style="background-color:#acd6aa">
Div content here</div>
This div background color is #acd6aa
#acd6aa Border Color
<div style="border:3px solid #acd6aa">
Div here</div>
This div border color is #acd6aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,214,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd6aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd6aa; -webkit-box-shadow: 1px 1px 3px 2px #acd6aa; box-shadow: 1px 1px 3px 2px #acd6aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,214,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd6aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd6aa; -webkit-box-shadow: 1px 1px 3px 2px #acd6aa; box-shadow: 1px 1px 3px 2px #acd6aa;">
Div content here</div>
This div box has shadow with color #acd6aa
Comments
No comments written yet.
Please login to write comment.