Color Hex Logo

#aca54f Color Hex

#ACA54F
(172,165,79)
0 Favorites   0 Comments

Color spaces of #aca54f

RGB 17216579
HSL0.150.370.49
HSV55°54°67°
CMYK 0.000.040.54   0.33
XYZ31.879736.245412.7130
Yxy36.24540.39440.4484
Hunter Lab60.2042-10.836829.6229
CIE-Lab66.7070-9.096744.8462

#aca54f color RGB value is (172,165,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01001111
Octal 254 245 117
Decimal 172 165 79
Hex AC A5 4F

RGB Percentages of Color #aca54f

%41.35
%39.66
%18.99

CMYK Percentages of Color #aca54f

%0
%4
%54
%33

Triadic Colors of #aca54f

#aca54f #4faca5 #a54fac

Analogous Colors of #aca54f

#aca54f #85ac4f #ac774f

Monochromatic Colors of #aca54f

#aca54f

Complementary Color

#aca54f #4f56ac

#aca54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca54f Color CSS Codes

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

#aca54f Text Font Color

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

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


#aca54f Background Color

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

This div background color is #aca54f


#aca54f Border Color

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

This div border color is #aca54f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,165,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 #aca54f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca54f


Comments

No comments written yet.

Please login to write comment.