Color Hex Logo

#aca80e Color Hex

#ACA80E
(172,168,14)
0 Favorites   0 Comments

Color spaces of #aca80e

RGB 17216814
HSL0.160.850.36
HSV58°92°67°
CMYK 0.000.020.92   0.33
XYZ31.095236.80765.8812
Yxy36.80760.42140.4989
Hunter Lab60.6693-14.683536.7210
CIE-Lab67.1324-13.803767.7300

#aca80e color RGB value is (172,168,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00001110
Octal 254 250 16
Decimal 172 168 14
Hex AC A8 E

RGB Percentages of Color #aca80e

%48.59
%47.46
%3.95

CMYK Percentages of Color #aca80e

%0
%2
%92
%33

Triadic Colors of #aca80e

#aca80e #0eaca8 #a80eac

Analogous Colors of #aca80e

#aca80e #61ac0e #ac590e

Monochromatic Colors of #aca80e

#aca80e

Complementary Color

#aca80e #0e12ac

#aca80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca80e Color CSS Codes

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

#aca80e Text Font Color

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

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


#aca80e Background Color

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

This div background color is #aca80e


#aca80e Border Color

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

This div border color is #aca80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca80e


Comments

No comments written yet.

Please login to write comment.