Color Hex Logo

#aaefab Color Hex

#AAEFAB
(170,239,171)
0 Favorites   0 Comments

Color spaces of #aaefab

RGB 170239171
HSL0.340.680.80
HSV121°29°94°
CMYK 0.290.000.28   0.06
XYZ54.794873.219349.7728
Yxy73.21930.30820.4118
Hunter Lab85.5683-35.439625.4104
CIE-Lab88.5522-34.518426.1962

#aaefab color RGB value is (170,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10101011
Octal 252 357 253
Decimal 170 239 171
Hex AA EF AB

RGB Percentages of Color #aaefab

%29.31
%41.21
%29.48

CMYK Percentages of Color #aaefab

%29
%0
%28
%6

Triadic Colors of #aaefab

#aaefab #abaaef #efabaa

Analogous Colors of #aaefab

#aaefab #aaefce #ccefaa

Monochromatic Colors of #aaefab

#aaefab

Complementary Color

#aaefab #efaaee

#aaefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefab Color CSS Codes

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

#aaefab Text Font Color

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

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


#aaefab Background Color

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

This div background color is #aaefab


#aaefab Border Color

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

This div border color is #aaefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefab


Comments

No comments written yet.

Please login to write comment.