Color Hex Logo

#aaaede Color Hex

#AAAEDE
(170,174,222)
0 Favorites   0 Comments

Color spaces of #aaaede

RGB 170174222
HSL0.650.440.77
HSV235°23°87°
CMYK 0.230.220.00   0.13
XYZ44.898444.092175.2515
Yxy44.09210.27340.2685
Hunter Lab66.40194.4915-20.7105
CIE-Lab72.29008.8440-24.6027

#aaaede color RGB value is (170,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11011110
Octal 252 256 336
Decimal 170 174 222
Hex AA AE DE

RGB Percentages of Color #aaaede

%30.04
%30.74
%39.22

CMYK Percentages of Color #aaaede

%23
%22
%0
%13

Triadic Colors of #aaaede

#aaaede #deaaae #aedeaa

Analogous Colors of #aaaede

#aaaede #c0aade #aac8de

Monochromatic Colors of #aaaede

#aaaede

Complementary Color

#aaaede #dedaaa

#aaaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaede Color CSS Codes

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

#aaaede Text Font Color

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

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


#aaaede Background Color

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

This div background color is #aaaede


#aaaede Border Color

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

This div border color is #aaaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaede


Comments

No comments written yet.

Please login to write comment.