Color Hex Logo

#aae2eb Color Hex

#AAE2EB
(170,226,235)
0 Favorites   0 Comments

Color spaces of #aae2eb

RGB 170226235
HSL0.520.620.79
HSV188°28°92°
CMYK 0.280.040.00   0.08
XYZ58.769368.936988.8059
Yxy68.93690.27140.3184
Hunter Lab83.0282-18.9530-5.2960
CIE-Lab86.4728-15.7280-10.1860

#aae2eb color RGB value is (170,226,235).

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

The process color (four color CMYK) of #aae2eb color hex is 0.28, 0.04, 0.00, 0.08. Web safe color of #aae2eb is #99ccff. Color #aae2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 11101011
Octal 252 342 353
Decimal 170 226 235
Hex AA E2 EB

RGB Percentages of Color #aae2eb

%26.94
%35.82
%37.24

CMYK Percentages of Color #aae2eb

%28
%4
%0
%8

Triadic Colors of #aae2eb

#aae2eb #ebaae2 #e2ebaa

Analogous Colors of #aae2eb

#aae2eb #aac2eb #aaebd4

Monochromatic Colors of #aae2eb

#aae2eb

Complementary Color

#aae2eb #ebb3aa

#aae2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae2eb Color CSS Codes

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

#aae2eb Text Font Color

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

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


#aae2eb Background Color

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

This div background color is #aae2eb


#aae2eb Border Color

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

This div border color is #aae2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae2eb


Comments

No comments written yet.

Please login to write comment.