Color Hex Logo

#8fdfcc Color Hex

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

Color spaces of #8fdfcc

RGB 143223204
HSL0.460.560.72
HSV166°36°87°
CMYK 0.360.000.09   0.13
XYZ48.614562.974666.7198
Yxy62.97460.27260.3532
Hunter Lab79.3565-29.52335.7009
CIE-Lab83.4290-28.70921.5548

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

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

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

Base Numbers

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

RGB Percentages of Color #8fdfcc

%25.09
%39.12
%35.79

CMYK Percentages of Color #8fdfcc

%36
%0
%9
%13

Triadic Colors of #8fdfcc

#8fdfcc #cc8fdf #dfcc8f

Analogous Colors of #8fdfcc

#8fdfcc #8fcadf #8fdfa4

Monochromatic Colors of #8fdfcc

#8fdfcc

Complementary Color

#8fdfcc #df8fa2

#8fdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfcc Color CSS Codes

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

#8fdfcc Text Font Color

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

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


#8fdfcc Background Color

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

This div background color is #8fdfcc


#8fdfcc Border Color

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

This div border color is #8fdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfcc


Comments

No comments written yet.

Please login to write comment.