Color spaces of #aaaecc
RGB | 170 | 174 | 204 |
---|---|---|---|
HSL | 0.65 | 0.25 | 0.73 |
HSV | 233° | 17° | 80° |
CMYK | 0.17 | 0.15 | 0.00 0.20 |
XYZ | 42.6127 | 43.1778 | 63.2150 |
Yxy | 43.1778 | 0.2860 | 0.2898 |
Hunter Lab | 65.7098 | 0.7648 | -11.0421 |
CIE-Lab | 71.6755 | 4.7694 | -15.6817 |
#aaaecc color RGB value is (170,174,204).
#aaaecc hex color red value is 170, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aaaecc hue: 0.65 , saturation: 0.25 and the lightness value of aaaecc is 0.73.
The process color (four color CMYK) of #aaaecc color hex is 0.17, 0.15, 0.00, 0.20. Web safe color of #aaaecc is #9999cc. Color #aaaecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101110 | 11001100 |
Octal | 252 | 256 | 314 |
Decimal | 170 | 174 | 204 |
Hex | AA | AE | CC |
Shades of #aaaecc
Tints of #aaaecc
RGB Percentages of Color #aaaecc
CMYK Percentages of Color #aaaecc
Complementary Color
#aaaecc | #ccc8aa |
#aaaecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaaecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaaecc Color CSS Codes
.mybgcolor {background-color:#aaaecc; } .myforecolor {color:#aaaecc; } .mybordercolor {border:3px solid #aaaecc; }
#aaaecc Text Font Color
<p style="color:#aaaecc">Text here</p>
This sample text font color is #aaaecc
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.
#aaaecc Background Color
<div style="background-color:#aaaecc">
Div content here</div>
This div background color is #aaaecc
#aaaecc Border Color
<div style="border:3px solid #aaaecc">
Div here</div>
This div border color is #aaaecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaaecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaaecc; -webkit-box-shadow: 1px 1px 3px 2px #aaaecc; box-shadow: 1px 1px 3px 2px #aaaecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,174,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaaecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaaecc; -webkit-box-shadow: 1px 1px 3px 2px #aaaecc; box-shadow: 1px 1px 3px 2px #aaaecc;">
Div content here</div>
This div box has shadow with color #aaaecc
Comments
No comments written yet.
Please login to write comment.