Color Hex Logo

#aca71d Color Hex

#ACA71D
(172,167,29)
0 Favorites   0 Comments

Color spaces of #aca71d

RGB 17216729
HSL0.160.710.39
HSV58°83°67°
CMYK 0.000.030.83   0.33
XYZ31.053736.49686.5703
Yxy36.49680.41900.4924
Hunter Lab60.4126-13.968235.8406
CIE-Lab66.8978-12.945664.4811

#aca71d color RGB value is (172,167,29).

#aca71d hex color red value is 172, green value is 167 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aca71d hue: 0.16 , saturation: 0.71 and the lightness value of aca71d is 0.39.

The process color (four color CMYK) of #aca71d color hex is 0.00, 0.03, 0.83, 0.33. Web safe color of #aca71d is #999933. Color #aca71d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00011101
Octal 254 247 35
Decimal 172 167 29
Hex AC A7 1D

RGB Percentages of Color #aca71d

%46.74
%45.38
%7.88

CMYK Percentages of Color #aca71d

%0
%3
%83
%33

Triadic Colors of #aca71d

#aca71d #1daca7 #a71dac

Analogous Colors of #aca71d

#aca71d #6aac1d #ac601d

Monochromatic Colors of #aca71d

#aca71d

Complementary Color

#aca71d #1d22ac

#aca71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca71d Color CSS Codes

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

#aca71d Text Font Color

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

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


#aca71d Background Color

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

This div background color is #aca71d


#aca71d Border Color

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

This div border color is #aca71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca71d


Comments

No comments written yet.

Please login to write comment.