Color Hex Logo

#aaf99f Color Hex

#AAF99F
(170,249,159)
0 Favorites   0 Comments

Color spaces of #aaf99f

RGB 170249159
HSL0.310.880.80
HSV113°36°98°
CMYK 0.320.000.36   0.02
XYZ56.711378.800645.0219
Yxy78.80060.31410.4365
Hunter Lab88.7697-41.310732.0683
CIE-Lab91.1440-40.893835.7316

#aaf99f color RGB value is (170,249,159).

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

The process color (four color CMYK) of #aaf99f color hex is 0.32, 0.00, 0.36, 0.02. Web safe color of #aaf99f is #99ff99. Color #aaf99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 10011111
Octal 252 371 237
Decimal 170 249 159
Hex AA F9 9F

RGB Percentages of Color #aaf99f

%29.41
%43.08
%27.51

CMYK Percentages of Color #aaf99f

%32
%0
%36
%2

Triadic Colors of #aaf99f

#aaf99f #9faaf9 #f99faa

Analogous Colors of #aaf99f

#aaf99f #9ff9c1 #d7f99f

Monochromatic Colors of #aaf99f

#aaf99f

Complementary Color

#aaf99f #ee9ff9

#aaf99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf99f Color CSS Codes

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

#aaf99f Text Font Color

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

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


#aaf99f Background Color

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

This div background color is #aaf99f


#aaf99f Border Color

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

This div border color is #aaf99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf99f


Comments

No comments written yet.

Please login to write comment.