Color Hex Logo

#acb36a Color Hex

#ACB36A
(172,179,106)
0 Favorites   0 Comments

Color spaces of #acb36a

RGB 172179106
HSL0.180.320.56
HSV66°41°70°
CMYK 0.040.000.41   0.30
XYZ35.734942.051519.8690
Yxy42.05150.36590.4306
Hunter Lab64.8471-15.117627.2267
CIE-Lab70.9064-13.723336.3980

#acb36a color RGB value is (172,179,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 01101010
Octal 254 263 152
Decimal 172 179 106
Hex AC B3 6A

RGB Percentages of Color #acb36a

%37.64
%39.17
%23.19

CMYK Percentages of Color #acb36a

%4
%0
%41
%30

Triadic Colors of #acb36a

#acb36a #6aacb3 #b36aac

Analogous Colors of #acb36a

#acb36a #88b36a #b3966a

Monochromatic Colors of #acb36a

#acb36a

Complementary Color

#acb36a #716ab3

#acb36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb36a Color CSS Codes

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

#acb36a Text Font Color

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

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


#acb36a Background Color

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

This div background color is #acb36a


#acb36a Border Color

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

This div border color is #acb36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb36a


Comments

No comments written yet.

Please login to write comment.