Color Hex Logo

#aaf39e Color Hex

#AAF39E
(170,243,158)
0 Favorites   0 Comments

Color spaces of #aaf39e

RGB 170243158
HSL0.310.780.79
HSV112°35°95°
CMYK 0.300.000.35   0.05
XYZ54.799775.115943.9583
Yxy75.11590.31520.4320
Hunter Lab86.6694-38.808830.5970
CIE-Lab89.4473-38.364033.9889

#aaf39e color RGB value is (170,243,158).

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

The process color (four color CMYK) of #aaf39e color hex is 0.30, 0.00, 0.35, 0.05. Web safe color of #aaf39e is #99ff99. Color #aaf39e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 10011110
Octal 252 363 236
Decimal 170 243 158
Hex AA F3 9E

RGB Percentages of Color #aaf39e

%29.77
%42.56
%27.67

CMYK Percentages of Color #aaf39e

%30
%0
%35
%5

Triadic Colors of #aaf39e

#aaf39e #9eaaf3 #f39eaa

Analogous Colors of #aaf39e

#aaf39e #9ef3bd #d5f39e

Monochromatic Colors of #aaf39e

#aaf39e

Complementary Color

#aaf39e #e79ef3

#aaf39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf39e Color CSS Codes

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

#aaf39e Text Font Color

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

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


#aaf39e Background Color

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

This div background color is #aaf39e


#aaf39e Border Color

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

This div border color is #aaf39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf39e


Comments

No comments written yet.

Please login to write comment.