Color Hex Logo

#aaf947 Color Hex

#AAF947
(170,249,71)
0 Favorites   0 Comments

Color spaces of #aaf947

RGB 17024971
HSL0.240.940.63
HSV87°71°98°
CMYK 0.320.000.71   0.02
XYZ51.590676.752318.0568
Yxy76.75230.35240.5243
Hunter Lab87.6084-48.200149.1057
CIE-Lab90.2075-49.928173.2351

#aaf947 color RGB value is (170,249,71).

#aaf947 hex color red value is 170, green value is 249 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aaf947 hue: 0.24 , saturation: 0.94 and the lightness value of aaf947 is 0.63.

The process color (four color CMYK) of #aaf947 color hex is 0.32, 0.00, 0.71, 0.02. Web safe color of #aaf947 is #99ff33. Color #aaf947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01000111
Octal 252 371 107
Decimal 170 249 71
Hex AA F9 47

RGB Percentages of Color #aaf947

%34.69
%50.82
%14.49

CMYK Percentages of Color #aaf947

%32
%0
%71
%2

Triadic Colors of #aaf947

#aaf947 #47aaf9 #f947aa

Analogous Colors of #aaf947

#aaf947 #51f947 #f9ef47

Monochromatic Colors of #aaf947

#aaf947

Complementary Color

#aaf947 #9647f9

#aaf947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf947 Color CSS Codes

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

#aaf947 Text Font Color

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

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


#aaf947 Background Color

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

This div background color is #aaf947


#aaf947 Border Color

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

This div border color is #aaf947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf947


Comments

No comments written yet.

Please login to write comment.