Color Hex Logo

#aaf99e Color Hex

#AAF99E
(170,249,158)
0 Favorites   0 Comments

Color spaces of #aaf99e

RGB 170249158
HSL0.310.880.80
HSV112°37°98°
CMYK 0.320.000.37   0.02
XYZ56.624878.766044.5667
Yxy78.76600.31470.4377
Hunter Lab88.7502-41.425532.3522
CIE-Lab91.1283-41.040336.2084

#aaf99e color RGB value is (170,249,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 10011110
Octal 252 371 236
Decimal 170 249 158
Hex AA F9 9E

RGB Percentages of Color #aaf99e

%29.46
%43.15
%27.38

CMYK Percentages of Color #aaf99e

%32
%0
%37
%2

Triadic Colors of #aaf99e

#aaf99e #9eaaf9 #f99eaa

Analogous Colors of #aaf99e

#aaf99e #9ef9c0 #d8f99e

Monochromatic Colors of #aaf99e

#aaf99e

Complementary Color

#aaf99e #ed9ef9

#aaf99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf99e Color CSS Codes

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

#aaf99e Text Font Color

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

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


#aaf99e Background Color

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

This div background color is #aaf99e


#aaf99e Border Color

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

This div border color is #aaf99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf99e


Comments

No comments written yet.

Please login to write comment.