Color Hex Logo

#acb60d Color Hex

#ACB60D
(172,182,13)
0 Favorites   0 Comments

Color spaces of #acb60d

RGB 17218213
HSL0.180.870.38
HSV64°93°71°
CMYK 0.050.000.93   0.29
XYZ33.813942.25566.7547
Yxy42.25560.40830.5102
Hunter Lab65.0043-20.905539.3421
CIE-Lab71.0468-20.914370.9074

#acb60d color RGB value is (172,182,13).

#acb60d hex color red value is 172, green value is 182 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #acb60d hue: 0.18 , saturation: 0.87 and the lightness value of acb60d is 0.38.

The process color (four color CMYK) of #acb60d color hex is 0.05, 0.00, 0.93, 0.29. Web safe color of #acb60d is #99cc00. Color #acb60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 00001101
Octal 254 266 15
Decimal 172 182 13
Hex AC B6 D

RGB Percentages of Color #acb60d

%46.87
%49.59
%3.54

CMYK Percentages of Color #acb60d

%5
%0
%93
%29

Triadic Colors of #acb60d

#acb60d #0dacb6 #b60dac

Analogous Colors of #acb60d

#acb60d #58b60d #b66c0d

Monochromatic Colors of #acb60d

#acb60d

Complementary Color

#acb60d #170db6

#acb60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb60d Color CSS Codes

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

#acb60d Text Font Color

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

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


#acb60d Background Color

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

This div background color is #acb60d


#acb60d Border Color

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

This div border color is #acb60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb60d


Comments

No comments written yet.

Please login to write comment.