Color Hex Logo

#acbb76 Color Hex

#ACBB76
(172,187,118)
0 Favorites   0 Comments

Color spaces of #acbb76

RGB 172187118
HSL0.200.340.60
HSV73°37°73°
CMYK 0.080.000.37   0.27
XYZ38.053645.619323.9393
Yxy45.61930.35360.4239
Hunter Lab67.5421-17.630626.2650
CIE-Lab73.2978-16.388933.2507

#acbb76 color RGB value is (172,187,118).

#acbb76 hex color red value is 172, green value is 187 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #acbb76 hue: 0.20 , saturation: 0.34 and the lightness value of acbb76 is 0.60.

The process color (four color CMYK) of #acbb76 color hex is 0.08, 0.00, 0.37, 0.27. Web safe color of #acbb76 is #99cc66. Color #acbb76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 01110110
Octal 254 273 166
Decimal 172 187 118
Hex AC BB 76

RGB Percentages of Color #acbb76

%36.06
%39.20
%24.74

CMYK Percentages of Color #acbb76

%8
%0
%37
%27

Triadic Colors of #acbb76

#acbb76 #76acbb #bb76ac

Analogous Colors of #acbb76

#acbb76 #8abb76 #bba876

Monochromatic Colors of #acbb76

#acbb76

Complementary Color

#acbb76 #8576bb

#acbb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb76 Color CSS Codes

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

#acbb76 Text Font Color

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

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


#acbb76 Background Color

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

This div background color is #acbb76


#acbb76 Border Color

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

This div border color is #acbb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb76


Comments

No comments written yet.

Please login to write comment.