Color Hex Logo

#aafc3f Color Hex

#AAFC3F
(170,252,63)
0 Favorites   0 Comments

Color spaces of #aafc3f

RGB 17025263
HSL0.240.970.62
HSV86°75°99°
CMYK 0.330.000.75   0.01
XYZ52.285278.525717.1039
Yxy78.52570.35350.5309
Hunter Lab88.6147-49.755750.5865
CIE-Lab91.0193-51.604876.6026

#aafc3f color RGB value is (170,252,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 00111111
Octal 252 374 77
Decimal 170 252 63
Hex AA FC 3F

RGB Percentages of Color #aafc3f

%35.05
%51.96
%12.99

CMYK Percentages of Color #aafc3f

%33
%0
%75
%1

Triadic Colors of #aafc3f

#aafc3f #3faafc #fc3faa

Analogous Colors of #aafc3f

#aafc3f #4bfc3f #fcf03f

Monochromatic Colors of #aafc3f

#aafc3f

Complementary Color

#aafc3f #913ffc

#aafc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafc3f Color CSS Codes

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

#aafc3f Text Font Color

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

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


#aafc3f Background Color

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

This div background color is #aafc3f


#aafc3f Border Color

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

This div border color is #aafc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafc3f


Comments

No comments written yet.

Please login to write comment.