Color Hex Logo

#acb931 Color Hex

#ACB931
(172,185,49)
0 Favorites   0 Comments

Color spaces of #acb931

RGB 17218549
HSL0.180.580.46
HSV66°74°73°
CMYK 0.070.000.74   0.27
XYZ34.916643.69039.4985
Yxy43.69030.39630.4959
Hunter Lab66.0986-21.380037.7490
CIE-Lab72.0210-21.303563.0594

#acb931 color RGB value is (172,185,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00110001
Octal 254 271 61
Decimal 172 185 49
Hex AC B9 31

RGB Percentages of Color #acb931

%42.36
%45.57
%12.07

CMYK Percentages of Color #acb931

%7
%0
%74
%27

Triadic Colors of #acb931

#acb931 #31acb9 #b931ac

Analogous Colors of #acb931

#acb931 #68b931 #b98231

Monochromatic Colors of #acb931

#acb931

Complementary Color

#acb931 #3e31b9

#acb931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb931 Color CSS Codes

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

#acb931 Text Font Color

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

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


#acb931 Background Color

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

This div background color is #acb931


#acb931 Border Color

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

This div border color is #acb931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb931


Comments

No comments written yet.

Please login to write comment.