Color Hex Logo

#acb749 Color Hex

#ACB749
(172,183,73)
0 Favorites   0 Comments

Color spaces of #acb749

RGB 17218373
HSL0.180.430.50
HSV66°60°72°
CMYK 0.060.000.60   0.28
XYZ35.149343.118712.7735
Yxy43.11870.38610.4736
Hunter Lab65.6648-19.365434.4320
CIE-Lab71.6355-18.847953.1887

#acb749 color RGB value is (172,183,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01001001
Octal 254 267 111
Decimal 172 183 73
Hex AC B7 49

RGB Percentages of Color #acb749

%40.19
%42.76
%17.06

CMYK Percentages of Color #acb749

%6
%0
%60
%28

Triadic Colors of #acb749

#acb749 #49acb7 #b749ac

Analogous Colors of #acb749

#acb749 #75b749 #b78b49

Monochromatic Colors of #acb749

#acb749

Complementary Color

#acb749 #5449b7

#acb749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb749 Color CSS Codes

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

#acb749 Text Font Color

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

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


#acb749 Background Color

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

This div background color is #acb749


#acb749 Border Color

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

This div border color is #acb749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb749


Comments

No comments written yet.

Please login to write comment.