Color Hex Logo

#aaf39c Color Hex

#AAF39C
(170,243,156)
0 Favorites   0 Comments

Color spaces of #aaf39c

RGB 170243156
HSL0.310.780.78
HSV110°36°95°
CMYK 0.300.000.36   0.05
XYZ54.628975.047543.0589
Yxy75.04750.31630.4345
Hunter Lab86.6300-39.040231.1712
CIE-Lab89.4152-38.658834.9488

#aaf39c color RGB value is (170,243,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 10011100
Octal 252 363 234
Decimal 170 243 156
Hex AA F3 9C

RGB Percentages of Color #aaf39c

%29.88
%42.71
%27.42

CMYK Percentages of Color #aaf39c

%30
%0
%36
%5

Triadic Colors of #aaf39c

#aaf39c #9caaf3 #f39caa

Analogous Colors of #aaf39c

#aaf39c #9cf3ba #d6f39c

Monochromatic Colors of #aaf39c

#aaf39c

Complementary Color

#aaf39c #e59cf3

#aaf39c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf39c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf39c Color CSS Codes

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

#aaf39c Text Font Color

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

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


#aaf39c Background Color

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

This div background color is #aaf39c


#aaf39c Border Color

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

This div border color is #aaf39c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf39c


Comments

No comments written yet.

Please login to write comment.