Color Hex Logo

#8ddcad Color Hex

#8DDCAD
(141,220,173)
0 Favorites   0 Comments

Color spaces of #8ddcad

RGB 141220173
HSL0.400.530.71
HSV144°36°86°
CMYK 0.360.000.21   0.14
XYZ44.120559.866248.7651
Yxy59.86620.28880.3919
Hunter Lab77.3733-33.617216.7933
CIE-Lab81.7654-34.260315.5417

#8ddcad color RGB value is (141,220,173).

#8ddcad hex color red value is 141, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8ddcad hue: 0.40 , saturation: 0.53 and the lightness value of 8ddcad is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011100 10101101
Octal 215 334 255
Decimal 141 220 173
Hex 8D DC AD

RGB Percentages of Color #8ddcad

%26.40
%41.20
%32.40

CMYK Percentages of Color #8ddcad

%36
%0
%21
%14

Triadic Colors of #8ddcad

#8ddcad #ad8ddc #dcad8d

Analogous Colors of #8ddcad

#8ddcad #8ddcd5 #95dc8d

Monochromatic Colors of #8ddcad

#8ddcad

Complementary Color

#8ddcad #dc8dbc

#8ddcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddcad Color CSS Codes

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

#8ddcad Text Font Color

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

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


#8ddcad Background Color

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

This div background color is #8ddcad


#8ddcad Border Color

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

This div border color is #8ddcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddcad


Comments

No comments written yet.

Please login to write comment.