Color Hex Logo

#acb05e Color Hex

#ACB05E
(172,176,94)
0 Favorites   0 Comments

Color spaces of #acb05e

RGB 17217694
HSL0.170.340.53
HSV63°47°69°
CMYK 0.020.000.47   0.31
XYZ34.559040.629516.6105
Yxy40.62950.37650.4426
Hunter Lab63.7413-14.768829.1684
CIE-Lab69.9156-13.455041.2648

#acb05e color RGB value is (172,176,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01011110
Octal 254 260 136
Decimal 172 176 94
Hex AC B0 5E

RGB Percentages of Color #acb05e

%38.91
%39.82
%21.27

CMYK Percentages of Color #acb05e

%2
%0
%47
%31

Triadic Colors of #acb05e

#acb05e #5eacb0 #b05eac

Analogous Colors of #acb05e

#acb05e #83b05e #b08b5e

Monochromatic Colors of #acb05e

#acb05e

Complementary Color

#acb05e #625eb0

#acb05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb05e Color CSS Codes

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

#acb05e Text Font Color

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

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


#acb05e Background Color

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

This div background color is #acb05e


#acb05e Border Color

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

This div border color is #acb05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb05e


Comments

No comments written yet.

Please login to write comment.