Color spaces of #aceade
RGB | 172 | 234 | 222 |
---|---|---|---|
HSL | 0.47 | 0.60 | 0.80 |
HSV | 168° | 26° | 92° |
CMYK | 0.26 | 0.00 | 0.05 0.08 |
XYZ | 59.6209 | 72.8902 | 80.0341 |
Yxy | 72.8902 | 0.2805 | 0.3429 |
Hunter Lab | 85.3758 | -24.7547 | 4.1826 |
CIE-Lab | 88.3953 | -21.9671 | -0.5044 |
#aceade color RGB value is (172,234,222).
#aceade hex color red value is 172, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aceade hue: 0.47 , saturation: 0.60 and the lightness value of aceade is 0.80.
The process color (four color CMYK) of #aceade color hex is 0.26, 0.00, 0.05, 0.08. Web safe color of #aceade is #99ffcc. Color #aceade contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101010 | 11011110 |
Octal | 254 | 352 | 336 |
Decimal | 172 | 234 | 222 |
Hex | AC | EA | DE |
Shades of #aceade
Tints of #aceade
RGB Percentages of Color #aceade
CMYK Percentages of Color #aceade
Complementary Color
#aceade | #eaacb8 |
#aceade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aceade Color Preview on White Background
Lorem ipsum dolor sit amet.
#aceade Color CSS Codes
.mybgcolor {background-color:#aceade; } .myforecolor {color:#aceade; } .mybordercolor {border:3px solid #aceade; }
#aceade Text Font Color
<p style="color:#aceade">Text here</p>
This sample text font color is #aceade
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.
#aceade Background Color
<div style="background-color:#aceade">
Div content here</div>
This div background color is #aceade
#aceade Border Color
<div style="border:3px solid #aceade">
Div here</div>
This div border color is #aceade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,234,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aceade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aceade; -webkit-box-shadow: 1px 1px 3px 2px #aceade; box-shadow: 1px 1px 3px 2px #aceade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,234,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aceade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aceade; -webkit-box-shadow: 1px 1px 3px 2px #aceade; box-shadow: 1px 1px 3px 2px #aceade;">
Div content here</div>
This div box has shadow with color #aceade
Comments
No comments written yet.
Please login to write comment.