Color Hex Logo

#aafa7c Color Hex

#AAFA7C
(170,250,124)
0 Favorites   0 Comments

Color spaces of #aafa7c

RGB 170250124
HSL0.270.930.73
HSV98°50°98°
CMYK 0.320.000.50   0.02
XYZ54.401378.372531.3289
Yxy78.37250.33150.4776
Hunter Lab88.5282-45.234840.9879
CIE-Lab90.9496-45.850652.3601

#aafa7c color RGB value is (170,250,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 01111100
Octal 252 372 174
Decimal 170 250 124
Hex AA FA 7C

RGB Percentages of Color #aafa7c

%31.25
%45.96
%22.79

CMYK Percentages of Color #aafa7c

%32
%0
%50
%2

Triadic Colors of #aafa7c

#aafa7c #7caafa #fa7caa

Analogous Colors of #aafa7c

#aafa7c #7cfa8d #e9fa7c

Monochromatic Colors of #aafa7c

#aafa7c

Complementary Color

#aafa7c #cc7cfa

#aafa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa7c Color CSS Codes

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

#aafa7c Text Font Color

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

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


#aafa7c Background Color

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

This div background color is #aafa7c


#aafa7c Border Color

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

This div border color is #aafa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa7c


Comments

No comments written yet.

Please login to write comment.