Color Hex Logo

#acb07d Color Hex

#ACB07D
(172,176,125)
0 Favorites   0 Comments

Color spaces of #acb07d

RGB 172176125
HSL0.180.240.59
HSV65°29°69°
CMYK 0.020.000.29   0.31
XYZ36.240341.302025.4641
Yxy41.30200.35180.4010
Hunter Lab64.2666-11.809521.4944
CIE-Lab70.3870-9.791125.7217

#acb07d color RGB value is (172,176,125).

#acb07d hex color red value is 172, green value is 176 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #acb07d hue: 0.18 , saturation: 0.24 and the lightness value of acb07d is 0.59.

The process color (four color CMYK) of #acb07d color hex is 0.02, 0.00, 0.29, 0.31. Web safe color of #acb07d is #999966. Color #acb07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01111101
Octal 254 260 175
Decimal 172 176 125
Hex AC B0 7D

RGB Percentages of Color #acb07d

%36.36
%37.21
%26.43

CMYK Percentages of Color #acb07d

%2
%0
%29
%31

Triadic Colors of #acb07d

#acb07d #7dacb0 #b07dac

Analogous Colors of #acb07d

#acb07d #93b07d #b09b7d

Monochromatic Colors of #acb07d

#acb07d

Complementary Color

#acb07d #817db0

#acb07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb07d Color CSS Codes

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

#acb07d Text Font Color

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

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


#acb07d Background Color

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

This div background color is #acb07d


#acb07d Border Color

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

This div border color is #acb07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb07d


Comments

No comments written yet.

Please login to write comment.