Color Hex Logo

#aac81f Color Hex

#AAC81F
(170,200,31)
0 Favorites   0 Comments

Color spaces of #aac81f

RGB 17020031
HSL0.200.730.45
HSV71°85°78°
CMYK 0.150.000.85   0.22
XYZ37.479249.95358.9630
Yxy49.95350.38880.5182
Hunter Lab70.6778-29.030741.9556
CIE-Lab76.0407-30.075371.6892

#aac81f color RGB value is (170,200,31).

#aac81f hex color red value is 170, green value is 200 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aac81f hue: 0.20 , saturation: 0.73 and the lightness value of aac81f is 0.45.

The process color (four color CMYK) of #aac81f color hex is 0.15, 0.00, 0.85, 0.22. Web safe color of #aac81f is #99cc33. Color #aac81f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 00011111
Octal 252 310 37
Decimal 170 200 31
Hex AA C8 1F

RGB Percentages of Color #aac81f

%42.39
%49.88
%7.73

CMYK Percentages of Color #aac81f

%15
%0
%85
%22

Triadic Colors of #aac81f

#aac81f #1faac8 #c81faa

Analogous Colors of #aac81f

#aac81f #56c81f #c8921f

Monochromatic Colors of #aac81f

#aac81f

Complementary Color

#aac81f #3d1fc8

#aac81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac81f Color CSS Codes

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

#aac81f Text Font Color

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

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


#aac81f Background Color

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

This div background color is #aac81f


#aac81f Border Color

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

This div border color is #aac81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac81f


Comments

No comments written yet.

Please login to write comment.