Color Hex Logo

#aaeae1 Color Hex

#AAEAE1
(170,234,225)
0 Favorites   0 Comments

Color spaces of #aaeae1

RGB 170234225
HSL0.480.600.79
HSV172°27°92°
CMYK 0.270.000.04   0.08
XYZ59.591072.827982.1506
Yxy72.82790.27770.3394
Hunter Lab85.3393-24.70012.6628
CIE-Lab88.3656-21.9104-2.1329

#aaeae1 color RGB value is (170,234,225).

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

The process color (four color CMYK) of #aaeae1 color hex is 0.27, 0.00, 0.04, 0.08. Web safe color of #aaeae1 is #99ffcc. Color #aaeae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11100001
Octal 252 352 341
Decimal 170 234 225
Hex AA EA E1

RGB Percentages of Color #aaeae1

%27.03
%37.20
%35.77

CMYK Percentages of Color #aaeae1

%27
%0
%4
%8

Triadic Colors of #aaeae1

#aaeae1 #e1aaea #eae1aa

Analogous Colors of #aaeae1

#aaeae1 #aad3ea #aaeac1

Monochromatic Colors of #aaeae1

#aaeae1

Complementary Color

#aaeae1 #eaaab3

#aaeae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeae1 Color CSS Codes

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

#aaeae1 Text Font Color

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

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


#aaeae1 Background Color

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

This div background color is #aaeae1


#aaeae1 Border Color

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

This div border color is #aaeae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeae1


Comments

No comments written yet.

Please login to write comment.