Color Hex Logo

#aca00d Color Hex

#ACA00D
(172,160,13)
0 Favorites   0 Comments

Color spaces of #aca00d

RGB 17216013
HSL0.150.860.36
HSV55°92°67°
CMYK 0.000.070.92   0.33
XYZ29.656733.94135.3690
Yxy33.94130.43000.4921
Hunter Lab58.2592-11.088535.3174
CIE-Lab64.9160-9.646766.1702

#aca00d color RGB value is (172,160,13).

#aca00d hex color red value is 172, green value is 160 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aca00d hue: 0.15 , saturation: 0.86 and the lightness value of aca00d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 00001101
Octal 254 240 15
Decimal 172 160 13
Hex AC A0 D

RGB Percentages of Color #aca00d

%49.86
%46.38
%3.77

CMYK Percentages of Color #aca00d

%0
%7
%92
%33

Triadic Colors of #aca00d

#aca00d #0daca0 #a00dac

Analogous Colors of #aca00d

#aca00d #69ac0d #ac510d

Monochromatic Colors of #aca00d

#aca00d

Complementary Color

#aca00d #0d19ac

#aca00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca00d Color CSS Codes

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

#aca00d Text Font Color

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

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


#aca00d Background Color

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

This div background color is #aca00d


#aca00d Border Color

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

This div border color is #aca00d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,160,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca00d


Comments

No comments written yet.

Please login to write comment.