Color Hex Logo

#acb28d Color Hex

#ACB28D
(172,178,141)
0 Favorites   0 Comments

Color spaces of #acb28d

RGB 172178141
HSL0.190.190.63
HSV70°21°70°
CMYK 0.030.000.21   0.30
XYZ37.741442.534531.4201
Yxy42.53450.33790.3808
Hunter Lab65.2185-10.835817.0890
CIE-Lab71.2379-8.520418.2463

#acb28d color RGB value is (172,178,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10001101
Octal 254 262 215
Decimal 172 178 141
Hex AC B2 8D

RGB Percentages of Color #acb28d

%35.03
%36.25
%28.72

CMYK Percentages of Color #acb28d

%3
%0
%21
%30

Triadic Colors of #acb28d

#acb28d #8dacb2 #b28dac

Analogous Colors of #acb28d

#acb28d #9ab28d #b2a68d

Monochromatic Colors of #acb28d

#acb28d

Complementary Color

#acb28d #938db2

#acb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb28d Color CSS Codes

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

#acb28d Text Font Color

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

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


#acb28d Background Color

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

This div background color is #acb28d


#acb28d Border Color

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

This div border color is #acb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb28d


Comments

No comments written yet.

Please login to write comment.