Color Hex Logo

#acb984 Color Hex

#ACB984
(172,185,132)
0 Favorites   0 Comments

Color spaces of #acb984

RGB 172185132
HSL0.210.270.62
HSV75°29°73°
CMYK 0.070.000.29   0.27
XYZ38.527145.134528.5110
Yxy45.13450.34350.4024
Hunter Lab67.1822-15.204221.8659
CIE-Lab72.9804-13.498425.4623

#acb984 color RGB value is (172,185,132).

#acb984 hex color red value is 172, green value is 185 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #acb984 hue: 0.21 , saturation: 0.27 and the lightness value of acb984 is 0.62.

The process color (four color CMYK) of #acb984 color hex is 0.07, 0.00, 0.29, 0.27. Web safe color of #acb984 is #99cc99. Color #acb984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10000100
Octal 254 271 204
Decimal 172 185 132
Hex AC B9 84

RGB Percentages of Color #acb984

%35.17
%37.83
%26.99

CMYK Percentages of Color #acb984

%7
%0
%29
%27

Triadic Colors of #acb984

#acb984 #84acb9 #b984ac

Analogous Colors of #acb984

#acb984 #92b984 #b9ac84

Monochromatic Colors of #acb984

#acb984

Complementary Color

#acb984 #9184b9

#acb984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb984 Color CSS Codes

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

#acb984 Text Font Color

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

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


#acb984 Background Color

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

This div background color is #acb984


#acb984 Border Color

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

This div border color is #acb984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb984


Comments

No comments written yet.

Please login to write comment.