Color Hex Logo

#acb284 Color Hex

#ACB284
(172,178,132)
0 Favorites   0 Comments

Color spaces of #acb284

RGB 172178132
HSL0.190.230.61
HSV68°26°70°
CMYK 0.030.000.26   0.30
XYZ37.098542.277428.0348
Yxy42.27740.34540.3936
Hunter Lab65.0211-11.941719.9510
CIE-Lab71.0618-9.859922.8707

#acb284 color RGB value is (172,178,132).

#acb284 hex color red value is 172, green value is 178 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #acb284 hue: 0.19 , saturation: 0.23 and the lightness value of acb284 is 0.61.

The process color (four color CMYK) of #acb284 color hex is 0.03, 0.00, 0.26, 0.30. Web safe color of #acb284 is #999999. Color #acb284 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10000100
Octal 254 262 204
Decimal 172 178 132
Hex AC B2 84

RGB Percentages of Color #acb284

%35.68
%36.93
%27.39

CMYK Percentages of Color #acb284

%3
%0
%26
%30

Triadic Colors of #acb284

#acb284 #84acb2 #b284ac

Analogous Colors of #acb284

#acb284 #95b284 #b2a184

Monochromatic Colors of #acb284

#acb284

Complementary Color

#acb284 #8a84b2

#acb284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb284 Color CSS Codes

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

#acb284 Text Font Color

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

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


#acb284 Background Color

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

This div background color is #acb284


#acb284 Border Color

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

This div border color is #acb284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb284


Comments

No comments written yet.

Please login to write comment.