Color Hex Logo

#acb066 Color Hex

#ACB066
(172,176,102)
0 Favorites   0 Comments

Color spaces of #acb066

RGB 172176102
HSL0.180.320.55
HSV63°42°69°
CMYK 0.020.000.42   0.31
XYZ34.936940.780618.6005
Yxy40.78060.37040.4324
Hunter Lab63.8597-14.099227.4323
CIE-Lab70.0219-12.617437.3405

#acb066 color RGB value is (172,176,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01100110
Octal 254 260 146
Decimal 172 176 102
Hex AC B0 66

RGB Percentages of Color #acb066

%38.22
%39.11
%22.67

CMYK Percentages of Color #acb066

%2
%0
%42
%31

Triadic Colors of #acb066

#acb066 #66acb0 #b066ac

Analogous Colors of #acb066

#acb066 #87b066 #b08f66

Monochromatic Colors of #acb066

#acb066

Complementary Color

#acb066 #6a66b0

#acb066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb066 Color CSS Codes

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

#acb066 Text Font Color

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

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


#acb066 Background Color

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

This div background color is #acb066


#acb066 Border Color

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

This div border color is #acb066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb066


Comments

No comments written yet.

Please login to write comment.