Color Hex Logo

#aae4ec Color Hex

#AAE4EC
(170,228,236)
0 Favorites   0 Comments

Color spaces of #aae4ec

RGB 170228236
HSL0.520.630.80
HSV187°28°93°
CMYK 0.280.030.00   0.07
XYZ59.461370.089089.7515
Yxy70.08900.27110.3196
Hunter Lab83.7192-19.7294-4.9587
CIE-Lab87.0405-16.5096-9.8681

#aae4ec color RGB value is (170,228,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 11101100
Octal 252 344 354
Decimal 170 228 236
Hex AA E4 EC

RGB Percentages of Color #aae4ec

%26.81
%35.96
%37.22

CMYK Percentages of Color #aae4ec

%28
%3
%0
%7

Triadic Colors of #aae4ec

#aae4ec #ecaae4 #e4ecaa

Analogous Colors of #aae4ec

#aae4ec #aac3ec #aaecd3

Monochromatic Colors of #aae4ec

#aae4ec

Complementary Color

#aae4ec #ecb2aa

#aae4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae4ec Color CSS Codes

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

#aae4ec Text Font Color

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

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


#aae4ec Background Color

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

This div background color is #aae4ec


#aae4ec Border Color

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

This div border color is #aae4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae4ec


Comments

No comments written yet.

Please login to write comment.