Color Hex Logo

#aafc3e Color Hex

#AAFC3E
(170,252,62)
0 Favorites   0 Comments

Color spaces of #aafc3e

RGB 17025262
HSL0.240.970.62
HSV86°75°99°
CMYK 0.330.000.75   0.01
XYZ52.257578.514716.9580
Yxy78.51470.35370.5315
Hunter Lab88.6085-49.793350.6790
CIE-Lab91.0143-51.655776.9017

#aafc3e color RGB value is (170,252,62).

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

The process color (four color CMYK) of #aafc3e color hex is 0.33, 0.00, 0.75, 0.01. Web safe color of #aafc3e is #99ff33. Color #aafc3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 00111110
Octal 252 374 76
Decimal 170 252 62
Hex AA FC 3E

RGB Percentages of Color #aafc3e

%35.12
%52.07
%12.81

CMYK Percentages of Color #aafc3e

%33
%0
%75
%1

Triadic Colors of #aafc3e

#aafc3e #3eaafc #fc3eaa

Analogous Colors of #aafc3e

#aafc3e #4bfc3e #fcef3e

Monochromatic Colors of #aafc3e

#aafc3e

Complementary Color

#aafc3e #903efc

#aafc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafc3e Color CSS Codes

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

#aafc3e Text Font Color

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

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


#aafc3e Background Color

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

This div background color is #aafc3e


#aafc3e Border Color

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

This div border color is #aafc3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,252,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 #aafc3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafc3e


Comments

No comments written yet.

Please login to write comment.