Color Hex Logo

#acbd82 Color Hex

#ACBD82
(172,189,130)
0 Favorites   0 Comments

Color spaces of #acbd82

RGB 172189130
HSL0.210.310.63
HSV77°31°74°
CMYK 0.090.000.31   0.26
XYZ39.240146.777628.0799
Yxy46.77760.34390.4100
Hunter Lab68.3942-17.278123.5338
CIE-Lab74.0473-15.828427.9500

#acbd82 color RGB value is (172,189,130).

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

The process color (four color CMYK) of #acbd82 color hex is 0.09, 0.00, 0.31, 0.26. Web safe color of #acbd82 is #99cc99. Color #acbd82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10000010
Octal 254 275 202
Decimal 172 189 130
Hex AC BD 82

RGB Percentages of Color #acbd82

%35.03
%38.49
%26.48

CMYK Percentages of Color #acbd82

%9
%0
%31
%26

Triadic Colors of #acbd82

#acbd82 #82acbd #bd82ac

Analogous Colors of #acbd82

#acbd82 #8fbd82 #bdb182

Monochromatic Colors of #acbd82

#acbd82

Complementary Color

#acbd82 #9382bd

#acbd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd82 Color CSS Codes

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

#acbd82 Text Font Color

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

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


#acbd82 Background Color

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

This div background color is #acbd82


#acbd82 Border Color

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

This div border color is #acbd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd82


Comments

No comments written yet.

Please login to write comment.