Color Hex Logo

#aafeaa Color Hex

#AAFEAA
(170,254,170)
0 Favorites   0 Comments

Color spaces of #aafeaa

RGB 170254170
HSL0.330.980.83
HSV120°33°100°
CMYK 0.330.000.33   0.00
XYZ59.275182.331950.7977
Yxy82.33190.30810.4279
Hunter Lab90.7369-42.182130.3232
CIE-Lab92.7211-41.442032.3338

#aafeaa color RGB value is (170,254,170).

#aafeaa hex color red value is 170, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aafeaa hue: 0.33 , saturation: 0.98 and the lightness value of aafeaa is 0.83.

The process color (four color CMYK) of #aafeaa color hex is 0.33, 0.00, 0.33, 0.00. Web safe color of #aafeaa is #99ff99. Color #aafeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10101010
Octal 252 376 252
Decimal 170 254 170
Hex AA FE AA

RGB Percentages of Color #aafeaa

%28.62
%42.76
%28.62

CMYK Percentages of Color #aafeaa

%33
%0
%33
%0

Triadic Colors of #aafeaa

#aafeaa #aaaafe #feaaaa

Analogous Colors of #aafeaa

#aafeaa #aafed4 #d4feaa

Monochromatic Colors of #aafeaa

#aafeaa

Complementary Color

#aafeaa #feaafe

#aafeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafeaa Color CSS Codes

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

#aafeaa Text Font Color

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

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


#aafeaa Background Color

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

This div background color is #aafeaa


#aafeaa Border Color

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

This div border color is #aafeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafeaa

Related Colors

#aafeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.