Color Hex Logo

#aca70e Color Hex

#ACA70E
(172,167,14)
0 Favorites   0 Comments

Color spaces of #aca70e

RGB 17216714
HSL0.160.850.36
HSV58°92°67°
CMYK 0.000.030.92   0.33
XYZ30.911236.43985.8199
Yxy36.43980.42250.4980
Hunter Lab60.3654-14.235236.5396
CIE-Lab66.8546-13.287167.5146

#aca70e color RGB value is (172,167,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00001110
Octal 254 247 16
Decimal 172 167 14
Hex AC A7 E

RGB Percentages of Color #aca70e

%48.73
%47.31
%3.97

CMYK Percentages of Color #aca70e

%0
%3
%92
%33

Triadic Colors of #aca70e

#aca70e #0eaca7 #a70eac

Analogous Colors of #aca70e

#aca70e #62ac0e #ac580e

Monochromatic Colors of #aca70e

#aca70e

Complementary Color

#aca70e #0e13ac

#aca70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca70e Color CSS Codes

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

#aca70e Text Font Color

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

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


#aca70e Background Color

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

This div background color is #aca70e


#aca70e Border Color

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

This div border color is #aca70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca70e


Comments

No comments written yet.

Please login to write comment.