Color Hex Logo

#acb349 Color Hex

#ACB349
(172,179,73)
0 Favorites   0 Comments

Color spaces of #acb349

RGB 17217973
HSL0.180.420.49
HSV64°59°70°
CMYK 0.040.000.59   0.30
XYZ34.336041.491912.5024
Yxy41.49190.38870.4697
Hunter Lab64.4142-17.575433.5821
CIE-Lab70.5192-16.826151.9617

#acb349 color RGB value is (172,179,73).

#acb349 hex color red value is 172, green value is 179 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #acb349 hue: 0.18 , saturation: 0.42 and the lightness value of acb349 is 0.49.

The process color (four color CMYK) of #acb349 color hex is 0.04, 0.00, 0.59, 0.30. Web safe color of #acb349 is #99cc33. Color #acb349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 01001001
Octal 254 263 111
Decimal 172 179 73
Hex AC B3 49

RGB Percentages of Color #acb349

%40.57
%42.22
%17.22

CMYK Percentages of Color #acb349

%4
%0
%59
%30

Triadic Colors of #acb349

#acb349 #49acb3 #b349ac

Analogous Colors of #acb349

#acb349 #77b349 #b38549

Monochromatic Colors of #acb349

#acb349

Complementary Color

#acb349 #5049b3

#acb349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb349 Color CSS Codes

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

#acb349 Text Font Color

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

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


#acb349 Background Color

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

This div background color is #acb349


#acb349 Border Color

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

This div border color is #acb349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb349


Comments

No comments written yet.

Please login to write comment.