Color Hex Logo

#acb774 Color Hex

#ACB774
(172,183,116)
0 Favorites   0 Comments

Color spaces of #acb774

RGB 172183116
HSL0.190.320.59
HSV70°37°72°
CMYK 0.060.000.37   0.28
XYZ37.099143.898623.0409
Yxy43.89860.35660.4219
Hunter Lab66.2560-15.999525.7608
CIE-Lab72.1607-14.594732.8194

#acb774 color RGB value is (172,183,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01110100
Octal 254 267 164
Decimal 172 183 116
Hex AC B7 74

RGB Percentages of Color #acb774

%36.52
%38.85
%24.63

CMYK Percentages of Color #acb774

%6
%0
%37
%28

Triadic Colors of #acb774

#acb774 #74acb7 #b774ac

Analogous Colors of #acb774

#acb774 #8bb774 #b7a174

Monochromatic Colors of #acb774

#acb774

Complementary Color

#acb774 #7f74b7

#acb774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb774 Color CSS Codes

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

#acb774 Text Font Color

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

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


#acb774 Background Color

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

This div background color is #acb774


#acb774 Border Color

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

This div border color is #acb774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb774


Comments

No comments written yet.

Please login to write comment.