Color Hex Logo

#aac40e Color Hex

#AAC40E
(170,196,14)
0 Favorites   0 Comments

Color spaces of #aac40e

RGB 17019614
HSL0.190.870.41
HSV69°93°77°
CMYK 0.130.000.93   0.23
XYZ36.396848.05767.7732
Yxy48.05760.39460.5211
Hunter Lab69.3236-27.598841.8784
CIE-Lab74.8612-28.555573.6895

#aac40e color RGB value is (170,196,14).

#aac40e hex color red value is 170, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aac40e hue: 0.19 , saturation: 0.87 and the lightness value of aac40e is 0.41.

The process color (four color CMYK) of #aac40e color hex is 0.13, 0.00, 0.93, 0.23. Web safe color of #aac40e is #99cc00. Color #aac40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00001110
Octal 252 304 16
Decimal 170 196 14
Hex AA C4 E

RGB Percentages of Color #aac40e

%44.74
%51.58
%3.68

CMYK Percentages of Color #aac40e

%13
%0
%93
%23

Triadic Colors of #aac40e

#aac40e #0eaac4 #c40eaa

Analogous Colors of #aac40e

#aac40e #4fc40e #c4830e

Monochromatic Colors of #aac40e

#aac40e

Complementary Color

#aac40e #280ec4

#aac40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac40e Color CSS Codes

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

#aac40e Text Font Color

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

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


#aac40e Background Color

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

This div background color is #aac40e


#aac40e Border Color

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

This div border color is #aac40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac40e


Comments

No comments written yet.

Please login to write comment.