Color Hex Logo

#aaade1 Color Hex

#AAADE1
(170,173,225)
0 Favorites   0 Comments

Color spaces of #aaade1

RGB 170173225
HSL0.660.480.77
HSV237°24°88°
CMYK 0.240.230.00   0.12
XYZ45.111743.869477.3242
Yxy43.86940.27130.2638
Hunter Lab66.23405.6662-22.8537
CIE-Lab72.141110.1014-26.4683

#aaade1 color RGB value is (170,173,225).

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

The process color (four color CMYK) of #aaade1 color hex is 0.24, 0.23, 0.00, 0.12. Web safe color of #aaade1 is #9999cc. Color #aaade1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11100001
Octal 252 255 341
Decimal 170 173 225
Hex AA AD E1

RGB Percentages of Color #aaade1

%29.93
%30.46
%39.61

CMYK Percentages of Color #aaade1

%24
%23
%0
%12

Triadic Colors of #aaade1

#aaade1 #e1aaad #ade1aa

Analogous Colors of #aaade1

#aaade1 #c3aae1 #aac9e1

Monochromatic Colors of #aaade1

#aaade1

Complementary Color

#aaade1 #e1deaa

#aaade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaade1 Color CSS Codes

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

#aaade1 Text Font Color

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

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


#aaade1 Background Color

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

This div background color is #aaade1


#aaade1 Border Color

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

This div border color is #aaade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaade1


Comments

No comments written yet.

Please login to write comment.