Color Hex Logo

#aae4ea Color Hex

#AAE4EA
(170,228,234)
0 Favorites   0 Comments

Color spaces of #aae4ea

RGB 170228234
HSL0.520.600.79
HSV186°27°92°
CMYK 0.270.030.00   0.08
XYZ59.172269.973488.2294
Yxy69.97340.27220.3219
Hunter Lab83.6501-20.1208-3.9807
CIE-Lab86.9838-16.9594-8.8997

#aae4ea color RGB value is (170,228,234).

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

The process color (four color CMYK) of #aae4ea color hex is 0.27, 0.03, 0.00, 0.08. Web safe color of #aae4ea is #99ccff. Color #aae4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 11101010
Octal 252 344 352
Decimal 170 228 234
Hex AA E4 EA

RGB Percentages of Color #aae4ea

%26.90
%36.08
%37.03

CMYK Percentages of Color #aae4ea

%27
%3
%0
%8

Triadic Colors of #aae4ea

#aae4ea #eaaae4 #e4eaaa

Analogous Colors of #aae4ea

#aae4ea #aac4ea #aaead0

Monochromatic Colors of #aae4ea

#aae4ea

Complementary Color

#aae4ea #eab0aa

#aae4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae4ea Color CSS Codes

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

#aae4ea Text Font Color

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

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


#aae4ea Background Color

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

This div background color is #aae4ea


#aae4ea Border Color

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

This div border color is #aae4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae4ea


Comments

No comments written yet.

Please login to write comment.