Color Hex Logo

#aca14f Color Hex

#ACA14F
(172,161,79)
0 Favorites   0 Comments

Color spaces of #aca14f

RGB 17216179
HSL0.150.370.49
HSV53°54°67°
CMYK 0.000.060.54   0.33
XYZ31.169434.824912.4762
Yxy34.82490.39720.4438
Hunter Lab59.0126-8.991628.7740
CIE-Lab65.6121-6.976843.5692

#aca14f color RGB value is (172,161,79).

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

The process color (four color CMYK) of #aca14f color hex is 0.00, 0.06, 0.54, 0.33. Web safe color of #aca14f is #999966. Color #aca14f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01001111
Octal 254 241 117
Decimal 172 161 79
Hex AC A1 4F

RGB Percentages of Color #aca14f

%41.75
%39.08
%19.17

CMYK Percentages of Color #aca14f

%0
%6
%54
%33

Triadic Colors of #aca14f

#aca14f #4faca1 #a14fac

Analogous Colors of #aca14f

#aca14f #89ac4f #ac734f

Monochromatic Colors of #aca14f

#aca14f

Complementary Color

#aca14f #4f5aac

#aca14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca14f Color CSS Codes

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

#aca14f Text Font Color

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

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


#aca14f Background Color

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

This div background color is #aca14f


#aca14f Border Color

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

This div border color is #aca14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca14f


Comments

No comments written yet.

Please login to write comment.