Color Hex Logo

#aafa8b Color Hex

#AAFA8B
(170,250,139)
0 Favorites   0 Comments

Color spaces of #aafa8b

RGB 170250139
HSL0.290.920.76
HSV103°44°98°
CMYK 0.320.000.44   0.02
XYZ55.423478.781336.7113
Yxy78.78130.32430.4609
Hunter Lab88.7588-43.867837.6084
CIE-Lab91.1352-44.067045.5147

#aafa8b color RGB value is (170,250,139).

#aafa8b hex color red value is 170, green value is 250 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aafa8b hue: 0.29 , saturation: 0.92 and the lightness value of aafa8b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 10001011
Octal 252 372 213
Decimal 170 250 139
Hex AA FA 8B

RGB Percentages of Color #aafa8b

%30.41
%44.72
%24.87

CMYK Percentages of Color #aafa8b

%32
%0
%44
%2

Triadic Colors of #aafa8b

#aafa8b #8baafa #fa8baa

Analogous Colors of #aafa8b

#aafa8b #8bfaa4 #e2fa8b

Monochromatic Colors of #aafa8b

#aafa8b

Complementary Color

#aafa8b #db8bfa

#aafa8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa8b Color CSS Codes

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

#aafa8b Text Font Color

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

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


#aafa8b Background Color

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

This div background color is #aafa8b


#aafa8b Border Color

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

This div border color is #aafa8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa8b


Comments

No comments written yet.

Please login to write comment.