Color Hex Logo

#acbd84 Color Hex

#ACBD84
(172,189,132)
0 Favorites   0 Comments

Color spaces of #acbd84

RGB 172189132
HSL0.220.300.63
HSV78°30°74°
CMYK 0.090.000.30   0.26
XYZ39.375746.831828.7939
Yxy46.83180.34240.4072
Hunter Lab68.4338-17.053022.9570
CIE-Lab74.0821-15.549926.9400

#acbd84 color RGB value is (172,189,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10000100
Octal 254 275 204
Decimal 172 189 132
Hex AC BD 84

RGB Percentages of Color #acbd84

%34.89
%38.34
%26.77

CMYK Percentages of Color #acbd84

%9
%0
%30
%26

Triadic Colors of #acbd84

#acbd84 #84acbd #bd84ac

Analogous Colors of #acbd84

#acbd84 #90bd84 #bdb284

Monochromatic Colors of #acbd84

#acbd84

Complementary Color

#acbd84 #9584bd

#acbd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd84 Color CSS Codes

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

#acbd84 Text Font Color

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

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


#acbd84 Background Color

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

This div background color is #acbd84


#acbd84 Border Color

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

This div border color is #acbd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd84


Comments

No comments written yet.

Please login to write comment.