Color Hex Logo

#aafa56 Color Hex

#AAFA56
(170,250,86)
0 Favorites   0 Comments

Color spaces of #aafa56

RGB 17025086
HSL0.250.940.66
HSV89°66°98°
CMYK 0.320.000.66   0.02
XYZ52.442977.589121.0163
Yxy77.58910.34720.5137
Hunter Lab88.0847-47.874847.5132
CIE-Lab90.5921-49.352068.1961

#aafa56 color RGB value is (170,250,86).

#aafa56 hex color red value is 170, green value is 250 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aafa56 hue: 0.25 , saturation: 0.94 and the lightness value of aafa56 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 01010110
Octal 252 372 126
Decimal 170 250 86
Hex AA FA 56

RGB Percentages of Color #aafa56

%33.60
%49.41
%17.00

CMYK Percentages of Color #aafa56

%32
%0
%66
%2

Triadic Colors of #aafa56

#aafa56 #56aafa #fa56aa

Analogous Colors of #aafa56

#aafa56 #58fa56 #faf856

Monochromatic Colors of #aafa56

#aafa56

Complementary Color

#aafa56 #a656fa

#aafa56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa56 Color CSS Codes

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

#aafa56 Text Font Color

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

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


#aafa56 Background Color

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

This div background color is #aafa56


#aafa56 Border Color

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

This div border color is #aafa56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa56


Comments

No comments written yet.

Please login to write comment.