Color Hex Logo

#aafc3c Color Hex

#AAFC3C
(170,252,60)
0 Favorites   0 Comments

Color spaces of #aafc3c

RGB 17025260
HSL0.240.970.61
HSV86°76°99°
CMYK 0.330.000.76   0.01
XYZ52.203678.493116.6742
Yxy78.49310.35420.5326
Hunter Lab88.5963-49.866150.8588
CIE-Lab91.0044-51.754277.4885

#aafc3c color RGB value is (170,252,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 00111100
Octal 252 374 74
Decimal 170 252 60
Hex AA FC 3C

RGB Percentages of Color #aafc3c

%35.27
%52.28
%12.45

CMYK Percentages of Color #aafc3c

%33
%0
%76
%1

Triadic Colors of #aafc3c

#aafc3c #3caafc #fc3caa

Analogous Colors of #aafc3c

#aafc3c #4afc3c #fcee3c

Monochromatic Colors of #aafc3c

#aafc3c

Complementary Color

#aafc3c #8e3cfc

#aafc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafc3c Color CSS Codes

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

#aafc3c Text Font Color

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

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


#aafc3c Background Color

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

This div background color is #aafc3c


#aafc3c Border Color

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

This div border color is #aafc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafc3c


Comments

No comments written yet.

Please login to write comment.