Color Hex Logo

#acb962 Color Hex

#ACB962
(172,185,98)
0 Favorites   0 Comments

Color spaces of #acb962

RGB 17218598
HSL0.190.380.55
HSV69°47°73°
CMYK 0.070.000.47   0.27
XYZ36.566844.350418.1885
Yxy44.35040.36900.4475
Hunter Lab66.5961-18.531830.4242
CIE-Lab72.4621-17.649942.3731

#acb962 color RGB value is (172,185,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01100010
Octal 254 271 142
Decimal 172 185 98
Hex AC B9 62

RGB Percentages of Color #acb962

%37.80
%40.66
%21.54

CMYK Percentages of Color #acb962

%7
%0
%47
%27

Triadic Colors of #acb962

#acb962 #62acb9 #b962ac

Analogous Colors of #acb962

#acb962 #81b962 #b99b62

Monochromatic Colors of #acb962

#acb962

Complementary Color

#acb962 #6f62b9

#acb962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb962 Color CSS Codes

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

#acb962 Text Font Color

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

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


#acb962 Background Color

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

This div background color is #acb962


#acb962 Border Color

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

This div border color is #acb962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb962


Comments

No comments written yet.

Please login to write comment.