Color Hex Logo

#aea9de Color Hex

#AEA9DE
(174,169,222)
0 Favorites   0 Comments

Color spaces of #aea9de

RGB 174169222
HSL0.680.450.77
HSV246°24°87°
CMYK 0.220.240.00   0.13
XYZ44.828342.648574.9765
Yxy42.64850.27590.2625
Hunter Lab65.30588.2437-22.3558
CIE-Lab71.315712.8406-26.0669

#aea9de color RGB value is (174,169,222).

#aea9de hex color red value is 174, green value is 169 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aea9de hue: 0.68 , saturation: 0.45 and the lightness value of aea9de is 0.77.

The process color (four color CMYK) of #aea9de color hex is 0.22, 0.24, 0.00, 0.13. Web safe color of #aea9de is #9999cc. Color #aea9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 11011110
Octal 256 251 336
Decimal 174 169 222
Hex AE A9 DE

RGB Percentages of Color #aea9de

%30.80
%29.91
%39.29

CMYK Percentages of Color #aea9de

%22
%24
%0
%13

Triadic Colors of #aea9de

#aea9de #deaea9 #a9deae

Analogous Colors of #aea9de

#aea9de #c9a9de #a9bfde

Monochromatic Colors of #aea9de

#aea9de

Complementary Color

#aea9de #d9dea9

#aea9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9de Color CSS Codes

.mybgcolor {background-color:#aea9de; } 
.myforecolor {color:#aea9de; }
.mybordercolor {border:3px solid #aea9de; }

#aea9de Text Font Color

<p style="color:#aea9de">Text here</p>

This sample text font color is #aea9de
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.


#aea9de Background Color

<div style="background-color:#aea9de">
Div content here</div>

This div background color is #aea9de


#aea9de Border Color

<div style="border:3px solid #aea9de">
Div here</div>

This div border color is #aea9de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,169,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aea9de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aea9de;
  -webkit-box-shadow: 1px 1px 3px 2px #aea9de;
  box-shadow:         1px 1px 3px 2px #aea9de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,169,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 #aea9de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aea9de;
  -webkit-box-shadow: 1px 1px 3px 2px #aea9de;
  box-shadow:         1px 1px 3px 2px #aea9de;">
Div content here</div>

This div box has shadow with color #aea9de


Comments

No comments written yet.

Please login to write comment.