Color Hex Logo

#acb87d Color Hex

#ACB87D
(172,184,125)
0 Favorites   0 Comments

Color spaces of #acb87d

RGB 172184125
HSL0.200.290.61
HSV72°32°72°
CMYK 0.070.000.32   0.28
XYZ37.855444.532326.0024
Yxy44.53230.34930.4109
Hunter Lab66.7325-15.524123.6104
CIE-Lab72.5829-13.948128.6455

#acb87d color RGB value is (172,184,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01111101
Octal 254 270 175
Decimal 172 184 125
Hex AC B8 7D

RGB Percentages of Color #acb87d

%35.76
%38.25
%25.99

CMYK Percentages of Color #acb87d

%7
%0
%32
%28

Triadic Colors of #acb87d

#acb87d #7dacb8 #b87dac

Analogous Colors of #acb87d

#acb87d #8fb87d #b8a77d

Monochromatic Colors of #acb87d

#acb87d

Complementary Color

#acb87d #897db8

#acb87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb87d Color CSS Codes

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

#acb87d Text Font Color

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

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


#acb87d Background Color

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

This div background color is #acb87d


#acb87d Border Color

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

This div border color is #acb87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb87d


Comments

No comments written yet.

Please login to write comment.