Color Hex Logo

#acb881 Color Hex

#ACB881
(172,184,129)
0 Favorites   0 Comments

Color spaces of #acb881

RGB 172184129
HSL0.200.280.61
HSV73°30°72°
CMYK 0.070.000.30   0.28
XYZ38.116244.636627.3757
Yxy44.63660.34610.4053
Hunter Lab66.8106-15.082422.4733
CIE-Lab72.6520-13.403026.6175

#acb881 color RGB value is (172,184,129).

#acb881 hex color red value is 172, green value is 184 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #acb881 hue: 0.20 , saturation: 0.28 and the lightness value of acb881 is 0.61.

The process color (four color CMYK) of #acb881 color hex is 0.07, 0.00, 0.30, 0.28. Web safe color of #acb881 is #99cc99. Color #acb881 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 10000001
Octal 254 270 201
Decimal 172 184 129
Hex AC B8 81

RGB Percentages of Color #acb881

%35.46
%37.94
%26.60

CMYK Percentages of Color #acb881

%7
%0
%30
%28

Triadic Colors of #acb881

#acb881 #81acb8 #b881ac

Analogous Colors of #acb881

#acb881 #91b881 #b8a981

Monochromatic Colors of #acb881

#acb881

Complementary Color

#acb881 #8d81b8

#acb881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb881 Color CSS Codes

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

#acb881 Text Font Color

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

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


#acb881 Background Color

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

This div background color is #acb881


#acb881 Border Color

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

This div border color is #acb881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb881


Comments

No comments written yet.

Please login to write comment.