Color Hex Logo

#aafa7b Color Hex

#AAFA7B
(170,250,123)
0 Favorites   0 Comments

Color spaces of #aafa7b

RGB 170250123
HSL0.270.930.73
HSV98°51°98°
CMYK 0.320.000.51   0.02
XYZ54.338378.347330.9975
Yxy78.34730.33200.4787
Hunter Lab88.5140-45.319341.1965
CIE-Lab90.9382-45.961552.8075

#aafa7b color RGB value is (170,250,123).

#aafa7b hex color red value is 170, green value is 250 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aafa7b hue: 0.27 , saturation: 0.93 and the lightness value of aafa7b is 0.73.

The process color (four color CMYK) of #aafa7b color hex is 0.32, 0.00, 0.51, 0.02. Web safe color of #aafa7b is #99ff66. Color #aafa7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 01111011
Octal 252 372 173
Decimal 170 250 123
Hex AA FA 7B

RGB Percentages of Color #aafa7b

%31.31
%46.04
%22.65

CMYK Percentages of Color #aafa7b

%32
%0
%51
%2

Triadic Colors of #aafa7b

#aafa7b #7baafa #fa7baa

Analogous Colors of #aafa7b

#aafa7b #7bfa8c #eafa7b

Monochromatic Colors of #aafa7b

#aafa7b

Complementary Color

#aafa7b #cb7bfa

#aafa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa7b Color CSS Codes

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

#aafa7b Text Font Color

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

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


#aafa7b Background Color

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

This div background color is #aafa7b


#aafa7b Border Color

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

This div border color is #aafa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa7b


Comments

No comments written yet.

Please login to write comment.