Color Hex Logo

#acb964 Color Hex

#ACB964
(172,185,100)
0 Favorites   0 Comments

Color spaces of #acb964

RGB 172185100
HSL0.190.380.56
HSV69°46°73°
CMYK 0.070.000.46   0.27
XYZ36.662544.388718.6921
Yxy44.38870.36760.4450
Hunter Lab66.6248-18.368030.0031
CIE-Lab72.4875-17.442741.4096

#acb964 color RGB value is (172,185,100).

#acb964 hex color red value is 172, green value is 185 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #acb964 hue: 0.19 , saturation: 0.38 and the lightness value of acb964 is 0.56.

The process color (four color CMYK) of #acb964 color hex is 0.07, 0.00, 0.46, 0.27. Web safe color of #acb964 is #99cc66. Color #acb964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01100100
Octal 254 271 144
Decimal 172 185 100
Hex AC B9 64

RGB Percentages of Color #acb964

%37.64
%40.48
%21.88

CMYK Percentages of Color #acb964

%7
%0
%46
%27

Triadic Colors of #acb964

#acb964 #64acb9 #b964ac

Analogous Colors of #acb964

#acb964 #82b964 #b99c64

Monochromatic Colors of #acb964

#acb964

Complementary Color

#acb964 #7164b9

#acb964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb964 Color CSS Codes

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

#acb964 Text Font Color

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

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


#acb964 Background Color

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

This div background color is #acb964


#acb964 Border Color

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

This div border color is #acb964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb964


Comments

No comments written yet.

Please login to write comment.