Color Hex Logo

#acb46a Color Hex

#ACB46A
(172,180,106)
0 Favorites   0 Comments

Color spaces of #acb46a

RGB 172180106
HSL0.180.330.56
HSV66°41°71°
CMYK 0.040.000.41   0.29
XYZ35.936042.453819.9360
Yxy42.45380.36550.4318
Hunter Lab65.1566-15.575427.4686
CIE-Lab71.1827-14.238436.7470

#acb46a color RGB value is (172,180,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01101010
Octal 254 264 152
Decimal 172 180 106
Hex AC B4 6A

RGB Percentages of Color #acb46a

%37.55
%39.30
%23.14

CMYK Percentages of Color #acb46a

%4
%0
%41
%29

Triadic Colors of #acb46a

#acb46a #6aacb4 #b46aac

Analogous Colors of #acb46a

#acb46a #87b46a #b4976a

Monochromatic Colors of #acb46a

#acb46a

Complementary Color

#acb46a #726ab4

#acb46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb46a Color CSS Codes

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

#acb46a Text Font Color

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

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


#acb46a Background Color

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

This div background color is #acb46a


#acb46a Border Color

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

This div border color is #acb46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb46a


Comments

No comments written yet.

Please login to write comment.