Color Hex Logo

#acb77e Color Hex

#ACB77E
(172,183,126)
0 Favorites   0 Comments

Color spaces of #acb77e

RGB 172183126
HSL0.200.280.61
HSV72°31°72°
CMYK 0.060.000.31   0.28
XYZ37.712644.144026.2716
Yxy44.14400.34880.4083
Hunter Lab66.4410-14.953123.0646
CIE-Lab72.3246-13.298227.7735

#acb77e color RGB value is (172,183,126).

#acb77e hex color red value is 172, green value is 183 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #acb77e hue: 0.20 , saturation: 0.28 and the lightness value of acb77e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01111110
Octal 254 267 176
Decimal 172 183 126
Hex AC B7 7E

RGB Percentages of Color #acb77e

%35.76
%38.05
%26.20

CMYK Percentages of Color #acb77e

%6
%0
%31
%28

Triadic Colors of #acb77e

#acb77e #7eacb7 #b77eac

Analogous Colors of #acb77e

#acb77e #90b77e #b7a67e

Monochromatic Colors of #acb77e

#acb77e

Complementary Color

#acb77e #897eb7

#acb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb77e Color CSS Codes

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

#acb77e Text Font Color

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

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


#acb77e Background Color

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

This div background color is #acb77e


#acb77e Border Color

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

This div border color is #acb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb77e


Comments

No comments written yet.

Please login to write comment.