Color Hex Logo

#8fdfce Color Hex

#8FDFCE
(143,223,206)
0 Favorites   0 Comments

Color spaces of #8fdfce

RGB 143223206
HSL0.460.560.72
HSV167°36°87°
CMYK 0.360.000.08   0.13
XYZ48.855963.071267.9915
Yxy63.07120.27150.3506
Hunter Lab79.4174-29.17104.8323
CIE-Lab83.4798-28.26740.5699

#8fdfce color RGB value is (143,223,206).

#8fdfce hex color red value is 143, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8fdfce hue: 0.46 , saturation: 0.56 and the lightness value of 8fdfce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 11001110
Octal 217 337 316
Decimal 143 223 206
Hex 8F DF CE

RGB Percentages of Color #8fdfce

%25.00
%38.99
%36.01

CMYK Percentages of Color #8fdfce

%36
%0
%8
%13

Triadic Colors of #8fdfce

#8fdfce #ce8fdf #dfce8f

Analogous Colors of #8fdfce

#8fdfce #8fc8df #8fdfa6

Monochromatic Colors of #8fdfce

#8fdfce

Complementary Color

#8fdfce #df8fa0

#8fdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfce Color CSS Codes

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

#8fdfce Text Font Color

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

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


#8fdfce Background Color

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

This div background color is #8fdfce


#8fdfce Border Color

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

This div border color is #8fdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfce


Comments

No comments written yet.

Please login to write comment.