Color Hex Logo

#8dddce Color Hex

#8DDDCE
(141,221,206)
0 Favorites   0 Comments

Color spaces of #8dddce

RGB 141221206
HSL0.470.540.71
HSV169°36°87°
CMYK 0.360.000.07   0.13
XYZ47.981561.831967.7984
Yxy61.83190.27010.3481
Hunter Lab78.6333-28.68873.9228
CIE-Lab82.8239-27.8442-0.3989

#8dddce color RGB value is (141,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011101 11001110
Octal 215 335 316
Decimal 141 221 206
Hex 8D DD CE

RGB Percentages of Color #8dddce

%24.82
%38.91
%36.27

CMYK Percentages of Color #8dddce

%36
%0
%7
%13

Triadic Colors of #8dddce

#8dddce #ce8ddd #ddce8d

Analogous Colors of #8dddce

#8dddce #8dc4dd #8ddda6

Monochromatic Colors of #8dddce

#8dddce

Complementary Color

#8dddce #dd8d9c

#8dddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dddce Color CSS Codes

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

#8dddce Text Font Color

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

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


#8dddce Background Color

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

This div background color is #8dddce


#8dddce Border Color

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

This div border color is #8dddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dddce


Comments

No comments written yet.

Please login to write comment.