Color Hex Logo

#aae4ee Color Hex

#AAE4EE
(170,228,238)
0 Favorites   0 Comments

Color spaces of #aae4ee

RGB 170228238
HSL0.520.670.80
HSV189°29°93°
CMYK 0.290.040.00   0.07
XYZ59.753670.205991.2907
Yxy70.20590.27010.3173
Hunter Lab83.7890-19.3345-5.9460
CIE-Lab87.0978-16.0568-10.8353

#aae4ee color RGB value is (170,228,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 11101110
Octal 252 344 356
Decimal 170 228 238
Hex AA E4 EE

RGB Percentages of Color #aae4ee

%26.73
%35.85
%37.42

CMYK Percentages of Color #aae4ee

%29
%4
%0
%7

Triadic Colors of #aae4ee

#aae4ee #eeaae4 #e4eeaa

Analogous Colors of #aae4ee

#aae4ee #aac2ee #aaeed6

Monochromatic Colors of #aae4ee

#aae4ee

Complementary Color

#aae4ee #eeb4aa

#aae4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae4ee Color CSS Codes

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

#aae4ee Text Font Color

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

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


#aae4ee Background Color

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

This div background color is #aae4ee


#aae4ee Border Color

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

This div border color is #aae4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae4ee


Comments

No comments written yet.

Please login to write comment.