Color Hex Logo

#acac95 Color Hex

#ACAC95
(172,172,149)
0 Favorites   0 Comments

Color spaces of #acac95

RGB 172172149
HSL0.170.120.63
HSV60°13°67°
CMYK 0.000.000.13   0.33
XYZ37.190640.445634.2804
Yxy40.44560.33230.3614
Hunter Lab63.5969-6.910112.5589
CIE-Lab69.7857-4.057711.8481

#acac95 color RGB value is (172,172,149).

#acac95 hex color red value is 172, green value is 172 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #acac95 hue: 0.17 , saturation: 0.12 and the lightness value of acac95 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 10010101
Octal 254 254 225
Decimal 172 172 149
Hex AC AC 95

RGB Percentages of Color #acac95

%34.89
%34.89
%30.22

CMYK Percentages of Color #acac95

%0
%0
%13
%33

Triadic Colors of #acac95

#acac95 #95acac #ac95ac

Analogous Colors of #acac95

#acac95 #a1ac95 #aca195

Monochromatic Colors of #acac95

#acac95

Complementary Color

#acac95 #9595ac

#acac95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac95 Color CSS Codes

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

#acac95 Text Font Color

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

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


#acac95 Background Color

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

This div background color is #acac95


#acac95 Border Color

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

This div border color is #acac95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac95


Comments

No comments written yet.

Please login to write comment.