Color Hex Logo

#acb599 Color Hex

#ACB599
(172,181,153)
0 Favorites   0 Comments

Color spaces of #acb599

RGB 172181153
HSL0.220.160.65
HSV79°15°71°
CMYK 0.050.000.15   0.29
XYZ39.286944.118336.5820
Yxy44.11830.32740.3677
Hunter Lab66.4216-10.659013.8409
CIE-Lab72.3075-8.181413.2166

#acb599 color RGB value is (172,181,153).

#acb599 hex color red value is 172, green value is 181 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acb599 hue: 0.22 , saturation: 0.16 and the lightness value of acb599 is 0.65.

The process color (four color CMYK) of #acb599 color hex is 0.05, 0.00, 0.15, 0.29. Web safe color of #acb599 is #99cc99. Color #acb599 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 10011001
Octal 254 265 231
Decimal 172 181 153
Hex AC B5 99

RGB Percentages of Color #acb599

%33.99
%35.77
%30.24

CMYK Percentages of Color #acb599

%5
%0
%15
%29

Triadic Colors of #acb599

#acb599 #99acb5 #b599ac

Analogous Colors of #acb599

#acb599 #9eb599 #b5b099

Monochromatic Colors of #acb599

#acb599

Complementary Color

#acb599 #a299b5

#acb599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb599 Color CSS Codes

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

#acb599 Text Font Color

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

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


#acb599 Background Color

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

This div background color is #acb599


#acb599 Border Color

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

This div border color is #acb599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb599


Comments

No comments written yet.

Please login to write comment.