Color Hex Logo

#acb32e Color Hex

#ACB32E
(172,179,46)
0 Favorites   0 Comments

Color spaces of #acb32e

RGB 17217946
HSL0.180.590.44
HSV63°74°70°
CMYK 0.040.000.74   0.30
XYZ33.626541.20818.7664
Yxy41.20810.40220.4929
Hunter Lab64.1935-18.835036.8387
CIE-Lab70.3215-18.443762.4692

#acb32e color RGB value is (172,179,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00101110
Octal 254 263 56
Decimal 172 179 46
Hex AC B3 2E

RGB Percentages of Color #acb32e

%43.32
%45.09
%11.59

CMYK Percentages of Color #acb32e

%4
%0
%74
%30

Triadic Colors of #acb32e

#acb32e #2eacb3 #b32eac

Analogous Colors of #acb32e

#acb32e #6ab32e #b3782e

Monochromatic Colors of #acb32e

#acb32e

Complementary Color

#acb32e #352eb3

#acb32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb32e Color CSS Codes

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

#acb32e Text Font Color

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

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


#acb32e Background Color

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

This div background color is #acb32e


#acb32e Border Color

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

This div border color is #acb32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb32e


Comments

No comments written yet.

Please login to write comment.