Color Hex Logo

#aaeee9 Color Hex

#AAEEE9
(170,238,233)
0 Favorites   0 Comments

Color spaces of #aaeee9

RGB 170238233
HSL0.490.670.80
HSV176°29°93°
CMYK 0.290.000.02   0.07
XYZ61.860175.578388.4185
Yxy75.57830.27390.3346
Hunter Lab86.9358-25.12400.5538
CIE-Lab89.6632-22.1394-4.4132

#aaeee9 color RGB value is (170,238,233).

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

The process color (four color CMYK) of #aaeee9 color hex is 0.29, 0.00, 0.02, 0.07. Web safe color of #aaeee9 is #99ffff. Color #aaeee9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11101001
Octal 252 356 351
Decimal 170 238 233
Hex AA EE E9

RGB Percentages of Color #aaeee9

%26.52
%37.13
%36.35

CMYK Percentages of Color #aaeee9

%29
%0
%2
%7

Triadic Colors of #aaeee9

#aaeee9 #e9aaee #eee9aa

Analogous Colors of #aaeee9

#aaeee9 #aad1ee #aaeec7

Monochromatic Colors of #aaeee9

#aaeee9

Complementary Color

#aaeee9 #eeaaaf

#aaeee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeee9 Color CSS Codes

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

#aaeee9 Text Font Color

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

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


#aaeee9 Background Color

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

This div background color is #aaeee9


#aaeee9 Border Color

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

This div border color is #aaeee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeee9


Comments

No comments written yet.

Please login to write comment.