Color Hex Logo

#acb849 Color Hex

#ACB849
(172,184,73)
0 Favorites   0 Comments

Color spaces of #acb849

RGB 17218473
HSL0.180.440.50
HSV66°60°72°
CMYK 0.070.000.60   0.28
XYZ35.356343.532712.8425
Yxy43.53270.38540.4746
Hunter Lab65.9793-19.811134.6451
CIE-Lab71.9150-19.349853.4948

#acb849 color RGB value is (172,184,73).

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

The process color (four color CMYK) of #acb849 color hex is 0.07, 0.00, 0.60, 0.28. Web safe color of #acb849 is #99cc33. Color #acb849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01001001
Octal 254 270 111
Decimal 172 184 73
Hex AC B8 49

RGB Percentages of Color #acb849

%40.09
%42.89
%17.02

CMYK Percentages of Color #acb849

%7
%0
%60
%28

Triadic Colors of #acb849

#acb849 #49acb8 #b849ac

Analogous Colors of #acb849

#acb849 #75b849 #b88d49

Monochromatic Colors of #acb849

#acb849

Complementary Color

#acb849 #5549b8

#acb849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb849 Color CSS Codes

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

#acb849 Text Font Color

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

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


#acb849 Background Color

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

This div background color is #acb849


#acb849 Border Color

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

This div border color is #acb849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,184,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 #acb849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb849


Comments

No comments written yet.

Please login to write comment.