Color Hex Logo

#aaeeab Color Hex

#AAEEAB
(170,238,171)
0 Favorites   0 Comments

Color spaces of #aaeeab

RGB 170238171
HSL0.340.670.80
HSV121°29°93°
CMYK 0.290.000.28   0.07
XYZ54.502872.635449.6755
Yxy72.63540.30820.4108
Hunter Lab85.2264-34.994425.1004
CIE-Lab88.2735-34.057825.8162

#aaeeab color RGB value is (170,238,171).

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

The process color (four color CMYK) of #aaeeab color hex is 0.29, 0.00, 0.28, 0.07. Web safe color of #aaeeab is #99ff99. Color #aaeeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10101011
Octal 252 356 253
Decimal 170 238 171
Hex AA EE AB

RGB Percentages of Color #aaeeab

%29.36
%41.11
%29.53

CMYK Percentages of Color #aaeeab

%29
%0
%28
%7

Triadic Colors of #aaeeab

#aaeeab #abaaee #eeabaa

Analogous Colors of #aaeeab

#aaeeab #aaeecd #cbeeaa

Monochromatic Colors of #aaeeab

#aaeeab

Complementary Color

#aaeeab #eeaaed

#aaeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeab Color CSS Codes

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

#aaeeab Text Font Color

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

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


#aaeeab Background Color

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

This div background color is #aaeeab


#aaeeab Border Color

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

This div border color is #aaeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeab


Comments

No comments written yet.

Please login to write comment.