Color Hex Logo

#aca54a Color Hex

#ACA54A
(172,165,74)
0 Favorites   0 Comments

Color spaces of #aca54a

RGB 17216574
HSL0.150.400.48
HSV56°57°67°
CMYK 0.000.040.57   0.33
XYZ31.704436.175311.7901
Yxy36.17530.39790.4541
Hunter Lab60.1459-11.163630.4798
CIE-Lab66.6536-9.504647.1793

#aca54a color RGB value is (172,165,74).

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

The process color (four color CMYK) of #aca54a color hex is 0.00, 0.04, 0.57, 0.33. Web safe color of #aca54a is #999933. Color #aca54a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01001010
Octal 254 245 112
Decimal 172 165 74
Hex AC A5 4A

RGB Percentages of Color #aca54a

%41.85
%40.15
%18.00

CMYK Percentages of Color #aca54a

%0
%4
%57
%33

Triadic Colors of #aca54a

#aca54a #4aaca5 #a54aac

Analogous Colors of #aca54a

#aca54a #82ac4a #ac744a

Monochromatic Colors of #aca54a

#aca54a

Complementary Color

#aca54a #4a51ac

#aca54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca54a Color CSS Codes

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

#aca54a Text Font Color

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

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


#aca54a Background Color

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

This div background color is #aca54a


#aca54a Border Color

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

This div border color is #aca54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca54a


Comments

No comments written yet.

Please login to write comment.