Color Hex Logo

#aea9d9 Color Hex

#AEA9D9
(174,169,217)
0 Favorites   0 Comments

Color spaces of #aea9d9

RGB 174169217
HSL0.680.390.76
HSV246°22°85°
CMYK 0.200.220.00   0.15
XYZ44.167942.384471.4987
Yxy42.38440.27950.2682
Hunter Lab65.10337.1686-19.5420
CIE-Lab71.135111.6984-23.6042

#aea9d9 color RGB value is (174,169,217).

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

The process color (four color CMYK) of #aea9d9 color hex is 0.20, 0.22, 0.00, 0.15. Web safe color of #aea9d9 is #9999cc. Color #aea9d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 11011001
Octal 256 251 331
Decimal 174 169 217
Hex AE A9 D9

RGB Percentages of Color #aea9d9

%31.07
%30.18
%38.75

CMYK Percentages of Color #aea9d9

%20
%22
%0
%15

Triadic Colors of #aea9d9

#aea9d9 #d9aea9 #a9d9ae

Analogous Colors of #aea9d9

#aea9d9 #c6a9d9 #a9bcd9

Monochromatic Colors of #aea9d9

#aea9d9

Complementary Color

#aea9d9 #d4d9a9

#aea9d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9d9 Color CSS Codes

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

#aea9d9 Text Font Color

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

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


#aea9d9 Background Color

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

This div background color is #aea9d9


#aea9d9 Border Color

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

This div border color is #aea9d9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,169,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aea9d9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea9d9


Comments

No comments written yet.

Please login to write comment.