Color Hex Logo

#acb939 Color Hex

#ACB939
(172,185,57)
0 Favorites   0 Comments

Color spaces of #acb939

RGB 17218557
HSL0.180.530.47
HSV66°69°73°
CMYK 0.070.000.69   0.27
XYZ35.100743.764010.4682
Yxy43.76400.39290.4899
Hunter Lab66.1544-21.060236.9261
CIE-Lab72.0705-20.888460.2235

#acb939 color RGB value is (172,185,57).

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

The process color (four color CMYK) of #acb939 color hex is 0.07, 0.00, 0.69, 0.27. Web safe color of #acb939 is #99cc33. Color #acb939 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00111001
Octal 254 271 71
Decimal 172 185 57
Hex AC B9 39

RGB Percentages of Color #acb939

%41.55
%44.69
%13.77

CMYK Percentages of Color #acb939

%7
%0
%69
%27

Triadic Colors of #acb939

#acb939 #39acb9 #b939ac

Analogous Colors of #acb939

#acb939 #6cb939 #b98639

Monochromatic Colors of #acb939

#acb939

Complementary Color

#acb939 #4639b9

#acb939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb939 Color CSS Codes

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

#acb939 Text Font Color

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

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


#acb939 Background Color

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

This div background color is #acb939


#acb939 Border Color

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

This div border color is #acb939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb939


Comments

No comments written yet.

Please login to write comment.