Color spaces of #ace6dc
RGB | 172 | 230 | 220 |
---|---|---|---|
HSL | 0.47 | 0.54 | 0.79 |
HSV | 170° | 25° | 90° |
CMYK | 0.25 | 0.00 | 0.04 0.10 |
XYZ | 58.2283 | 70.5316 | 78.2551 |
Yxy | 70.5316 | 0.2813 | 0.3407 |
Hunter Lab | 83.9831 | -23.2104 | 3.5420 |
CIE-Lab | 87.2569 | -20.4190 | -1.1197 |
#ace6dc color RGB value is (172,230,220).
#ace6dc hex color red value is 172, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ace6dc hue: 0.47 , saturation: 0.54 and the lightness value of ace6dc is 0.79.
The process color (four color CMYK) of #ace6dc color hex is 0.25, 0.00, 0.04, 0.10. Web safe color of #ace6dc is #99ffcc. Color #ace6dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11100110 | 11011100 |
Octal | 254 | 346 | 334 |
Decimal | 172 | 230 | 220 |
Hex | AC | E6 | DC |
Shades of #ace6dc
Tints of #ace6dc
RGB Percentages of Color #ace6dc
CMYK Percentages of Color #ace6dc
Complementary Color
#ace6dc | #e6acb6 |
#ace6dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ace6dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ace6dc Color CSS Codes
.mybgcolor {background-color:#ace6dc; } .myforecolor {color:#ace6dc; } .mybordercolor {border:3px solid #ace6dc; }
#ace6dc Text Font Color
<p style="color:#ace6dc">Text here</p>
This sample text font color is #ace6dc
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.
#ace6dc Background Color
<div style="background-color:#ace6dc">
Div content here</div>
This div background color is #ace6dc
#ace6dc Border Color
<div style="border:3px solid #ace6dc">
Div here</div>
This div border color is #ace6dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,230,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ace6dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ace6dc; -webkit-box-shadow: 1px 1px 3px 2px #ace6dc; box-shadow: 1px 1px 3px 2px #ace6dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,230,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ace6dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ace6dc; -webkit-box-shadow: 1px 1px 3px 2px #ace6dc; box-shadow: 1px 1px 3px 2px #ace6dc;">
Div content here</div>
This div box has shadow with color #ace6dc
Comments
No comments written yet.
Please login to write comment.