Color Hex Logo

#aca72e Color Hex

#ACA72E
(172,167,46)
0 Favorites   0 Comments

Color spaces of #aca72e

RGB 17216746
HSL0.160.580.43
HSV58°73°67°
CMYK 0.000.030.73   0.33
XYZ31.325136.60537.9993
Yxy36.60530.41260.4821
Hunter Lab60.5023-13.460634.5126
CIE-Lab66.9799-12.299159.3041

#aca72e color RGB value is (172,167,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00101110
Octal 254 247 56
Decimal 172 167 46
Hex AC A7 2E

RGB Percentages of Color #aca72e

%44.68
%43.38
%11.95

CMYK Percentages of Color #aca72e

%0
%3
%73
%33

Triadic Colors of #aca72e

#aca72e #2eaca7 #a72eac

Analogous Colors of #aca72e

#aca72e #72ac2e #ac682e

Monochromatic Colors of #aca72e

#aca72e

Complementary Color

#aca72e #2e33ac

#aca72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca72e Color CSS Codes

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

#aca72e Text Font Color

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

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


#aca72e Background Color

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

This div background color is #aca72e


#aca72e Border Color

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

This div border color is #aca72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca72e


Comments

No comments written yet.

Please login to write comment.