Color Hex Logo

#aeadd9 Color Hex

#AEADD9
(174,173,217)
0 Favorites   0 Comments

Color spaces of #aeadd9

RGB 174173217
HSL0.670.370.76
HSV241°20°85°
CMYK 0.200.200.00   0.15
XYZ44.923543.895671.7506
Yxy43.89560.27980.2734
Hunter Lab66.25385.0882-17.8315
CIE-Lab72.15879.4827-22.0434

#aeadd9 color RGB value is (174,173,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11011001
Octal 256 255 331
Decimal 174 173 217
Hex AE AD D9

RGB Percentages of Color #aeadd9

%30.85
%30.67
%38.48

CMYK Percentages of Color #aeadd9

%20
%20
%0
%15

Triadic Colors of #aeadd9

#aeadd9 #d9aead #add9ae

Analogous Colors of #aeadd9

#aeadd9 #c4add9 #adc2d9

Monochromatic Colors of #aeadd9

#aeadd9

Complementary Color

#aeadd9 #d8d9ad

#aeadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadd9 Color CSS Codes

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

#aeadd9 Text Font Color

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

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


#aeadd9 Background Color

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

This div background color is #aeadd9


#aeadd9 Border Color

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

This div border color is #aeadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadd9


Comments

No comments written yet.

Please login to write comment.