Color Hex Logo

#aae0ff Color Hex

#AAE0FF
(170,224,255)
0 Favorites   0 Comments

Color spaces of #aae0ff

RGB 170224255
HSL0.561.000.83
HSV202°33°100°
CMYK 0.330.120.00   0.00
XYZ61.283269.0774104.7110
Yxy69.07740.26070.2939
Hunter Lab83.1128-13.8305-16.5185
CIE-Lab86.5424-10.0388-20.6151

#aae0ff color RGB value is (170,224,255).

#aae0ff hex color red value is 170, green value is 224 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aae0ff hue: 0.56 , saturation: 1.00 and the lightness value of aae0ff is 0.83.

The process color (four color CMYK) of #aae0ff color hex is 0.33, 0.12, 0.00, 0.00. Web safe color of #aae0ff is #99ccff. Color #aae0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 11111111
Octal 252 340 377
Decimal 170 224 255
Hex AA E0 FF

RGB Percentages of Color #aae0ff

%26.19
%34.51
%39.29

CMYK Percentages of Color #aae0ff

%33
%12
%0
%0

Triadic Colors of #aae0ff

#aae0ff #ffaae0 #e0ffaa

Analogous Colors of #aae0ff

#aae0ff #aab6ff #aafff4

Monochromatic Colors of #aae0ff

#aae0ff

Complementary Color

#aae0ff #ffc9aa

#aae0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae0ff Color CSS Codes

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

#aae0ff Text Font Color

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

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


#aae0ff Background Color

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

This div background color is #aae0ff


#aae0ff Border Color

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

This div border color is #aae0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae0ff


Comments

No comments written yet.

Please login to write comment.