Color Hex Logo

#ac8395 Color Hex

#AC8395
(172,131,149)
0 Favorites   0 Comments

Color spaces of #ac8395

RGB 172131149
HSL0.930.200.59
HSV334°24°67°
CMYK 0.000.240.13   0.33
XYZ30.554427.173232.0683
Yxy27.17320.34030.3026
Hunter Lab52.127913.40260.0152
CIE-Lab59.134318.6620-3.5246

#ac8395 color RGB value is (172,131,149).

#ac8395 hex color red value is 172, green value is 131 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ac8395 hue: 0.93 , saturation: 0.20 and the lightness value of ac8395 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 10010101
Octal 254 203 225
Decimal 172 131 149
Hex AC 83 95

RGB Percentages of Color #ac8395

%38.05
%28.98
%32.96

CMYK Percentages of Color #ac8395

%0
%24
%13
%33

Triadic Colors of #ac8395

#ac8395 #95ac83 #8395ac

Analogous Colors of #ac8395

#ac8395 #ac8683 #ac83aa

Monochromatic Colors of #ac8395

#ac8395

Complementary Color

#ac8395 #83ac9a

#ac8395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8395 Color CSS Codes

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

#ac8395 Text Font Color

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

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


#ac8395 Background Color

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

This div background color is #ac8395


#ac8395 Border Color

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

This div border color is #ac8395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8395


Comments

No comments written yet.

Please login to write comment.