Color Hex Logo

#acac5d Color Hex

#ACAC5D
(172,172,93)
0 Favorites   0 Comments

Color spaces of #acac5d

RGB 17217293
HSL0.170.320.52
HSV60°46°67°
CMYK 0.000.000.46   0.33
XYZ33.741639.066016.1181
Yxy39.06600.37940.4393
Hunter Lab62.5028-13.018228.4624
CIE-Lab68.7990-11.478540.4063

#acac5d color RGB value is (172,172,93).

#acac5d hex color red value is 172, green value is 172 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acac5d hue: 0.17 , saturation: 0.32 and the lightness value of acac5d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01011101
Octal 254 254 135
Decimal 172 172 93
Hex AC AC 5D

RGB Percentages of Color #acac5d

%39.36
%39.36
%21.28

CMYK Percentages of Color #acac5d

%0
%0
%46
%33

Triadic Colors of #acac5d

#acac5d #5dacac #ac5dac

Analogous Colors of #acac5d

#acac5d #85ac5d #ac855d

Monochromatic Colors of #acac5d

#acac5d

Complementary Color

#acac5d #5d5dac

#acac5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac5d Color CSS Codes

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

#acac5d Text Font Color

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

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


#acac5d Background Color

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

This div background color is #acac5d


#acac5d Border Color

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

This div border color is #acac5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac5d


Comments

No comments written yet.

Please login to write comment.