Color Hex Logo

#8fd7ce Color Hex

#8FD7CE
(143,215,206)
0 Favorites   0 Comments

Color spaces of #8fd7ce

RGB 143215206
HSL0.480.470.70
HSV173°33°84°
CMYK 0.330.000.04   0.16
XYZ46.768758.896767.2958
Yxy58.89670.27040.3405
Hunter Lab76.7442-25.52261.7304
CIE-Lab81.2348-24.3774-2.7158

#8fd7ce color RGB value is (143,215,206).

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

The process color (four color CMYK) of #8fd7ce color hex is 0.33, 0.00, 0.04, 0.16. Web safe color of #8fd7ce is #99cccc. Color #8fd7ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010111 11001110
Octal 217 327 316
Decimal 143 215 206
Hex 8F D7 CE

RGB Percentages of Color #8fd7ce

%25.35
%38.12
%36.52

CMYK Percentages of Color #8fd7ce

%33
%0
%4
%16

Triadic Colors of #8fd7ce

#8fd7ce #ce8fd7 #d7ce8f

Analogous Colors of #8fd7ce

#8fd7ce #8fbcd7 #8fd7aa

Monochromatic Colors of #8fd7ce

#8fd7ce

Complementary Color

#8fd7ce #d78f98

#8fd7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd7ce Color CSS Codes

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

#8fd7ce Text Font Color

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

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


#8fd7ce Background Color

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

This div background color is #8fd7ce


#8fd7ce Border Color

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

This div border color is #8fd7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd7ce


Comments

No comments written yet.

Please login to write comment.