Color Hex Logo

#aca14b Color Hex

#ACA14B
(172,161,75)
0 Favorites   0 Comments

Color spaces of #aca14b

RGB 17216175
HSL0.150.390.48
HSV53°56°67°
CMYK 0.000.060.56   0.33
XYZ31.028134.768411.7322
Yxy34.76840.40020.4485
Hunter Lab58.9647-9.259029.4784
CIE-Lab65.5680-7.308345.4637

#aca14b color RGB value is (172,161,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01001011
Octal 254 241 113
Decimal 172 161 75
Hex AC A1 4B

RGB Percentages of Color #aca14b

%42.16
%39.46
%18.38

CMYK Percentages of Color #aca14b

%0
%6
%56
%33

Triadic Colors of #aca14b

#aca14b #4baca1 #a14bac

Analogous Colors of #aca14b

#aca14b #87ac4b #ac714b

Monochromatic Colors of #aca14b

#aca14b

Complementary Color

#aca14b #4b56ac

#aca14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca14b Color CSS Codes

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

#aca14b Text Font Color

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

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


#aca14b Background Color

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

This div background color is #aca14b


#aca14b Border Color

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

This div border color is #aca14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca14b


Comments

No comments written yet.

Please login to write comment.