Color spaces of #aeacde
RGB | 174 | 172 | 222 |
---|---|---|---|
HSL | 0.67 | 0.43 | 0.77 |
HSV | 242° | 23° | 87° |
CMYK | 0.22 | 0.23 | 0.00 0.13 |
XYZ | 45.3929 | 43.7776 | 75.1647 |
Yxy | 43.7776 | 0.2762 | 0.2664 |
Hunter Lab | 66.1646 | 6.6735 | -21.0397 |
CIE-Lab | 72.0796 | 11.1753 | -24.8975 |
#aeacde color RGB value is (174,172,222).
#aeacde hex color red value is 174, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aeacde hue: 0.67 , saturation: 0.43 and the lightness value of aeacde is 0.77.
The process color (four color CMYK) of #aeacde color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #aeacde is #9999cc. Color #aeacde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101100 | 11011110 |
Octal | 256 | 254 | 336 |
Decimal | 174 | 172 | 222 |
Hex | AE | AC | DE |
Shades of #aeacde
Tints of #aeacde
RGB Percentages of Color #aeacde
CMYK Percentages of Color #aeacde
Complementary Color
#aeacde | #dcdeac |
#aeacde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeacde Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeacde Color CSS Codes
.mybgcolor {background-color:#aeacde; } .myforecolor {color:#aeacde; } .mybordercolor {border:3px solid #aeacde; }
#aeacde Text Font Color
<p style="color:#aeacde">Text here</p>
This sample text font color is #aeacde
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.
#aeacde Background Color
<div style="background-color:#aeacde">
Div content here</div>
This div background color is #aeacde
#aeacde Border Color
<div style="border:3px solid #aeacde">
Div here</div>
This div border color is #aeacde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,172,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeacde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeacde; -webkit-box-shadow: 1px 1px 3px 2px #aeacde; box-shadow: 1px 1px 3px 2px #aeacde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,172,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 #aeacde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeacde; -webkit-box-shadow: 1px 1px 3px 2px #aeacde; box-shadow: 1px 1px 3px 2px #aeacde;">
Div content here</div>
This div box has shadow with color #aeacde
Comments
No comments written yet.
Please login to write comment.