Color Hex Logo

#aafe72 Color Hex

#AAFE72
(170,254,114)
0 Favorites   0 Comments

Color spaces of #aafe72

RGB 170254114
HSL0.270.990.72
HSV96°55°100°
CMYK 0.330.000.55   0.00
XYZ55.056680.644628.5838
Yxy80.64460.33510.4909
Hunter Lab89.8023-47.718243.9898
CIE-Lab91.9733-48.602958.1000

#aafe72 color RGB value is (170,254,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01110010
Octal 252 376 162
Decimal 170 254 114
Hex AA FE 72

RGB Percentages of Color #aafe72

%31.60
%47.21
%21.19

CMYK Percentages of Color #aafe72

%33
%0
%55
%0

Triadic Colors of #aafe72

#aafe72 #72aafe #fe72aa

Analogous Colors of #aafe72

#aafe72 #72fe80 #f0fe72

Monochromatic Colors of #aafe72

#aafe72

Complementary Color

#aafe72 #c672fe

#aafe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe72 Color CSS Codes

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

#aafe72 Text Font Color

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

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


#aafe72 Background Color

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

This div background color is #aafe72


#aafe72 Border Color

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

This div border color is #aafe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe72


Comments

No comments written yet.

Please login to write comment.