Color Hex Logo

#acac4e Color Hex

#ACAC4E
(172,172,78)
0 Favorites   0 Comments

Color spaces of #acac4e

RGB 17217278
HSL0.170.380.49
HSV60°55°67°
CMYK 0.000.000.55   0.33
XYZ33.140938.825812.9551
Yxy38.82580.39030.4572
Hunter Lab62.3104-14.104631.2901
CIE-Lab68.6249-12.841447.5363

#acac4e color RGB value is (172,172,78).

#acac4e hex color red value is 172, green value is 172 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acac4e hue: 0.17 , saturation: 0.38 and the lightness value of acac4e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01001110
Octal 254 254 116
Decimal 172 172 78
Hex AC AC 4E

RGB Percentages of Color #acac4e

%40.76
%40.76
%18.48

CMYK Percentages of Color #acac4e

%0
%0
%55
%33

Triadic Colors of #acac4e

#acac4e #4eacac #ac4eac

Analogous Colors of #acac4e

#acac4e #7dac4e #ac7d4e

Monochromatic Colors of #acac4e

#acac4e

Complementary Color

#acac4e #4e4eac

#acac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac4e Color CSS Codes

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

#acac4e Text Font Color

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

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


#acac4e Background Color

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

This div background color is #acac4e


#acac4e Border Color

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

This div border color is #acac4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac4e


Comments

No comments written yet.

Please login to write comment.