Color Hex Logo

#addd8d Color Hex

#ADDD8D
(173,221,141)
0 Favorites   0 Comments

Color spaces of #addd8d

RGB 173221141
HSL0.270.540.71
HSV96°36°87°
CMYK 0.220.000.36   0.13
XYZ47.897862.520234.7424
Yxy62.52020.33000.4307
Hunter Lab79.0697-30.242629.2974
CIE-Lab83.1893-29.650634.3491

#addd8d color RGB value is (173,221,141).

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

The process color (four color CMYK) of #addd8d color hex is 0.22, 0.00, 0.36, 0.13. Web safe color of #addd8d is #99cc99. Color #addd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 10001101
Octal 255 335 215
Decimal 173 221 141
Hex AD DD 8D

RGB Percentages of Color #addd8d

%32.34
%41.31
%26.36

CMYK Percentages of Color #addd8d

%22
%0
%36
%13

Triadic Colors of #addd8d

#addd8d #8daddd #dd8dad

Analogous Colors of #addd8d

#addd8d #8ddd95 #d5dd8d

Monochromatic Colors of #addd8d

#addd8d

Complementary Color

#addd8d #bd8ddd

#addd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd8d Color CSS Codes

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

#addd8d Text Font Color

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

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


#addd8d Background Color

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

This div background color is #addd8d


#addd8d Border Color

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

This div border color is #addd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd8d


Comments

No comments written yet.

Please login to write comment.