Color Hex Logo

#acb473 Color Hex

#ACB473
(172,180,115)
0 Favorites   0 Comments

Color spaces of #acb473

RGB 172180115
HSL0.190.300.58
HSV67°36°71°
CMYK 0.040.000.36   0.29
XYZ36.429042.651022.5321
Yxy42.65100.35850.4197
Hunter Lab65.3077-14.720325.2595
CIE-Lab71.3175-13.173532.2494

#acb473 color RGB value is (172,180,115).

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

The process color (four color CMYK) of #acb473 color hex is 0.04, 0.00, 0.36, 0.29. Web safe color of #acb473 is #99cc66. Color #acb473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01110011
Octal 254 264 163
Decimal 172 180 115
Hex AC B4 73

RGB Percentages of Color #acb473

%36.83
%38.54
%24.63

CMYK Percentages of Color #acb473

%4
%0
%36
%29

Triadic Colors of #acb473

#acb473 #73acb4 #b473ac

Analogous Colors of #acb473

#acb473 #8cb473 #b49c73

Monochromatic Colors of #acb473

#acb473

Complementary Color

#acb473 #7b73b4

#acb473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb473 Color CSS Codes

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

#acb473 Text Font Color

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

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


#acb473 Background Color

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

This div background color is #acb473


#acb473 Border Color

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

This div border color is #acb473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb473


Comments

No comments written yet.

Please login to write comment.