Color spaces of #aaacde
RGB | 170 | 172 | 222 |
---|---|---|---|
HSL | 0.66 | 0.44 | 0.77 |
HSV | 238° | 23° | 87° |
CMYK | 0.23 | 0.23 | 0.00 0.13 |
XYZ | 44.5149 | 43.3250 | 75.1236 |
Yxy | 43.3250 | 0.2732 | 0.2659 |
Hunter Lab | 65.8217 | 5.5306 | -21.5936 |
CIE-Lab | 71.7750 | 9.9520 | -25.3905 |
#aaacde color RGB value is (170,172,222).
#aaacde hex color red value is 170, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aaacde hue: 0.66 , saturation: 0.44 and the lightness value of aaacde is 0.77.
The process color (four color CMYK) of #aaacde color hex is 0.23, 0.23, 0.00, 0.13. Web safe color of #aaacde is #9999cc. Color #aaacde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101100 | 11011110 |
Octal | 252 | 254 | 336 |
Decimal | 170 | 172 | 222 |
Hex | AA | AC | DE |
Shades of #aaacde
Tints of #aaacde
RGB Percentages of Color #aaacde
CMYK Percentages of Color #aaacde
Complementary Color
#aaacde | #dedcaa |
#aaacde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaacde Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaacde Color CSS Codes
.mybgcolor {background-color:#aaacde; } .myforecolor {color:#aaacde; } .mybordercolor {border:3px solid #aaacde; }
#aaacde Text Font Color
<p style="color:#aaacde">Text here</p>
This sample text font color is #aaacde
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.
#aaacde Background Color
<div style="background-color:#aaacde">
Div content here</div>
This div background color is #aaacde
#aaacde Border Color
<div style="border:3px solid #aaacde">
Div here</div>
This div border color is #aaacde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,172,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaacde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaacde; -webkit-box-shadow: 1px 1px 3px 2px #aaacde; box-shadow: 1px 1px 3px 2px #aaacde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,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 #aaacde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaacde; -webkit-box-shadow: 1px 1px 3px 2px #aaacde; box-shadow: 1px 1px 3px 2px #aaacde;">
Div content here</div>
This div box has shadow with color #aaacde
Comments
No comments written yet.
Please login to write comment.