Color Hex Logo

#aae5ee Color Hex

#AAE5EE
(170,229,238)
0 Favorites   0 Comments

Color spaces of #aae5ee

RGB 170229238
HSL0.520.670.80
HSV188°29°93°
CMYK 0.290.040.00   0.07
XYZ60.029570.757791.3826
Yxy70.75770.27020.3185
Hunter Lab84.1176-19.8214-5.5284
CIE-Lab87.3672-16.5598-10.4341

#aae5ee color RGB value is (170,229,238).

#aae5ee hex color red value is 170, green value is 229 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aae5ee hue: 0.52 , saturation: 0.67 and the lightness value of aae5ee is 0.80.

The process color (four color CMYK) of #aae5ee color hex is 0.29, 0.04, 0.00, 0.07. Web safe color of #aae5ee is #99ccff. Color #aae5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 11101110
Octal 252 345 356
Decimal 170 229 238
Hex AA E5 EE

RGB Percentages of Color #aae5ee

%26.69
%35.95
%37.36

CMYK Percentages of Color #aae5ee

%29
%4
%0
%7

Triadic Colors of #aae5ee

#aae5ee #eeaae5 #e5eeaa

Analogous Colors of #aae5ee

#aae5ee #aac3ee #aaeed5

Monochromatic Colors of #aae5ee

#aae5ee

Complementary Color

#aae5ee #eeb3aa

#aae5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5ee Color CSS Codes

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

#aae5ee Text Font Color

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

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


#aae5ee Background Color

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

This div background color is #aae5ee


#aae5ee Border Color

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

This div border color is #aae5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5ee


Comments

No comments written yet.

Please login to write comment.