Color Hex Logo

#acb33c Color Hex

#ACB33C
(172,179,60)
0 Favorites   0 Comments

Color spaces of #acb33c

RGB 17217960
HSL0.180.500.47
HSV64°66°70°
CMYK 0.040.000.66   0.30
XYZ33.949041.337110.4645
Yxy41.33710.39590.4821
Hunter Lab64.2939-18.261435.3557
CIE-Lab70.4115-17.704657.3739

#acb33c color RGB value is (172,179,60).

#acb33c hex color red value is 172, green value is 179 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #acb33c hue: 0.18 , saturation: 0.50 and the lightness value of acb33c is 0.47.

The process color (four color CMYK) of #acb33c color hex is 0.04, 0.00, 0.66, 0.30. Web safe color of #acb33c is #99cc33. Color #acb33c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00111100
Octal 254 263 74
Decimal 172 179 60
Hex AC B3 3C

RGB Percentages of Color #acb33c

%41.85
%43.55
%14.60

CMYK Percentages of Color #acb33c

%4
%0
%66
%30

Triadic Colors of #acb33c

#acb33c #3cacb3 #b33cac

Analogous Colors of #acb33c

#acb33c #71b33c #b37f3c

Monochromatic Colors of #acb33c

#acb33c

Complementary Color

#acb33c #433cb3

#acb33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb33c Color CSS Codes

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

#acb33c Text Font Color

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

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


#acb33c Background Color

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

This div background color is #acb33c


#acb33c Border Color

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

This div border color is #acb33c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,179,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 #acb33c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb33c


Comments

No comments written yet.

Please login to write comment.