Color Hex Logo

#adcc8d Color Hex

#ADCC8D
(173,204,141)
0 Favorites   0 Comments

Color spaces of #adcc8d

RGB 173204141
HSL0.250.380.68
HSV90°31°80°
CMYK 0.150.000.31   0.20
XYZ43.634253.993133.3212
Yxy53.99310.33320.4123
Hunter Lab73.4800-22.592424.5496
CIE-Lab78.4577-21.430628.0808

#adcc8d color RGB value is (173,204,141).

#adcc8d hex color red value is 173, green value is 204 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #adcc8d hue: 0.25 , saturation: 0.38 and the lightness value of adcc8d is 0.68.

The process color (four color CMYK) of #adcc8d color hex is 0.15, 0.00, 0.31, 0.20. Web safe color of #adcc8d is #99cc99. Color #adcc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10001101
Octal 255 314 215
Decimal 173 204 141
Hex AD CC 8D

RGB Percentages of Color #adcc8d

%33.40
%39.38
%27.22

CMYK Percentages of Color #adcc8d

%15
%0
%31
%20

Triadic Colors of #adcc8d

#adcc8d #8dadcc #cc8dad

Analogous Colors of #adcc8d

#adcc8d #8ecc8d #cccc8d

Monochromatic Colors of #adcc8d

#adcc8d

Complementary Color

#adcc8d #ac8dcc

#adcc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc8d Color CSS Codes

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

#adcc8d Text Font Color

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

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


#adcc8d Background Color

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

This div background color is #adcc8d


#adcc8d Border Color

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

This div border color is #adcc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc8d


Comments

No comments written yet.

Please login to write comment.