Color Hex Logo

#acb13c Color Hex

#ACB13C
(172,177,60)
0 Favorites   0 Comments

Color spaces of #acb13c

RGB 17217760
HSL0.170.490.46
HSV63°66°69°
CMYK 0.030.000.66   0.31
XYZ33.551040.541210.3319
Yxy40.54120.39740.4802
Hunter Lab63.6720-17.368034.9495
CIE-Lab69.8533-16.690556.8001

#acb13c color RGB value is (172,177,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 00111100
Octal 254 261 74
Decimal 172 177 60
Hex AC B1 3C

RGB Percentages of Color #acb13c

%42.05
%43.28
%14.67

CMYK Percentages of Color #acb13c

%3
%0
%66
%31

Triadic Colors of #acb13c

#acb13c #3cacb1 #b13cac

Analogous Colors of #acb13c

#acb13c #72b13c #b17c3c

Monochromatic Colors of #acb13c

#acb13c

Complementary Color

#acb13c #413cb1

#acb13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb13c Color CSS Codes

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

#acb13c Text Font Color

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

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


#acb13c Background Color

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

This div background color is #acb13c


#acb13c Border Color

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

This div border color is #acb13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb13c


Comments

No comments written yet.

Please login to write comment.