Color Hex Logo

#8fd1cc Color Hex

#8FD1CC
(143,209,204)
0 Favorites   0 Comments

Color spaces of #8fd1cc

RGB 143209204
HSL0.490.420.69
HSV175°32°82°
CMYK 0.320.000.02   0.18
XYZ45.027255.800265.5241
Yxy55.80020.27070.3354
Hunter Lab74.6995-23.12840.2823
CIE-Lab79.5000-21.8614-4.1985

#8fd1cc color RGB value is (143,209,204).

#8fd1cc hex color red value is 143, green value is 209 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8fd1cc hue: 0.49 , saturation: 0.42 and the lightness value of 8fd1cc is 0.69.

The process color (four color CMYK) of #8fd1cc color hex is 0.32, 0.00, 0.02, 0.18. Web safe color of #8fd1cc is #99cccc. Color #8fd1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010001 11001100
Octal 217 321 314
Decimal 143 209 204
Hex 8F D1 CC

RGB Percentages of Color #8fd1cc

%25.72
%37.59
%36.69

CMYK Percentages of Color #8fd1cc

%32
%0
%2
%18

Triadic Colors of #8fd1cc

#8fd1cc #cc8fd1 #d1cc8f

Analogous Colors of #8fd1cc

#8fd1cc #8fb5d1 #8fd1ab

Monochromatic Colors of #8fd1cc

#8fd1cc

Complementary Color

#8fd1cc #d18f94

#8fd1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd1cc Color CSS Codes

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

#8fd1cc Text Font Color

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

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


#8fd1cc Background Color

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

This div background color is #8fd1cc


#8fd1cc Border Color

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

This div border color is #8fd1cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,209,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd1cc


Comments

No comments written yet.

Please login to write comment.