Color Hex Logo

#aafe7f Color Hex

#AAFE7F
(170,254,127)
0 Favorites   0 Comments

Color spaces of #aafe7f

RGB 170254127
HSL0.280.980.75
HSV100°50°100°
CMYK 0.330.000.50   0.00
XYZ55.850180.962032.7623
Yxy80.96200.32940.4774
Hunter Lab89.9789-46.667741.3971
CIE-Lab92.1148-47.219852.3853

#aafe7f color RGB value is (170,254,127).

#aafe7f hex color red value is 170, green value is 254 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aafe7f hue: 0.28 , saturation: 0.98 and the lightness value of aafe7f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01111111
Octal 252 376 177
Decimal 170 254 127
Hex AA FE 7F

RGB Percentages of Color #aafe7f

%30.85
%46.10
%23.05

CMYK Percentages of Color #aafe7f

%33
%0
%50
%0

Triadic Colors of #aafe7f

#aafe7f #7faafe #fe7faa

Analogous Colors of #aafe7f

#aafe7f #7ffe94 #eafe7f

Monochromatic Colors of #aafe7f

#aafe7f

Complementary Color

#aafe7f #d37ffe

#aafe7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe7f Color CSS Codes

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

#aafe7f Text Font Color

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

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


#aafe7f Background Color

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

This div background color is #aafe7f


#aafe7f Border Color

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

This div border color is #aafe7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe7f

Related Colors


Comments

No comments written yet.

Please login to write comment.