Color Hex Logo

#aafe71 Color Hex

#AAFE71
(170,254,113)
0 Favorites   0 Comments

Color spaces of #aafe71

RGB 170254113
HSL0.270.990.72
HSV96°56°100°
CMYK 0.330.000.56   0.00
XYZ55.000080.621928.2856
Yxy80.62190.33560.4919
Hunter Lab89.7897-47.793144.1752
CIE-Lab91.9632-48.702158.5294

#aafe71 color RGB value is (170,254,113).

#aafe71 hex color red value is 170, green value is 254 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aafe71 hue: 0.27 , saturation: 0.99 and the lightness value of aafe71 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01110001
Octal 252 376 161
Decimal 170 254 113
Hex AA FE 71

RGB Percentages of Color #aafe71

%31.66
%47.30
%21.04

CMYK Percentages of Color #aafe71

%33
%0
%56
%0

Triadic Colors of #aafe71

#aafe71 #71aafe #fe71aa

Analogous Colors of #aafe71

#aafe71 #71fe7f #f1fe71

Monochromatic Colors of #aafe71

#aafe71

Complementary Color

#aafe71 #c571fe

#aafe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe71 Color CSS Codes

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

#aafe71 Text Font Color

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

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


#aafe71 Background Color

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

This div background color is #aafe71


#aafe71 Border Color

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

This div border color is #aafe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe71

Related Colors


Comments

No comments written yet.

Please login to write comment.