Color Hex Logo

#aaade9 Color Hex

#AAADE9
(170,173,233)
0 Favorites   0 Comments

Color spaces of #aaade9

RGB 170173233
HSL0.660.590.79
HSV237°27°91°
CMYK 0.270.260.00   0.09
XYZ46.229144.316483.2082
Yxy44.31640.26610.2551
Hunter Lab66.57067.4586-27.5086
CIE-Lab72.439512.0094-30.3697

#aaade9 color RGB value is (170,173,233).

#aaade9 hex color red value is 170, green value is 173 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #aaade9 hue: 0.66 , saturation: 0.59 and the lightness value of aaade9 is 0.79.

The process color (four color CMYK) of #aaade9 color hex is 0.27, 0.26, 0.00, 0.09. Web safe color of #aaade9 is #9999ff. Color #aaade9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11101001
Octal 252 255 351
Decimal 170 173 233
Hex AA AD E9

RGB Percentages of Color #aaade9

%29.51
%30.03
%40.45

CMYK Percentages of Color #aaade9

%27
%26
%0
%9

Triadic Colors of #aaade9

#aaade9 #e9aaad #ade9aa

Analogous Colors of #aaade9

#aaade9 #c7aae9 #aacde9

Monochromatic Colors of #aaade9

#aaade9

Complementary Color

#aaade9 #e9e6aa

#aaade9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaade9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaade9 Color CSS Codes

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

#aaade9 Text Font Color

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

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


#aaade9 Background Color

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

This div background color is #aaade9


#aaade9 Border Color

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

This div border color is #aaade9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaade9


Comments

No comments written yet.

Please login to write comment.