Color Hex Logo

#aae5ef Color Hex

#AAE5EF
(170,229,239)
0 Favorites   0 Comments

Color spaces of #aae5ef

RGB 170229239
HSL0.520.680.80
HSV189°29°94°
CMYK 0.290.040.00   0.06
XYZ60.176970.816792.1587
Yxy70.81670.26970.3173
Hunter Lab84.1527-19.6232-6.0238
CIE-Lab87.3959-16.3328-10.9171

#aae5ef color RGB value is (170,229,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 11101111
Octal 252 345 357
Decimal 170 229 239
Hex AA E5 EF

RGB Percentages of Color #aae5ef

%26.65
%35.89
%37.46

CMYK Percentages of Color #aae5ef

%29
%4
%0
%6

Triadic Colors of #aae5ef

#aae5ef #efaae5 #e5efaa

Analogous Colors of #aae5ef

#aae5ef #aac3ef #aaefd7

Monochromatic Colors of #aae5ef

#aae5ef

Complementary Color

#aae5ef #efb4aa

#aae5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5ef Color CSS Codes

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

#aae5ef Text Font Color

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

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


#aae5ef Background Color

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

This div background color is #aae5ef


#aae5ef Border Color

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

This div border color is #aae5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5ef


Comments

No comments written yet.

Please login to write comment.