Color Hex Logo

#acb000 Color Hex

#ACB000
(172,176,0)
0 Favorites   0 Comments

Color spaces of #acb000

RGB 1721760
HSL0.171.000.35
HSV61°100°69°
CMYK 0.020.001.00   0.31
XYZ32.538639.82135.9713
Yxy39.82130.41540.5084
Hunter Lab63.1041-18.391638.5625
CIE-Lab69.3421-18.077671.1556

#acb000 color RGB value is (172,176,0).

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

The process color (four color CMYK) of #acb000 color hex is 0.02, 0.00, 1.00, 0.31. Web safe color of #acb000 is #999900. Color #acb000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 00000000
Octal 254 260 0
Decimal 172 176 0
Hex AC B0 0

RGB Percentages of Color #acb000

%49.43
%50.57
%0.00

CMYK Percentages of Color #acb000

%2
%0
%100
%31

Triadic Colors of #acb000

#acb000 #00acb0 #b000ac

Analogous Colors of #acb000

#acb000 #54b000 #b05c00

Monochromatic Colors of #acb000

#acb000

Complementary Color

#acb000 #0400b0

#acb000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb000 Color CSS Codes

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

#acb000 Text Font Color

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

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


#acb000 Background Color

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

This div background color is #acb000


#acb000 Border Color

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

This div border color is #acb000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb000


Comments

No comments written yet.

Please login to write comment.