Color Hex Logo

#acb282 Color Hex

#ACB282
(172,178,130)
0 Favorites   0 Comments

Color spaces of #acb282

RGB 172178130
HSL0.190.240.60
HSV68°27°70°
CMYK 0.030.000.27   0.30
XYZ36.962942.223227.3208
Yxy42.22320.34700.3964
Hunter Lab64.9794-12.175920.5569
CIE-Lab71.0245-10.145223.8960

#acb282 color RGB value is (172,178,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10000010
Octal 254 262 202
Decimal 172 178 130
Hex AC B2 82

RGB Percentages of Color #acb282

%35.83
%37.08
%27.08

CMYK Percentages of Color #acb282

%3
%0
%27
%30

Triadic Colors of #acb282

#acb282 #82acb2 #b282ac

Analogous Colors of #acb282

#acb282 #94b282 #b2a082

Monochromatic Colors of #acb282

#acb282

Complementary Color

#acb282 #8882b2

#acb282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb282 Color CSS Codes

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

#acb282 Text Font Color

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

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


#acb282 Background Color

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

This div background color is #acb282


#acb282 Border Color

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

This div border color is #acb282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb282


Comments

No comments written yet.

Please login to write comment.