Color Hex Logo

#acb45c Color Hex

#ACB45C
(172,180,92)
0 Favorites   0 Comments

Color spaces of #acb45c

RGB 17218092
HSL0.180.370.53
HSV65°49°71°
CMYK 0.040.000.49   0.29
XYZ35.266342.185916.4092
Yxy42.18590.37570.4494
Hunter Lab64.9507-16.743430.4864
CIE-Lab70.9989-15.706343.5661

#acb45c color RGB value is (172,180,92).

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

The process color (four color CMYK) of #acb45c color hex is 0.04, 0.00, 0.49, 0.29. Web safe color of #acb45c is #99cc66. Color #acb45c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01011100
Octal 254 264 134
Decimal 172 180 92
Hex AC B4 5C

RGB Percentages of Color #acb45c

%38.74
%40.54
%20.72

CMYK Percentages of Color #acb45c

%4
%0
%49
%29

Triadic Colors of #acb45c

#acb45c #5cacb4 #b45cac

Analogous Colors of #acb45c

#acb45c #80b45c #b4905c

Monochromatic Colors of #acb45c

#acb45c

Complementary Color

#acb45c #645cb4

#acb45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb45c Color CSS Codes

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

#acb45c Text Font Color

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

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


#acb45c Background Color

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

This div background color is #acb45c


#acb45c Border Color

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

This div border color is #acb45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb45c


Comments

No comments written yet.

Please login to write comment.