Color Hex Logo

#acb42e Color Hex

#ACB42E
(172,180,46)
0 Favorites   0 Comments

Color spaces of #acb42e

RGB 17218046
HSL0.180.590.44
HSV64°74°71°
CMYK 0.040.000.74   0.29
XYZ33.827741.61048.8335
Yxy41.61040.40140.4938
Hunter Lab64.5061-19.278437.0351
CIE-Lab70.6015-18.946762.7322

#acb42e color RGB value is (172,180,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 00101110
Octal 254 264 56
Decimal 172 180 46
Hex AC B4 2E

RGB Percentages of Color #acb42e

%43.22
%45.23
%11.56

CMYK Percentages of Color #acb42e

%4
%0
%74
%29

Triadic Colors of #acb42e

#acb42e #2eacb4 #b42eac

Analogous Colors of #acb42e

#acb42e #69b42e #b4792e

Monochromatic Colors of #acb42e

#acb42e

Complementary Color

#acb42e #362eb4

#acb42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb42e Color CSS Codes

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

#acb42e Text Font Color

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

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


#acb42e Background Color

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

This div background color is #acb42e


#acb42e Border Color

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

This div border color is #acb42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb42e


Comments

No comments written yet.

Please login to write comment.