Color Hex Logo

#aaeae2 Color Hex

#AAEAE2
(170,234,226)
0 Favorites   0 Comments

Color spaces of #aaeae2

RGB 170234226
HSL0.480.600.79
HSV173°27°92°
CMYK 0.270.000.03   0.08
XYZ59.727872.882782.8713
Yxy72.88270.27720.3382
Hunter Lab85.3714-24.51712.2062
CIE-Lab88.3917-21.6960-2.6187

#aaeae2 color RGB value is (170,234,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11100010
Octal 252 352 342
Decimal 170 234 226
Hex AA EA E2

RGB Percentages of Color #aaeae2

%26.98
%37.14
%35.87

CMYK Percentages of Color #aaeae2

%27
%0
%3
%8

Triadic Colors of #aaeae2

#aaeae2 #e2aaea #eae2aa

Analogous Colors of #aaeae2

#aaeae2 #aad2ea #aaeac2

Monochromatic Colors of #aaeae2

#aaeae2

Complementary Color

#aaeae2 #eaaab2

#aaeae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeae2 Color CSS Codes

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

#aaeae2 Text Font Color

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

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


#aaeae2 Background Color

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

This div background color is #aaeae2


#aaeae2 Border Color

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

This div border color is #aaeae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeae2


Comments

No comments written yet.

Please login to write comment.