Color spaces of #aea6ce
RGB | 174 | 166 | 206 |
---|---|---|---|
HSL | 0.70 | 0.29 | 0.73 |
HSV | 252° | 19° | 81° |
CMYK | 0.16 | 0.19 | 0.00 0.19 |
XYZ | 42.2324 | 40.7273 | 64.0278 |
Yxy | 40.7273 | 0.2873 | 0.2771 |
Hunter Lab | 63.8179 | 6.4434 | -14.8124 |
CIE-Lab | 69.9844 | 10.9166 | -19.3094 |
#aea6ce color RGB value is (174,166,206).
#aea6ce hex color red value is 174, green value is 166 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aea6ce hue: 0.70 , saturation: 0.29 and the lightness value of aea6ce is 0.73.
The process color (four color CMYK) of #aea6ce color hex is 0.16, 0.19, 0.00, 0.19. Web safe color of #aea6ce is #9999cc. Color #aea6ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100110 | 11001110 |
Octal | 256 | 246 | 316 |
Decimal | 174 | 166 | 206 |
Hex | AE | A6 | CE |
Shades of #aea6ce
Tints of #aea6ce
RGB Percentages of Color #aea6ce
CMYK Percentages of Color #aea6ce
Complementary Color
#aea6ce | #c6cea6 |
#aea6ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea6ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea6ce Color CSS Codes
.mybgcolor {background-color:#aea6ce; } .myforecolor {color:#aea6ce; } .mybordercolor {border:3px solid #aea6ce; }
#aea6ce Text Font Color
<p style="color:#aea6ce">Text here</p>
This sample text font color is #aea6ce
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.
#aea6ce Background Color
<div style="background-color:#aea6ce">
Div content here</div>
This div background color is #aea6ce
#aea6ce Border Color
<div style="border:3px solid #aea6ce">
Div here</div>
This div border color is #aea6ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,166,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea6ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea6ce; -webkit-box-shadow: 1px 1px 3px 2px #aea6ce; box-shadow: 1px 1px 3px 2px #aea6ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,166,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea6ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea6ce; -webkit-box-shadow: 1px 1px 3px 2px #aea6ce; box-shadow: 1px 1px 3px 2px #aea6ce;">
Div content here</div>
This div box has shadow with color #aea6ce
Comments
No comments written yet.
Please login to write comment.