Color Hex Logo

#acac74 Color Hex

#ACAC74
(172,172,116)
0 Favorites   0 Comments

Color spaces of #acac74

RGB 172172116
HSL0.170.250.56
HSV60°33°67°
CMYK 0.000.000.33   0.33
XYZ34.918239.536722.3140
Yxy39.53670.36080.4086
Hunter Lab62.8782-10.910422.9741
CIE-Lab69.1383-8.872428.8751

#acac74 color RGB value is (172,172,116).

#acac74 hex color red value is 172, green value is 172 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #acac74 hue: 0.17 , saturation: 0.25 and the lightness value of acac74 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01110100
Octal 254 254 164
Decimal 172 172 116
Hex AC AC 74

RGB Percentages of Color #acac74

%37.39
%37.39
%25.22

CMYK Percentages of Color #acac74

%0
%0
%33
%33

Triadic Colors of #acac74

#acac74 #74acac #ac74ac

Analogous Colors of #acac74

#acac74 #90ac74 #ac9074

Monochromatic Colors of #acac74

#acac74

Complementary Color

#acac74 #7474ac

#acac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac74 Color CSS Codes

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

#acac74 Text Font Color

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

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


#acac74 Background Color

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

This div background color is #acac74


#acac74 Border Color

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

This div border color is #acac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac74


Comments

No comments written yet.

Please login to write comment.