Color Hex Logo

#8fdbce Color Hex

#8FDBCE
(143,219,206)
0 Favorites   0 Comments

Color spaces of #8fdbce

RGB 143219206
HSL0.470.510.71
HSV170°35°86°
CMYK 0.350.000.06   0.14
XYZ47.799860.958967.6395
Yxy60.95890.27100.3456
Hunter Lab78.0762-27.35203.2888
CIE-Lab82.3566-26.3332-1.0711

#8fdbce color RGB value is (143,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 11001110
Octal 217 333 316
Decimal 143 219 206
Hex 8F DB CE

RGB Percentages of Color #8fdbce

%25.18
%38.56
%36.27

CMYK Percentages of Color #8fdbce

%35
%0
%6
%14

Triadic Colors of #8fdbce

#8fdbce #ce8fdb #dbce8f

Analogous Colors of #8fdbce

#8fdbce #8fc2db #8fdba8

Monochromatic Colors of #8fdbce

#8fdbce

Complementary Color

#8fdbce #db8f9c

#8fdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbce Color CSS Codes

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

#8fdbce Text Font Color

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

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


#8fdbce Background Color

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

This div background color is #8fdbce


#8fdbce Border Color

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

This div border color is #8fdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbce


Comments

No comments written yet.

Please login to write comment.