Color spaces of #ace99f
RGB | 172 | 233 | 159 |
---|---|---|---|
HSL | 0.30 | 0.63 | 0.77 |
HSV | 109° | 32° | 91° |
CMYK | 0.26 | 0.00 | 0.32 0.09 |
XYZ | 52.4102 | 69.5517 | 43.4634 |
Yxy | 69.5517 | 0.3168 | 0.4204 |
Hunter Lab | 83.3977 | -33.7699 | 27.4789 |
CIE-Lab | 86.7765 | -32.9910 | 29.9410 |
#ace99f color RGB value is (172,233,159).
#ace99f hex color red value is 172, green value is 233 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ace99f hue: 0.30 , saturation: 0.63 and the lightness value of ace99f is 0.77.
The process color (four color CMYK) of #ace99f color hex is 0.26, 0.00, 0.32, 0.09. Web safe color of #ace99f is #99ff99. Color #ace99f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101001 | 10011111 |
Octal | 254 | 351 | 237 |
Decimal | 172 | 233 | 159 |
Hex | AC | E9 | 9F |
Shades of #ace99f
Tints of #ace99f
RGB Percentages of Color #ace99f
CMYK Percentages of Color #ace99f
Complementary Color
#ace99f | #dc9fe9 |
#ace99f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ace99f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ace99f Color CSS Codes
.mybgcolor {background-color:#ace99f; } .myforecolor {color:#ace99f; } .mybordercolor {border:3px solid #ace99f; }
#ace99f Text Font Color
<p style="color:#ace99f">Text here</p>
This sample text font color is #ace99f
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.
#ace99f Background Color
<div style="background-color:#ace99f">
Div content here</div>
This div background color is #ace99f
#ace99f Border Color
<div style="border:3px solid #ace99f">
Div here</div>
This div border color is #ace99f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,233,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ace99f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ace99f; -webkit-box-shadow: 1px 1px 3px 2px #ace99f; box-shadow: 1px 1px 3px 2px #ace99f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,233,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ace99f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ace99f; -webkit-box-shadow: 1px 1px 3px 2px #ace99f; box-shadow: 1px 1px 3px 2px #ace99f;">
Div content here</div>
This div box has shadow with color #ace99f
Comments
No comments written yet.
Please login to write comment.