Color Hex Logo

#acb166 Color Hex

#ACB166
(172,177,102)
0 Favorites   0 Comments

Color spaces of #acb166

RGB 172177102
HSL0.180.320.55
HSV64°42°69°
CMYK 0.030.000.42   0.31
XYZ35.133741.174218.6661
Yxy41.17420.36990.4335
Hunter Lab64.1671-14.557627.6696
CIE-Lab70.2978-13.135237.6858

#acb166 color RGB value is (172,177,102).

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

The process color (four color CMYK) of #acb166 color hex is 0.03, 0.00, 0.42, 0.31. Web safe color of #acb166 is #999966. Color #acb166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01100110
Octal 254 261 146
Decimal 172 177 102
Hex AC B1 66

RGB Percentages of Color #acb166

%38.14
%39.25
%22.62

CMYK Percentages of Color #acb166

%3
%0
%42
%31

Triadic Colors of #acb166

#acb166 #66acb1 #b166ac

Analogous Colors of #acb166

#acb166 #87b166 #b19166

Monochromatic Colors of #acb166

#acb166

Complementary Color

#acb166 #6b66b1

#acb166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb166 Color CSS Codes

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

#acb166 Text Font Color

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

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


#acb166 Background Color

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

This div background color is #acb166


#acb166 Border Color

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

This div border color is #acb166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb166


Comments

No comments written yet.

Please login to write comment.