Color Hex Logo

#aca14c Color Hex

#ACA14C
(172,161,76)
0 Favorites   0 Comments

Color spaces of #aca14c

RGB 17216176
HSL0.150.390.49
HSV53°56°67°
CMYK 0.000.060.56   0.33
XYZ31.062634.782211.9139
Yxy34.78220.39950.4473
Hunter Lab58.9764-9.193729.3063
CIE-Lab65.5787-7.227244.9935

#aca14c color RGB value is (172,161,76).

#aca14c hex color red value is 172, green value is 161 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aca14c hue: 0.15 , saturation: 0.39 and the lightness value of aca14c is 0.49.

The process color (four color CMYK) of #aca14c color hex is 0.00, 0.06, 0.56, 0.33. Web safe color of #aca14c is #999933. Color #aca14c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01001100
Octal 254 241 114
Decimal 172 161 76
Hex AC A1 4C

RGB Percentages of Color #aca14c

%42.05
%39.36
%18.58

CMYK Percentages of Color #aca14c

%0
%6
%56
%33

Triadic Colors of #aca14c

#aca14c #4caca1 #a14cac

Analogous Colors of #aca14c

#aca14c #87ac4c #ac714c

Monochromatic Colors of #aca14c

#aca14c

Complementary Color

#aca14c #4c57ac

#aca14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca14c Color CSS Codes

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

#aca14c Text Font Color

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

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


#aca14c Background Color

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

This div background color is #aca14c


#aca14c Border Color

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

This div border color is #aca14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca14c


Comments

No comments written yet.

Please login to write comment.