Color Hex Logo

#aafa72 Color Hex

#AAFA72
(170,250,114)
0 Favorites   0 Comments

Color spaces of #aafa72

RGB 170250114
HSL0.260.930.71
HSV95°54°98°
CMYK 0.320.000.54   0.02
XYZ53.800478.132228.1650
Yxy78.13220.33600.4880
Hunter Lab88.3924-46.042042.9828
CIE-Lab90.8402-46.913256.7748

#aafa72 color RGB value is (170,250,114).

#aafa72 hex color red value is 170, green value is 250 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aafa72 hue: 0.26 , saturation: 0.93 and the lightness value of aafa72 is 0.71.

The process color (four color CMYK) of #aafa72 color hex is 0.32, 0.00, 0.54, 0.02. Web safe color of #aafa72 is #99ff66. Color #aafa72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 01110010
Octal 252 372 162
Decimal 170 250 114
Hex AA FA 72

RGB Percentages of Color #aafa72

%31.84
%46.82
%21.35

CMYK Percentages of Color #aafa72

%32
%0
%54
%2

Triadic Colors of #aafa72

#aafa72 #72aafa #fa72aa

Analogous Colors of #aafa72

#aafa72 #72fa7e #eefa72

Monochromatic Colors of #aafa72

#aafa72

Complementary Color

#aafa72 #c272fa

#aafa72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa72 Color CSS Codes

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

#aafa72 Text Font Color

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

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


#aafa72 Background Color

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

This div background color is #aafa72


#aafa72 Border Color

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

This div border color is #aafa72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa72


Comments

No comments written yet.

Please login to write comment.