Color Hex Logo

#aafd91 Color Hex

#AAFD91
(170,253,145)
0 Favorites   0 Comments

Color spaces of #aafd91

RGB 170253145
HSL0.290.960.78
HSV106°43°99°
CMYK 0.330.000.43   0.01
XYZ56.813780.840939.3975
Yxy80.84090.32090.4566
Hunter Lab89.9116-44.553936.9584
CIE-Lab92.0608-44.592643.7950

#aafd91 color RGB value is (170,253,145).

#aafd91 hex color red value is 170, green value is 253 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aafd91 hue: 0.29 , saturation: 0.96 and the lightness value of aafd91 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10010001
Octal 252 375 221
Decimal 170 253 145
Hex AA FD 91

RGB Percentages of Color #aafd91

%29.93
%44.54
%25.53

CMYK Percentages of Color #aafd91

%33
%0
%43
%1

Triadic Colors of #aafd91

#aafd91 #91aafd #fd91aa

Analogous Colors of #aafd91

#aafd91 #91fdae #e0fd91

Monochromatic Colors of #aafd91

#aafd91

Complementary Color

#aafd91 #e491fd

#aafd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd91 Color CSS Codes

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

#aafd91 Text Font Color

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

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


#aafd91 Background Color

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

This div background color is #aafd91


#aafd91 Border Color

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

This div border color is #aafd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd91


Comments

No comments written yet.

Please login to write comment.