Color Hex Logo

#aafd9f Color Hex

#AAFD9F
(170,253,159)
0 Favorites   0 Comments

Color spaces of #aafd9f

RGB 170253159
HSL0.310.960.81
HSV113°37°99°
CMYK 0.330.000.37   0.01
XYZ57.960981.299845.4385
Yxy81.29980.31380.4402
Hunter Lab90.1664-43.047633.2378
CIE-Lab92.2649-42.656237.2061

#aafd9f color RGB value is (170,253,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10011111
Octal 252 375 237
Decimal 170 253 159
Hex AA FD 9F

RGB Percentages of Color #aafd9f

%29.21
%43.47
%27.32

CMYK Percentages of Color #aafd9f

%33
%0
%37
%1

Triadic Colors of #aafd9f

#aafd9f #9faafd #fd9faa

Analogous Colors of #aafd9f

#aafd9f #9ffdc3 #d9fd9f

Monochromatic Colors of #aafd9f

#aafd9f

Complementary Color

#aafd9f #f29ffd

#aafd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd9f Color CSS Codes

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

#aafd9f Text Font Color

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

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


#aafd9f Background Color

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

This div background color is #aafd9f


#aafd9f Border Color

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

This div border color is #aafd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd9f


Comments

No comments written yet.

Please login to write comment.