Color Hex Logo

#acb05f Color Hex

#ACB05F
(172,176,95)
0 Favorites   0 Comments

Color spaces of #acb05f

RGB 17217695
HSL0.170.340.53
HSV63°46°69°
CMYK 0.020.000.46   0.31
XYZ34.604140.647516.8484
Yxy40.64750.37570.4413
Hunter Lab63.7554-14.688728.9604
CIE-Lab69.9282-13.354540.7789

#acb05f color RGB value is (172,176,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01011111
Octal 254 260 137
Decimal 172 176 95
Hex AC B0 5F

RGB Percentages of Color #acb05f

%38.83
%39.73
%21.44

CMYK Percentages of Color #acb05f

%2
%0
%46
%31

Triadic Colors of #acb05f

#acb05f #5facb0 #b05fac

Analogous Colors of #acb05f

#acb05f #84b05f #b08c5f

Monochromatic Colors of #acb05f

#acb05f

Complementary Color

#acb05f #635fb0

#acb05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb05f Color CSS Codes

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

#acb05f Text Font Color

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

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


#acb05f Background Color

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

This div background color is #acb05f


#acb05f Border Color

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

This div border color is #acb05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb05f


Comments

No comments written yet.

Please login to write comment.