Color Hex Logo

#acb776 Color Hex

#ACB776
(172,183,118)
0 Favorites   0 Comments

Color spaces of #acb776

RGB 172183118
HSL0.190.310.59
HSV70°36°72°
CMYK 0.060.000.36   0.28
XYZ37.216843.945623.6604
Yxy43.94560.35500.4192
Hunter Lab66.2915-15.798125.2426
CIE-Lab72.1921-14.344231.8149

#acb776 color RGB value is (172,183,118).

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

The process color (four color CMYK) of #acb776 color hex is 0.06, 0.00, 0.36, 0.28. Web safe color of #acb776 is #99cc66. Color #acb776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01110110
Octal 254 267 166
Decimal 172 183 118
Hex AC B7 76

RGB Percentages of Color #acb776

%36.36
%38.69
%24.95

CMYK Percentages of Color #acb776

%6
%0
%36
%28

Triadic Colors of #acb776

#acb776 #76acb7 #b776ac

Analogous Colors of #acb776

#acb776 #8cb776 #b7a276

Monochromatic Colors of #acb776

#acb776

Complementary Color

#acb776 #8176b7

#acb776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb776 Color CSS Codes

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

#acb776 Text Font Color

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

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


#acb776 Background Color

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

This div background color is #acb776


#acb776 Border Color

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

This div border color is #acb776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb776


Comments

No comments written yet.

Please login to write comment.