Color Hex Logo

#acb536 Color Hex

#ACB536
(172,181,54)
0 Favorites   0 Comments

Color spaces of #acb536

RGB 17218154
HSL0.180.540.46
HSV64°70°71°
CMYK 0.050.000.70   0.29
XYZ34.203042.08479.8105
Yxy42.08470.39730.4888
Hunter Lab64.8727-19.416336.4447
CIE-Lab70.9293-19.054160.2164

#acb536 color RGB value is (172,181,54).

#acb536 hex color red value is 172, green value is 181 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #acb536 hue: 0.18 , saturation: 0.54 and the lightness value of acb536 is 0.46.

The process color (four color CMYK) of #acb536 color hex is 0.05, 0.00, 0.70, 0.29. Web safe color of #acb536 is #99cc33. Color #acb536 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00110110
Octal 254 265 66
Decimal 172 181 54
Hex AC B5 36

RGB Percentages of Color #acb536

%42.26
%44.47
%13.27

CMYK Percentages of Color #acb536

%5
%0
%70
%29

Triadic Colors of #acb536

#acb536 #36acb5 #b536ac

Analogous Colors of #acb536

#acb536 #6db536 #b57f36

Monochromatic Colors of #acb536

#acb536

Complementary Color

#acb536 #3f36b5

#acb536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb536 Color CSS Codes

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

#acb536 Text Font Color

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

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


#acb536 Background Color

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

This div background color is #acb536


#acb536 Border Color

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

This div border color is #acb536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb536


Comments

No comments written yet.

Please login to write comment.