Color Hex Logo

#8ddbce Color Hex

#8DDBCE
(141,219,206)
0 Favorites   0 Comments

Color spaces of #8ddbce

RGB 141219206
HSL0.470.520.71
HSV170°36°86°
CMYK 0.360.000.06   0.14
XYZ47.456660.782067.6234
Yxy60.78200.26990.3456
Hunter Lab77.9628-27.78053.1470
CIE-Lab82.2614-26.8766-1.2217

#8ddbce color RGB value is (141,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011011 11001110
Octal 215 333 316
Decimal 141 219 206
Hex 8D DB CE

RGB Percentages of Color #8ddbce

%24.91
%38.69
%36.40

CMYK Percentages of Color #8ddbce

%36
%0
%6
%14

Triadic Colors of #8ddbce

#8ddbce #ce8ddb #dbce8d

Analogous Colors of #8ddbce

#8ddbce #8dc1db #8ddba7

Monochromatic Colors of #8ddbce

#8ddbce

Complementary Color

#8ddbce #db8d9a

#8ddbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddbce Color CSS Codes

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

#8ddbce Text Font Color

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

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


#8ddbce Background Color

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

This div background color is #8ddbce


#8ddbce Border Color

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

This div border color is #8ddbce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,219,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 #8ddbce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddbce


Comments

No comments written yet.

Please login to write comment.