Color Hex Logo

#8fcbcc Color Hex

#8FCBCC
(143,203,204)
0 Favorites   0 Comments

Color spaces of #8fcbcc

RGB 143203204
HSL0.500.370.68
HSV181°30°80°
CMYK 0.300.000.00   0.20
XYZ43.582752.911165.0426
Yxy52.91110.26980.3275
Hunter Lab72.7400-20.3455-2.0979
CIE-Lab77.8225-18.8443-6.6761

#8fcbcc color RGB value is (143,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11001100
Octal 217 313 314
Decimal 143 203 204
Hex 8F CB CC

RGB Percentages of Color #8fcbcc

%26.00
%36.91
%37.09

CMYK Percentages of Color #8fcbcc

%30
%0
%0
%20

Triadic Colors of #8fcbcc

#8fcbcc #cc8fcb #cbcc8f

Analogous Colors of #8fcbcc

#8fcbcc #8fadcc #8fccaf

Monochromatic Colors of #8fcbcc

#8fcbcc

Complementary Color

#8fcbcc #cc908f

#8fcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbcc Color CSS Codes

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

#8fcbcc Text Font Color

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

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


#8fcbcc Background Color

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

This div background color is #8fcbcc


#8fcbcc Border Color

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

This div border color is #8fcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbcc


Comments

No comments written yet.

Please login to write comment.