Color Hex Logo

#acb12d Color Hex

#ACB12D
(172,177,45)
0 Favorites   0 Comments

Color spaces of #acb12d

RGB 17217745
HSL0.170.590.44
HSV62°75°69°
CMYK 0.030.000.75   0.31
XYZ33.209140.40448.5311
Yxy40.40440.40430.4919
Hunter Lab63.5645-17.980936.5377
CIE-Lab69.7566-17.478262.2750

#acb12d color RGB value is (172,177,45).

#acb12d hex color red value is 172, green value is 177 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #acb12d hue: 0.17 , saturation: 0.59 and the lightness value of acb12d is 0.44.

The process color (four color CMYK) of #acb12d color hex is 0.03, 0.00, 0.75, 0.31. Web safe color of #acb12d is #999933. Color #acb12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 00101101
Octal 254 261 55
Decimal 172 177 45
Hex AC B1 2D

RGB Percentages of Color #acb12d

%43.65
%44.92
%11.42

CMYK Percentages of Color #acb12d

%3
%0
%75
%31

Triadic Colors of #acb12d

#acb12d #2dacb1 #b12dac

Analogous Colors of #acb12d

#acb12d #6ab12d #b1742d

Monochromatic Colors of #acb12d

#acb12d

Complementary Color

#acb12d #322db1

#acb12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb12d Color CSS Codes

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

#acb12d Text Font Color

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

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


#acb12d Background Color

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

This div background color is #acb12d


#acb12d Border Color

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

This div border color is #acb12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb12d


Comments

No comments written yet.

Please login to write comment.