Color Hex Logo

#8fccdf Color Hex

#8FCCDF
(143,204,223)
0 Favorites   0 Comments

Color spaces of #8fccdf

RGB 143204223
HSL0.540.560.72
HSV194°36°87°
CMYK 0.360.090.00   0.13
XYZ46.239854.353177.8661
Yxy54.35310.25910.3046
Hunter Lab73.7246-17.0634-11.0135
CIE-Lab78.6672-14.8038-15.6323

#8fccdf color RGB value is (143,204,223).

#8fccdf hex color red value is 143, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8fccdf hue: 0.54 , saturation: 0.56 and the lightness value of 8fccdf is 0.72.

The process color (four color CMYK) of #8fccdf color hex is 0.36, 0.09, 0.00, 0.13. Web safe color of #8fccdf is #99cccc. Color #8fccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11011111
Octal 217 314 337
Decimal 143 204 223
Hex 8F CC DF

RGB Percentages of Color #8fccdf

%25.09
%35.79
%39.12

CMYK Percentages of Color #8fccdf

%36
%9
%0
%13

Triadic Colors of #8fccdf

#8fccdf #df8fcc #ccdf8f

Analogous Colors of #8fccdf

#8fccdf #8fa4df #8fdfca

Monochromatic Colors of #8fccdf

#8fccdf

Complementary Color

#8fccdf #dfa28f

#8fccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccdf Color CSS Codes

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

#8fccdf Text Font Color

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

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


#8fccdf Background Color

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

This div background color is #8fccdf


#8fccdf Border Color

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

This div border color is #8fccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccdf


Comments

No comments written yet.

Please login to write comment.