Color Hex Logo

#acb52e Color Hex

#ACB52E
(172,181,46)
0 Favorites   0 Comments

Color spaces of #acb52e

RGB 17218146
HSL0.180.590.45
HSV64°75°71°
CMYK 0.050.000.75   0.29
XYZ34.030342.01578.9010
Yxy42.01570.40060.4946
Hunter Lab64.8195-19.721537.2320
CIE-Lab70.8817-19.448862.9955

#acb52e color RGB value is (172,181,46).

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

The process color (four color CMYK) of #acb52e color hex is 0.05, 0.00, 0.75, 0.29. Web safe color of #acb52e is #99cc33. Color #acb52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00101110
Octal 254 265 56
Decimal 172 181 46
Hex AC B5 2E

RGB Percentages of Color #acb52e

%43.11
%45.36
%11.53

CMYK Percentages of Color #acb52e

%5
%0
%75
%29

Triadic Colors of #acb52e

#acb52e #2eacb5 #b52eac

Analogous Colors of #acb52e

#acb52e #69b52e #b57b2e

Monochromatic Colors of #acb52e

#acb52e

Complementary Color

#acb52e #372eb5

#acb52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb52e Color CSS Codes

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

#acb52e Text Font Color

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

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


#acb52e Background Color

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

This div background color is #acb52e


#acb52e Border Color

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

This div border color is #acb52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb52e


Comments

No comments written yet.

Please login to write comment.