Color Hex Logo

#acb936 Color Hex

#ACB936
(172,185,54)
0 Favorites   0 Comments

Color spaces of #acb936

RGB 17218554
HSL0.180.550.47
HSV66°71°73°
CMYK 0.070.000.71   0.27
XYZ35.028143.734910.0855
Yxy43.73490.39420.4922
Hunter Lab66.1324-21.186237.2507
CIE-Lab72.0509-21.051861.3202

#acb936 color RGB value is (172,185,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00110110
Octal 254 271 66
Decimal 172 185 54
Hex AC B9 36

RGB Percentages of Color #acb936

%41.85
%45.01
%13.14

CMYK Percentages of Color #acb936

%7
%0
%71
%27

Triadic Colors of #acb936

#acb936 #36acb9 #b936ac

Analogous Colors of #acb936

#acb936 #6bb936 #b98536

Monochromatic Colors of #acb936

#acb936

Complementary Color

#acb936 #4336b9

#acb936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb936 Color CSS Codes

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

#acb936 Text Font Color

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

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


#acb936 Background Color

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

This div background color is #acb936


#acb936 Border Color

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

This div border color is #acb936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb936


Comments

No comments written yet.

Please login to write comment.