Color Hex Logo

#acdb8d Color Hex

#ACDB8D
(172,219,141)
0 Favorites   0 Comments

Color spaces of #acdb8d

RGB 172219141
HSL0.270.520.71
HSV96°36°86°
CMYK 0.210.000.36   0.14
XYZ47.152561.356834.5571
Yxy61.35680.32960.4289
Hunter Lab78.3306-29.627228.6744
CIE-Lab82.5702-29.056633.5251

#acdb8d color RGB value is (172,219,141).

#acdb8d hex color red value is 172, green value is 219 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #acdb8d hue: 0.27 , saturation: 0.52 and the lightness value of acdb8d is 0.71.

The process color (four color CMYK) of #acdb8d color hex is 0.21, 0.00, 0.36, 0.14. Web safe color of #acdb8d is #99cc99. Color #acdb8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10001101
Octal 254 333 215
Decimal 172 219 141
Hex AC DB 8D

RGB Percentages of Color #acdb8d

%32.33
%41.17
%26.50

CMYK Percentages of Color #acdb8d

%21
%0
%36
%14

Triadic Colors of #acdb8d

#acdb8d #8dacdb #db8dac

Analogous Colors of #acdb8d

#acdb8d #8ddb95 #d3db8d

Monochromatic Colors of #acdb8d

#acdb8d

Complementary Color

#acdb8d #bc8ddb

#acdb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb8d Color CSS Codes

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

#acdb8d Text Font Color

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

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


#acdb8d Background Color

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

This div background color is #acdb8d


#acdb8d Border Color

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

This div border color is #acdb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb8d


Comments

No comments written yet.

Please login to write comment.