Color Hex Logo

#aafd72 Color Hex

#AAFD72
(170,253,114)
0 Favorites   0 Comments

Color spaces of #aafd72

RGB 170253114
HSL0.270.970.72
HSV96°55°99°
CMYK 0.330.000.55   0.01
XYZ54.740180.011528.4783
Yxy80.01150.33540.4902
Hunter Lab89.4491-47.299643.7380
CIE-Lab91.6900-48.182057.7693

#aafd72 color RGB value is (170,253,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 01110010
Octal 252 375 162
Decimal 170 253 114
Hex AA FD 72

RGB Percentages of Color #aafd72

%31.66
%47.11
%21.23

CMYK Percentages of Color #aafd72

%33
%0
%55
%1

Triadic Colors of #aafd72

#aafd72 #72aafd #fd72aa

Analogous Colors of #aafd72

#aafd72 #72fd80 #f0fd72

Monochromatic Colors of #aafd72

#aafd72

Complementary Color

#aafd72 #c572fd

#aafd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd72 Color CSS Codes

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

#aafd72 Text Font Color

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

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


#aafd72 Background Color

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

This div background color is #aafd72


#aafd72 Border Color

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

This div border color is #aafd72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,253,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 #aafd72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd72


Comments

No comments written yet.

Please login to write comment.