Color Hex Logo

#aafc7e Color Hex

#AAFC7E
(170,252,126)
0 Favorites   0 Comments

Color spaces of #aafc7e

RGB 170252126
HSL0.280.950.74
HSV99°50°99°
CMYK 0.330.000.50   0.01
XYZ55.153979.673232.2102
Yxy79.67320.33020.4770
Hunter Lab89.2598-45.909141.0866
CIE-Lab91.5380-46.481352.1480

#aafc7e color RGB value is (170,252,126).

#aafc7e hex color red value is 170, green value is 252 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aafc7e hue: 0.28 , saturation: 0.95 and the lightness value of aafc7e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 01111110
Octal 252 374 176
Decimal 170 252 126
Hex AA FC 7E

RGB Percentages of Color #aafc7e

%31.02
%45.99
%22.99

CMYK Percentages of Color #aafc7e

%33
%0
%50
%1

Triadic Colors of #aafc7e

#aafc7e #7eaafc #fc7eaa

Analogous Colors of #aafc7e

#aafc7e #7efc91 #e9fc7e

Monochromatic Colors of #aafc7e

#aafc7e

Complementary Color

#aafc7e #d07efc

#aafc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafc7e Color CSS Codes

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

#aafc7e Text Font Color

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

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


#aafc7e Background Color

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

This div background color is #aafc7e


#aafc7e Border Color

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

This div border color is #aafc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafc7e


Comments

No comments written yet.

Please login to write comment.