Color Hex Logo

#aca42d Color Hex

#ACA42D
(172,164,45)
0 Favorites   0 Comments

Color spaces of #aca42d

RGB 17216445
HSL0.160.590.43
HSV56°74°67°
CMYK 0.000.050.74   0.33
XYZ30.762435.51107.7156
Yxy35.51100.41580.4799
Hunter Lab59.5911-12.138334.0372
CIE-Lab66.1446-10.779358.8662

#aca42d color RGB value is (172,164,45).

#aca42d hex color red value is 172, green value is 164 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aca42d hue: 0.16 , saturation: 0.59 and the lightness value of aca42d is 0.43.

The process color (four color CMYK) of #aca42d color hex is 0.00, 0.05, 0.74, 0.33. Web safe color of #aca42d is #999933. Color #aca42d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00101101
Octal 254 244 55
Decimal 172 164 45
Hex AC A4 2D

RGB Percentages of Color #aca42d

%45.14
%43.04
%11.81

CMYK Percentages of Color #aca42d

%0
%5
%74
%33

Triadic Colors of #aca42d

#aca42d #2daca4 #a42dac

Analogous Colors of #aca42d

#aca42d #75ac2d #ac652d

Monochromatic Colors of #aca42d

#aca42d

Complementary Color

#aca42d #2d35ac

#aca42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca42d Color CSS Codes

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

#aca42d Text Font Color

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

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


#aca42d Background Color

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

This div background color is #aca42d


#aca42d Border Color

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

This div border color is #aca42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca42d


Comments

No comments written yet.

Please login to write comment.