Color Hex Logo

#aca40e Color Hex

#ACA40E
(172,164,14)
0 Favorites   0 Comments

Color spaces of #aca40e

RGB 17216414
HSL0.160.850.36
HSV57°92°67°
CMYK 0.000.050.92   0.33
XYZ30.368035.35335.6388
Yxy35.35330.42560.4954
Hunter Lab59.4586-12.885335.9982
CIE-Lab66.0228-11.727866.8701

#aca40e color RGB value is (172,164,14).

#aca40e hex color red value is 172, green value is 164 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aca40e hue: 0.16 , saturation: 0.85 and the lightness value of aca40e is 0.36.

The process color (four color CMYK) of #aca40e color hex is 0.00, 0.05, 0.92, 0.33. Web safe color of #aca40e is #999900. Color #aca40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00001110
Octal 254 244 16
Decimal 172 164 14
Hex AC A4 E

RGB Percentages of Color #aca40e

%49.14
%46.86
%4.00

CMYK Percentages of Color #aca40e

%0
%5
%92
%33

Triadic Colors of #aca40e

#aca40e #0eaca4 #a40eac

Analogous Colors of #aca40e

#aca40e #65ac0e #ac550e

Monochromatic Colors of #aca40e

#aca40e

Complementary Color

#aca40e #0e16ac

#aca40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca40e Color CSS Codes

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

#aca40e Text Font Color

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

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


#aca40e Background Color

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

This div background color is #aca40e


#aca40e Border Color

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

This div border color is #aca40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca40e


Comments

No comments written yet.

Please login to write comment.