Color Hex Logo

#aae9ed Color Hex

#AAE9ED
(170,233,237)
0 Favorites   0 Comments

Color spaces of #aae9ed

RGB 170233237
HSL0.510.650.80
HSV184°28°93°
CMYK 0.280.020.00   0.07
XYZ61.002572.938390.9841
Yxy72.93830.27120.3243
Hunter Lab85.4039-21.9575-3.3812
CIE-Lab88.4183-18.7851-8.3472

#aae9ed color RGB value is (170,233,237).

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

The process color (four color CMYK) of #aae9ed color hex is 0.28, 0.02, 0.00, 0.07. Web safe color of #aae9ed is #99ffff. Color #aae9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 11101101
Octal 252 351 355
Decimal 170 233 237
Hex AA E9 ED

RGB Percentages of Color #aae9ed

%26.56
%36.41
%37.03

CMYK Percentages of Color #aae9ed

%28
%2
%0
%7

Triadic Colors of #aae9ed

#aae9ed #edaae9 #e9edaa

Analogous Colors of #aae9ed

#aae9ed #aac8ed #aaedd0

Monochromatic Colors of #aae9ed

#aae9ed

Complementary Color

#aae9ed #edaeaa

#aae9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae9ed Color CSS Codes

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

#aae9ed Text Font Color

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

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


#aae9ed Background Color

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

This div background color is #aae9ed


#aae9ed Border Color

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

This div border color is #aae9ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,233,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 #aae9ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae9ed


Comments

No comments written yet.

Please login to write comment.