Color Hex Logo

#aaf972 Color Hex

#AAF972
(170,249,114)
0 Favorites   0 Comments

Color spaces of #aaf972

RGB 170249114
HSL0.260.920.71
HSV95°54°98°
CMYK 0.320.000.54   0.02
XYZ53.490577.512328.0617
Yxy77.51230.33630.4873
Hunter Lab88.0411-45.621942.7310
CIE-Lab90.5569-46.487756.4424

#aaf972 color RGB value is (170,249,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01110010
Octal 252 371 162
Decimal 170 249 114
Hex AA F9 72

RGB Percentages of Color #aaf972

%31.89
%46.72
%21.39

CMYK Percentages of Color #aaf972

%32
%0
%54
%2

Triadic Colors of #aaf972

#aaf972 #72aaf9 #f972aa

Analogous Colors of #aaf972

#aaf972 #72f97e #eef972

Monochromatic Colors of #aaf972

#aaf972

Complementary Color

#aaf972 #c172f9

#aaf972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf972 Color CSS Codes

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

#aaf972 Text Font Color

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

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


#aaf972 Background Color

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

This div background color is #aaf972


#aaf972 Border Color

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

This div border color is #aaf972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf972


Comments

No comments written yet.

Please login to write comment.