Color Hex Logo

#acb982 Color Hex

#ACB982
(172,185,130)
0 Favorites   0 Comments

Color spaces of #acb982

RGB 172185130
HSL0.210.280.62
HSV74°30°73°
CMYK 0.070.000.30   0.27
XYZ38.391545.080327.7970
Yxy45.08030.34500.4051
Hunter Lab67.1419-15.432522.4530
CIE-Lab72.9447-13.779426.4780

#acb982 color RGB value is (172,185,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10000010
Octal 254 271 202
Decimal 172 185 130
Hex AC B9 82

RGB Percentages of Color #acb982

%35.32
%37.99
%26.69

CMYK Percentages of Color #acb982

%7
%0
%30
%27

Triadic Colors of #acb982

#acb982 #82acb9 #b982ac

Analogous Colors of #acb982

#acb982 #91b982 #b9ab82

Monochromatic Colors of #acb982

#acb982

Complementary Color

#acb982 #8f82b9

#acb982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb982 Color CSS Codes

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

#acb982 Text Font Color

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

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


#acb982 Background Color

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

This div background color is #acb982


#acb982 Border Color

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

This div border color is #acb982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb982


Comments

No comments written yet.

Please login to write comment.