Color Hex Logo

#acb77f Color Hex

#ACB77F
(172,183,127)
0 Favorites   0 Comments

Color spaces of #acb77f

RGB 172183127
HSL0.200.280.61
HSV72°31°72°
CMYK 0.060.000.31   0.28
XYZ37.777544.169926.6132
Yxy44.16990.34800.4069
Hunter Lab66.4604-14.842622.7804
CIE-Lab72.3419-13.162027.2660

#acb77f color RGB value is (172,183,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01111111
Octal 254 267 177
Decimal 172 183 127
Hex AC B7 7F

RGB Percentages of Color #acb77f

%35.68
%37.97
%26.35

CMYK Percentages of Color #acb77f

%6
%0
%31
%28

Triadic Colors of #acb77f

#acb77f #7facb7 #b77fac

Analogous Colors of #acb77f

#acb77f #90b77f #b7a67f

Monochromatic Colors of #acb77f

#acb77f

Complementary Color

#acb77f #8a7fb7

#acb77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb77f Color CSS Codes

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

#acb77f Text Font Color

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

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


#acb77f Background Color

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

This div background color is #acb77f


#acb77f Border Color

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

This div border color is #acb77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb77f


Comments

No comments written yet.

Please login to write comment.