Color Hex Logo

#aca50c Color Hex

#ACA50C
(172,165,12)
0 Favorites   0 Comments

Color spaces of #aca50c

RGB 17216512
HSL0.160.870.36
HSV57°93°67°
CMYK 0.000.040.93   0.33
XYZ30.534835.70755.6307
Yxy35.70750.42480.4968
Hunter Lab59.7558-13.360236.2422
CIE-Lab66.2958-12.279967.3766

#aca50c color RGB value is (172,165,12).

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

The process color (four color CMYK) of #aca50c color hex is 0.00, 0.04, 0.93, 0.33. Web safe color of #aca50c is #999900. Color #aca50c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00001100
Octal 254 245 14
Decimal 172 165 12
Hex AC A5 C

RGB Percentages of Color #aca50c

%49.28
%47.28
%3.44

CMYK Percentages of Color #aca50c

%0
%4
%93
%33

Triadic Colors of #aca50c

#aca50c #0caca5 #a50cac

Analogous Colors of #aca50c

#aca50c #63ac0c #ac550c

Monochromatic Colors of #aca50c

#aca50c

Complementary Color

#aca50c #0c13ac

#aca50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca50c Color CSS Codes

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

#aca50c Text Font Color

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

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


#aca50c Background Color

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

This div background color is #aca50c


#aca50c Border Color

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

This div border color is #aca50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca50c


Comments

No comments written yet.

Please login to write comment.