Color Hex Logo

#acb062 Color Hex

#ACB062
(172,176,98)
0 Favorites   0 Comments

Color spaces of #acb062

RGB 17217698
HSL0.180.330.54
HSV63°44°69°
CMYK 0.020.000.44   0.31
XYZ34.743240.703217.5806
Yxy40.70320.37350.4375
Hunter Lab63.7991-14.442228.3213
CIE-Lab69.9675-13.045839.3131

#acb062 color RGB value is (172,176,98).

#acb062 hex color red value is 172, green value is 176 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #acb062 hue: 0.18 , saturation: 0.33 and the lightness value of acb062 is 0.54.

The process color (four color CMYK) of #acb062 color hex is 0.02, 0.00, 0.44, 0.31. Web safe color of #acb062 is #999966. Color #acb062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01100010
Octal 254 260 142
Decimal 172 176 98
Hex AC B0 62

RGB Percentages of Color #acb062

%38.57
%39.46
%21.97

CMYK Percentages of Color #acb062

%2
%0
%44
%31

Triadic Colors of #acb062

#acb062 #62acb0 #b062ac

Analogous Colors of #acb062

#acb062 #85b062 #b08d62

Monochromatic Colors of #acb062

#acb062

Complementary Color

#acb062 #6662b0

#acb062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb062 Color CSS Codes

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

#acb062 Text Font Color

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

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


#acb062 Background Color

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

This div background color is #acb062


#acb062 Border Color

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

This div border color is #acb062


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,176,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 #acb062">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb062


Comments

No comments written yet.

Please login to write comment.