Color Hex Logo

#aae5ec Color Hex

#AAE5EC
(170,229,236)
0 Favorites   0 Comments

Color spaces of #aae5ec

RGB 170229236
HSL0.520.630.80
HSV186°28°93°
CMYK 0.280.030.00   0.07
XYZ59.737270.640889.8434
Yxy70.64080.27130.3208
Hunter Lab84.0481-20.2152-4.5445
CIE-Lab87.3102-17.0117-9.4671

#aae5ec color RGB value is (170,229,236).

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

The process color (four color CMYK) of #aae5ec color hex is 0.28, 0.03, 0.00, 0.07. Web safe color of #aae5ec is #99ccff. Color #aae5ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 11101100
Octal 252 345 354
Decimal 170 229 236
Hex AA E5 EC

RGB Percentages of Color #aae5ec

%26.77
%36.06
%37.17

CMYK Percentages of Color #aae5ec

%28
%3
%0
%7

Triadic Colors of #aae5ec

#aae5ec #ecaae5 #e5ecaa

Analogous Colors of #aae5ec

#aae5ec #aac4ec #aaecd2

Monochromatic Colors of #aae5ec

#aae5ec

Complementary Color

#aae5ec #ecb1aa

#aae5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5ec Color CSS Codes

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

#aae5ec Text Font Color

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

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


#aae5ec Background Color

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

This div background color is #aae5ec


#aae5ec Border Color

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

This div border color is #aae5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5ec


Comments

No comments written yet.

Please login to write comment.