Color Hex Logo

#8fc3cc Color Hex

#8FC3CC
(143,195,204)
0 Favorites   0 Comments

Color spaces of #8fc3cc

RGB 143195204
HSL0.520.370.68
HSV189°30°80°
CMYK 0.300.040.00   0.20
XYZ41.741949.229564.4290
Yxy49.22950.26860.3168
Hunter Lab70.1637-16.5931-5.3294
CIE-Lab75.5939-14.7449-9.9871

#8fc3cc color RGB value is (143,195,204).

#8fc3cc hex color red value is 143, green value is 195 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8fc3cc hue: 0.52 , saturation: 0.37 and the lightness value of 8fc3cc is 0.68.

The process color (four color CMYK) of #8fc3cc color hex is 0.30, 0.04, 0.00, 0.20. Web safe color of #8fc3cc is #99cccc. Color #8fc3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11000011 11001100
Octal 217 303 314
Decimal 143 195 204
Hex 8F C3 CC

RGB Percentages of Color #8fc3cc

%26.38
%35.98
%37.64

CMYK Percentages of Color #8fc3cc

%30
%4
%0
%20

Triadic Colors of #8fc3cc

#8fc3cc #cc8fc3 #c3cc8f

Analogous Colors of #8fc3cc

#8fc3cc #8fa5cc #8fccb7

Monochromatic Colors of #8fc3cc

#8fc3cc

Complementary Color

#8fc3cc #cc988f

#8fc3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fc3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fc3cc Color CSS Codes

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

#8fc3cc Text Font Color

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

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


#8fc3cc Background Color

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

This div background color is #8fc3cc


#8fc3cc Border Color

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

This div border color is #8fc3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fc3cc


Comments

No comments written yet.

Please login to write comment.