Color Hex Logo

#aaaed1 Color Hex

#AAAED1
(170,174,209)
0 Favorites   0 Comments

Color spaces of #aaaed1

RGB 170174209
HSL0.650.300.74
HSV234°19°82°
CMYK 0.190.170.00   0.18
XYZ43.222243.421666.4248
Yxy43.42160.28240.2837
Hunter Lab65.89511.7662-13.6401
CIE-Lab71.84025.8754-18.1752

#aaaed1 color RGB value is (170,174,209).

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

The process color (four color CMYK) of #aaaed1 color hex is 0.19, 0.17, 0.00, 0.18. Web safe color of #aaaed1 is #9999cc. Color #aaaed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11010001
Octal 252 256 321
Decimal 170 174 209
Hex AA AE D1

RGB Percentages of Color #aaaed1

%30.74
%31.46
%37.79

CMYK Percentages of Color #aaaed1

%19
%17
%0
%18

Triadic Colors of #aaaed1

#aaaed1 #d1aaae #aed1aa

Analogous Colors of #aaaed1

#aaaed1 #baaad1 #aac2d1

Monochromatic Colors of #aaaed1

#aaaed1

Complementary Color

#aaaed1 #d1cdaa

#aaaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaed1 Color CSS Codes

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

#aaaed1 Text Font Color

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

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


#aaaed1 Background Color

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

This div background color is #aaaed1


#aaaed1 Border Color

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

This div border color is #aaaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaed1


Comments

No comments written yet.

Please login to write comment.