Color Hex Logo

#aafc4e Color Hex

#AAFC4E
(170,252,78)
0 Favorites   0 Comments

Color spaces of #aafc4e

RGB 17025278
HSL0.250.970.65
HSV88°69°99°
CMYK 0.330.000.69   0.01
XYZ52.763178.716919.6207
Yxy78.71690.34920.5210
Hunter Lab88.7225-49.110948.9940
CIE-Lab91.1060-50.734571.6995

#aafc4e color RGB value is (170,252,78).

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

The process color (four color CMYK) of #aafc4e color hex is 0.33, 0.00, 0.69, 0.01. Web safe color of #aafc4e is #99ff66. Color #aafc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 01001110
Octal 252 374 116
Decimal 170 252 78
Hex AA FC 4E

RGB Percentages of Color #aafc4e

%34.00
%50.40
%15.60

CMYK Percentages of Color #aafc4e

%33
%0
%69
%1

Triadic Colors of #aafc4e

#aafc4e #4eaafc #fc4eaa

Analogous Colors of #aafc4e

#aafc4e #53fc4e #fcf74e

Monochromatic Colors of #aafc4e

#aafc4e

Complementary Color

#aafc4e #a04efc

#aafc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafc4e Color CSS Codes

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

#aafc4e Text Font Color

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

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


#aafc4e Background Color

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

This div background color is #aafc4e


#aafc4e Border Color

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

This div border color is #aafc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafc4e


Comments

No comments written yet.

Please login to write comment.