Color Hex Logo

#acb770 Color Hex

#ACB770
(172,183,112)
0 Favorites   0 Comments

Color spaces of #acb770

RGB 172183112
HSL0.190.330.58
HSV69°39°72°
CMYK 0.060.000.39   0.28
XYZ36.871443.807521.8416
Yxy43.80750.35960.4273
Hunter Lab66.1872-16.389426.7655
CIE-Lab72.0996-15.080734.8190

#acb770 color RGB value is (172,183,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01110000
Octal 254 267 160
Decimal 172 183 112
Hex AC B7 70

RGB Percentages of Color #acb770

%36.83
%39.19
%23.98

CMYK Percentages of Color #acb770

%6
%0
%39
%28

Triadic Colors of #acb770

#acb770 #70acb7 #b770ac

Analogous Colors of #acb770

#acb770 #89b770 #b79f70

Monochromatic Colors of #acb770

#acb770

Complementary Color

#acb770 #7b70b7

#acb770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb770 Color CSS Codes

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

#acb770 Text Font Color

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

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


#acb770 Background Color

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

This div background color is #acb770


#acb770 Border Color

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

This div border color is #acb770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb770


Comments

No comments written yet.

Please login to write comment.