Color Hex Logo

#acb059 Color Hex

#ACB059
(172,176,89)
0 Favorites   0 Comments

Color spaces of #acb059

RGB 17217689
HSL0.170.360.52
HSV63°49°69°
CMYK 0.020.000.49   0.31
XYZ34.341840.542615.4667
Yxy40.54260.38010.4487
Hunter Lab63.6731-15.154730.1691
CIE-Lab69.8543-13.940043.6706

#acb059 color RGB value is (172,176,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01011001
Octal 254 260 131
Decimal 172 176 89
Hex AC B0 59

RGB Percentages of Color #acb059

%39.36
%40.27
%20.37

CMYK Percentages of Color #acb059

%2
%0
%49
%31

Triadic Colors of #acb059

#acb059 #59acb0 #b059ac

Analogous Colors of #acb059

#acb059 #81b059 #b08959

Monochromatic Colors of #acb059

#acb059

Complementary Color

#acb059 #5d59b0

#acb059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb059 Color CSS Codes

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

#acb059 Text Font Color

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

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


#acb059 Background Color

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

This div background color is #acb059


#acb059 Border Color

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

This div border color is #acb059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb059


Comments

No comments written yet.

Please login to write comment.