Color Hex Logo

#aae8eb Color Hex

#AAE8EB
(170,232,235)
0 Favorites   0 Comments

Color spaces of #aae8eb

RGB 170232235
HSL0.510.620.79
HSV183°28°92°
CMYK 0.280.010.00   0.08
XYZ60.429672.257489.3594
Yxy72.25740.27210.3254
Hunter Lab85.0044-21.8620-2.8246
CIE-Lab88.0923-18.7346-7.7811

#aae8eb color RGB value is (170,232,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 11101011
Octal 252 350 353
Decimal 170 232 235
Hex AA E8 EB

RGB Percentages of Color #aae8eb

%26.69
%36.42
%36.89

CMYK Percentages of Color #aae8eb

%28
%1
%0
%8

Triadic Colors of #aae8eb

#aae8eb #ebaae8 #e8ebaa

Analogous Colors of #aae8eb

#aae8eb #aac8eb #aaebce

Monochromatic Colors of #aae8eb

#aae8eb

Complementary Color

#aae8eb #ebadaa

#aae8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae8eb Color CSS Codes

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

#aae8eb Text Font Color

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

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


#aae8eb Background Color

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

This div background color is #aae8eb


#aae8eb Border Color

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

This div border color is #aae8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae8eb


Comments

No comments written yet.

Please login to write comment.