Color Hex Logo

#acb493 Color Hex

#ACB493
(172,180,147)
0 Favorites   0 Comments

Color spaces of #acb493

RGB 172180147
HSL0.210.180.64
HSV75°18°71°
CMYK 0.040.000.18   0.29
XYZ38.601043.519833.9694
Yxy43.51980.33250.3749
Hunter Lab65.9695-11.000315.6487
CIE-Lab71.9064-8.632615.9170

#acb493 color RGB value is (172,180,147).

#acb493 hex color red value is 172, green value is 180 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acb493 hue: 0.21 , saturation: 0.18 and the lightness value of acb493 is 0.64.

The process color (four color CMYK) of #acb493 color hex is 0.04, 0.00, 0.18, 0.29. Web safe color of #acb493 is #99cc99. Color #acb493 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 10010011
Octal 254 264 223
Decimal 172 180 147
Hex AC B4 93

RGB Percentages of Color #acb493

%34.47
%36.07
%29.46

CMYK Percentages of Color #acb493

%4
%0
%18
%29

Triadic Colors of #acb493

#acb493 #93acb4 #b493ac

Analogous Colors of #acb493

#acb493 #9cb493 #b4ac93

Monochromatic Colors of #acb493

#acb493

Complementary Color

#acb493 #9b93b4

#acb493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb493 Color CSS Codes

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

#acb493 Text Font Color

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

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


#acb493 Background Color

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

This div background color is #acb493


#acb493 Border Color

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

This div border color is #acb493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb493


Comments

No comments written yet.

Please login to write comment.