Color Hex Logo

#aae1ed Color Hex

#AAE1ED
(170,225,237)
0 Favorites   0 Comments

Color spaces of #aae1ed

RGB 170225237
HSL0.530.650.80
HSV191°28°93°
CMYK 0.280.050.00   0.07
XYZ58.788868.510990.2462
Yxy68.51090.27020.3149
Hunter Lab82.7713-18.0691-6.7044
CIE-Lab86.2613-14.7691-11.5555

#aae1ed color RGB value is (170,225,237).

#aae1ed hex color red value is 170, green value is 225 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aae1ed hue: 0.53 , saturation: 0.65 and the lightness value of aae1ed is 0.80.

The process color (four color CMYK) of #aae1ed color hex is 0.28, 0.05, 0.00, 0.07. Web safe color of #aae1ed is #99ccff. Color #aae1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 11101101
Octal 252 341 355
Decimal 170 225 237
Hex AA E1 ED

RGB Percentages of Color #aae1ed

%26.90
%35.60
%37.50

CMYK Percentages of Color #aae1ed

%28
%5
%0
%7

Triadic Colors of #aae1ed

#aae1ed #edaae1 #e1edaa

Analogous Colors of #aae1ed

#aae1ed #aac0ed #aaedd8

Monochromatic Colors of #aae1ed

#aae1ed

Complementary Color

#aae1ed #edb6aa

#aae1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae1ed Color CSS Codes

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

#aae1ed Text Font Color

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

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


#aae1ed Background Color

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

This div background color is #aae1ed


#aae1ed Border Color

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

This div border color is #aae1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae1ed


Comments

No comments written yet.

Please login to write comment.