Color Hex Logo

#acb87c Color Hex

#ACB87C
(172,184,124)
0 Favorites   0 Comments

Color spaces of #acb87c

RGB 172184124
HSL0.200.300.60
HSV72°33°72°
CMYK 0.070.000.33   0.28
XYZ37.791844.506925.6676
Yxy44.50690.35000.4122
Hunter Lab66.7135-15.632123.8880
CIE-Lab72.5660-14.081629.1513

#acb87c color RGB value is (172,184,124).

#acb87c hex color red value is 172, green value is 184 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #acb87c hue: 0.20 , saturation: 0.30 and the lightness value of acb87c is 0.60.

The process color (four color CMYK) of #acb87c color hex is 0.07, 0.00, 0.33, 0.28. Web safe color of #acb87c is #99cc66. Color #acb87c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01111100
Octal 254 270 174
Decimal 172 184 124
Hex AC B8 7C

RGB Percentages of Color #acb87c

%35.83
%38.33
%25.83

CMYK Percentages of Color #acb87c

%7
%0
%33
%28

Triadic Colors of #acb87c

#acb87c #7cacb8 #b87cac

Analogous Colors of #acb87c

#acb87c #8eb87c #b8a67c

Monochromatic Colors of #acb87c

#acb87c

Complementary Color

#acb87c #887cb8

#acb87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb87c Color CSS Codes

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

#acb87c Text Font Color

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

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


#acb87c Background Color

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

This div background color is #acb87c


#acb87c Border Color

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

This div border color is #acb87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb87c


Comments

No comments written yet.

Please login to write comment.