Color Hex Logo

#acb379 Color Hex

#ACB379
(172,179,121)
0 Favorites   0 Comments

Color spaces of #acb379

RGB 172179121
HSL0.190.280.59
HSV67°32°70°
CMYK 0.040.000.32   0.30
XYZ36.584542.391324.3433
Yxy42.39130.35410.4103
Hunter Lab65.1086-13.641023.4082
CIE-Lab71.1399-11.892028.8548

#acb379 color RGB value is (172,179,121).

#acb379 hex color red value is 172, green value is 179 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #acb379 hue: 0.19 , saturation: 0.28 and the lightness value of acb379 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 01111001
Octal 254 263 171
Decimal 172 179 121
Hex AC B3 79

RGB Percentages of Color #acb379

%36.44
%37.92
%25.64

CMYK Percentages of Color #acb379

%4
%0
%32
%30

Triadic Colors of #acb379

#acb379 #79acb3 #b379ac

Analogous Colors of #acb379

#acb379 #8fb379 #b39d79

Monochromatic Colors of #acb379

#acb379

Complementary Color

#acb379 #8079b3

#acb379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb379 Color CSS Codes

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

#acb379 Text Font Color

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

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


#acb379 Background Color

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

This div background color is #acb379


#acb379 Border Color

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

This div border color is #acb379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb379


Comments

No comments written yet.

Please login to write comment.