Color Hex Logo

#aaeaed Color Hex

#AAEAED
(170,234,237)
0 Favorites   0 Comments

Color spaces of #aaeaed

RGB 170234237
HSL0.510.650.80
HSV183°28°93°
CMYK 0.280.010.00   0.07
XYZ61.286473.506191.0787
Yxy73.50610.27130.3254
Hunter Lab85.7357-22.4404-2.9699
CIE-Lab88.6885-19.2820-7.9465

#aaeaed color RGB value is (170,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11101101
Octal 252 352 355
Decimal 170 234 237
Hex AA EA ED

RGB Percentages of Color #aaeaed

%26.52
%36.51
%36.97

CMYK Percentages of Color #aaeaed

%28
%1
%0
%7

Triadic Colors of #aaeaed

#aaeaed #edaaea #eaedaa

Analogous Colors of #aaeaed

#aaeaed #aac9ed #aaedcf

Monochromatic Colors of #aaeaed

#aaeaed

Complementary Color

#aaeaed #edadaa

#aaeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeaed Color CSS Codes

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

#aaeaed Text Font Color

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

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


#aaeaed Background Color

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

This div background color is #aaeaed


#aaeaed Border Color

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

This div border color is #aaeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeaed


Comments

No comments written yet.

Please login to write comment.