Color Hex Logo

#8ddcd9 Color Hex

#8DDCD9
(141,220,217)
0 Favorites   0 Comments

Color spaces of #8ddcd9

RGB 141220217
HSL0.490.530.71
HSV178°36°86°
CMYK 0.360.000.01   0.14
XYZ49.102161.858974.9976
Yxy61.85890.26400.3326
Hunter Lab78.6504-26.1993-1.4810
CIE-Lab82.8383-24.8307-6.2169

#8ddcd9 color RGB value is (141,220,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011100 11011001
Octal 215 334 331
Decimal 141 220 217
Hex 8D DC D9

RGB Percentages of Color #8ddcd9

%24.39
%38.06
%37.54

CMYK Percentages of Color #8ddcd9

%36
%0
%1
%14

Triadic Colors of #8ddcd9

#8ddcd9 #d98ddc #dcd98d

Analogous Colors of #8ddcd9

#8ddcd9 #8db8dc #8ddcb2

Monochromatic Colors of #8ddcd9

#8ddcd9

Complementary Color

#8ddcd9 #dc8d90

#8ddcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddcd9 Color CSS Codes

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

#8ddcd9 Text Font Color

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

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


#8ddcd9 Background Color

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

This div background color is #8ddcd9


#8ddcd9 Border Color

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

This div border color is #8ddcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddcd9

#8ddcd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.