Color Hex Logo

#aae9eb Color Hex

#AAE9EB
(170,233,235)
0 Favorites   0 Comments

Color spaces of #aae9eb

RGB 170233235
HSL0.510.620.79
HSV182°28°92°
CMYK 0.280.010.00   0.08
XYZ60.711972.822089.4535
Yxy72.82200.27230.3266
Hunter Lab85.3358-22.3444-2.4158
CIE-Lab88.3628-19.2317-7.3806

#aae9eb color RGB value is (170,233,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 11101011
Octal 252 351 353
Decimal 170 233 235
Hex AA E9 EB

RGB Percentages of Color #aae9eb

%26.65
%36.52
%36.83

CMYK Percentages of Color #aae9eb

%28
%1
%0
%8

Triadic Colors of #aae9eb

#aae9eb #ebaae9 #e9ebaa

Analogous Colors of #aae9eb

#aae9eb #aac9eb #aaebcd

Monochromatic Colors of #aae9eb

#aae9eb

Complementary Color

#aae9eb #ebacaa

#aae9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae9eb Color CSS Codes

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

#aae9eb Text Font Color

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

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


#aae9eb Background Color

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

This div background color is #aae9eb


#aae9eb Border Color

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

This div border color is #aae9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae9eb


Comments

No comments written yet.

Please login to write comment.