Color Hex Logo

#acb176 Color Hex

#ACB176
(172,177,118)
0 Favorites   0 Comments

Color spaces of #acb176

RGB 172177118
HSL0.180.270.58
HSV65°33°69°
CMYK 0.030.000.33   0.31
XYZ36.005441.522923.2566
Yxy41.52290.35720.4120
Hunter Lab64.4383-13.028623.7083
CIE-Lab70.5407-11.238829.6556

#acb176 color RGB value is (172,177,118).

#acb176 hex color red value is 172, green value is 177 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #acb176 hue: 0.18 , saturation: 0.27 and the lightness value of acb176 is 0.58.

The process color (four color CMYK) of #acb176 color hex is 0.03, 0.00, 0.33, 0.31. Web safe color of #acb176 is #999966. Color #acb176 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01110110
Octal 254 261 166
Decimal 172 177 118
Hex AC B1 76

RGB Percentages of Color #acb176

%36.83
%37.90
%25.27

CMYK Percentages of Color #acb176

%3
%0
%33
%31

Triadic Colors of #acb176

#acb176 #76acb1 #b176ac

Analogous Colors of #acb176

#acb176 #8fb176 #b19976

Monochromatic Colors of #acb176

#acb176

Complementary Color

#acb176 #7b76b1

#acb176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb176 Color CSS Codes

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

#acb176 Text Font Color

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

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


#acb176 Background Color

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

This div background color is #acb176


#acb176 Border Color

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

This div border color is #acb176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb176


Comments

No comments written yet.

Please login to write comment.