Color Hex Logo

#8fcbdc Color Hex

#8FCBDC
(143,203,220)
0 Favorites   0 Comments

Color spaces of #8fcbdc

RGB 143203220
HSL0.540.520.71
HSV193°35°86°
CMYK 0.350.080.00   0.14
XYZ45.601953.718875.6754
Yxy53.71880.26060.3070
Hunter Lab73.2931-17.2029-9.9120
CIE-Lab78.2975-15.0270-14.5765

#8fcbdc color RGB value is (143,203,220).

#8fcbdc hex color red value is 143, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8fcbdc hue: 0.54 , saturation: 0.52 and the lightness value of 8fcbdc is 0.71.

The process color (four color CMYK) of #8fcbdc color hex is 0.35, 0.08, 0.00, 0.14. Web safe color of #8fcbdc is #99cccc. Color #8fcbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11011100
Octal 217 313 334
Decimal 143 203 220
Hex 8F CB DC

RGB Percentages of Color #8fcbdc

%25.27
%35.87
%38.87

CMYK Percentages of Color #8fcbdc

%35
%8
%0
%14

Triadic Colors of #8fcbdc

#8fcbdc #dc8fcb #cbdc8f

Analogous Colors of #8fcbdc

#8fcbdc #8fa5dc #8fdcc7

Monochromatic Colors of #8fcbdc

#8fcbdc

Complementary Color

#8fcbdc #dca08f

#8fcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbdc Color CSS Codes

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

#8fcbdc Text Font Color

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

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


#8fcbdc Background Color

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

This div background color is #8fcbdc


#8fcbdc Border Color

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

This div border color is #8fcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbdc


Comments

No comments written yet.

Please login to write comment.