Color Hex Logo

#aca74f Color Hex

#ACA74F
(172,167,79)
0 Favorites   0 Comments

Color spaces of #aca74f

RGB 17216779
HSL0.160.370.49
HSV57°54°67°
CMYK 0.000.030.54   0.33
XYZ32.243336.972612.8342
Yxy36.97260.39300.4506
Hunter Lab60.8051-11.755230.0492
CIE-Lab67.2565-10.149345.4839

#aca74f color RGB value is (172,167,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01001111
Octal 254 247 117
Decimal 172 167 79
Hex AC A7 4F

RGB Percentages of Color #aca74f

%41.15
%39.95
%18.90

CMYK Percentages of Color #aca74f

%0
%3
%54
%33

Triadic Colors of #aca74f

#aca74f #4faca7 #a74fac

Analogous Colors of #aca74f

#aca74f #83ac4f #ac794f

Monochromatic Colors of #aca74f

#aca74f

Complementary Color

#aca74f #4f54ac

#aca74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca74f Color CSS Codes

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

#aca74f Text Font Color

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

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


#aca74f Background Color

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

This div background color is #aca74f


#aca74f Border Color

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

This div border color is #aca74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca74f


Comments

No comments written yet.

Please login to write comment.