Color Hex Logo

#acb04f Color Hex

#ACB04F
(172,176,79)
0 Favorites   0 Comments

Color spaces of #acb04f

RGB 17217679
HSL0.170.380.50
HSV62°55°69°
CMYK 0.020.000.55   0.31
XYZ33.949940.385813.4030
Yxy40.38580.38690.4603
Hunter Lab63.5498-15.853031.9803
CIE-Lab69.7434-14.822148.3440

#acb04f color RGB value is (172,176,79).

#acb04f hex color red value is 172, green value is 176 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #acb04f hue: 0.17 , saturation: 0.38 and the lightness value of acb04f is 0.50.

The process color (four color CMYK) of #acb04f color hex is 0.02, 0.00, 0.55, 0.31. Web safe color of #acb04f is #999966. Color #acb04f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01001111
Octal 254 260 117
Decimal 172 176 79
Hex AC B0 4F

RGB Percentages of Color #acb04f

%40.28
%41.22
%18.50

CMYK Percentages of Color #acb04f

%2
%0
%55
%31

Triadic Colors of #acb04f

#acb04f #4facb0 #b04fac

Analogous Colors of #acb04f

#acb04f #7cb04f #b0844f

Monochromatic Colors of #acb04f

#acb04f

Complementary Color

#acb04f #534fb0

#acb04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb04f Color CSS Codes

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

#acb04f Text Font Color

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

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


#acb04f Background Color

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

This div background color is #acb04f


#acb04f Border Color

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

This div border color is #acb04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb04f


Comments

No comments written yet.

Please login to write comment.