Color Hex Logo

#aafa3e Color Hex

#AAFA3E
(170,250,62)
0 Favorites   0 Comments

Color spaces of #aafa3e

RGB 17025062
HSL0.240.950.61
HSV86°75°98°
CMYK 0.320.000.75   0.02
XYZ51.632777.265116.7498
Yxy77.26510.35450.5305
Hunter Lab87.9006-48.975350.2325
CIE-Lab90.4435-50.834576.3599

#aafa3e color RGB value is (170,250,62).

#aafa3e hex color red value is 170, green value is 250 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aafa3e hue: 0.24 , saturation: 0.95 and the lightness value of aafa3e is 0.61.

The process color (four color CMYK) of #aafa3e color hex is 0.32, 0.00, 0.75, 0.02. Web safe color of #aafa3e is #99ff33. Color #aafa3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 00111110
Octal 252 372 76
Decimal 170 250 62
Hex AA FA 3E

RGB Percentages of Color #aafa3e

%35.27
%51.87
%12.86

CMYK Percentages of Color #aafa3e

%32
%0
%75
%2

Triadic Colors of #aafa3e

#aafa3e #3eaafa #fa3eaa

Analogous Colors of #aafa3e

#aafa3e #4cfa3e #faec3e

Monochromatic Colors of #aafa3e

#aafa3e

Complementary Color

#aafa3e #8e3efa

#aafa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa3e Color CSS Codes

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

#aafa3e Text Font Color

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

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


#aafa3e Background Color

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

This div background color is #aafa3e


#aafa3e Border Color

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

This div border color is #aafa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa3e


Comments

No comments written yet.

Please login to write comment.