Color spaces of #ace9dd
RGB | 172 | 233 | 221 |
---|---|---|---|
HSL | 0.47 | 0.58 | 0.79 |
HSV | 168° | 26° | 91° |
CMYK | 0.26 | 0.00 | 0.05 0.09 |
XYZ | 59.2033 | 72.2689 | 79.2356 |
Yxy | 72.2689 | 0.2810 | 0.3430 |
Hunter Lab | 85.0111 | -24.4588 | 4.2458 |
CIE-Lab | 88.0979 | -21.6866 | -0.4150 |
#ace9dd color RGB value is (172,233,221).
#ace9dd hex color red value is 172, green value is 233 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ace9dd hue: 0.47 , saturation: 0.58 and the lightness value of ace9dd is 0.79.
The process color (four color CMYK) of #ace9dd color hex is 0.26, 0.00, 0.05, 0.09. Web safe color of #ace9dd is #99ffcc. Color #ace9dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101001 | 11011101 |
Octal | 254 | 351 | 335 |
Decimal | 172 | 233 | 221 |
Hex | AC | E9 | DD |
Shades of #ace9dd
Tints of #ace9dd
RGB Percentages of Color #ace9dd
CMYK Percentages of Color #ace9dd
Complementary Color
#ace9dd | #e9acb8 |
#ace9dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ace9dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ace9dd Color CSS Codes
.mybgcolor {background-color:#ace9dd; } .myforecolor {color:#ace9dd; } .mybordercolor {border:3px solid #ace9dd; }
#ace9dd Text Font Color
<p style="color:#ace9dd">Text here</p>
This sample text font color is #ace9dd
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.
#ace9dd Background Color
<div style="background-color:#ace9dd">
Div content here</div>
This div background color is #ace9dd
#ace9dd Border Color
<div style="border:3px solid #ace9dd">
Div here</div>
This div border color is #ace9dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,233,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ace9dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ace9dd; -webkit-box-shadow: 1px 1px 3px 2px #ace9dd; box-shadow: 1px 1px 3px 2px #ace9dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,233,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ace9dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ace9dd; -webkit-box-shadow: 1px 1px 3px 2px #ace9dd; box-shadow: 1px 1px 3px 2px #ace9dd;">
Div content here</div>
This div box has shadow with color #ace9dd
Comments
No comments written yet.
Please login to write comment.