Color Hex Logo

#8fd0cf Color Hex

#8FD0CF
(143,208,207)
0 Favorites   0 Comments

Color spaces of #8fd0cf

RGB 143208207
HSL0.500.410.69
HSV179°31°82°
CMYK 0.310.000.00   0.18
XYZ45.146155.456467.3562
Yxy55.45640.26880.3302
Hunter Lab74.4691-22.1071-1.4986
CIE-Lab79.3034-20.6715-6.0966

#8fd0cf color RGB value is (143,208,207).

#8fd0cf hex color red value is 143, green value is 208 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8fd0cf hue: 0.50 , saturation: 0.41 and the lightness value of 8fd0cf is 0.69.

The process color (four color CMYK) of #8fd0cf color hex is 0.31, 0.00, 0.00, 0.18. Web safe color of #8fd0cf is #99cccc. Color #8fd0cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010000 11001111
Octal 217 320 317
Decimal 143 208 207
Hex 8F D0 CF

RGB Percentages of Color #8fd0cf

%25.63
%37.28
%37.10

CMYK Percentages of Color #8fd0cf

%31
%0
%0
%18

Triadic Colors of #8fd0cf

#8fd0cf #cf8fd0 #d0cf8f

Analogous Colors of #8fd0cf

#8fd0cf #8fb1d0 #8fd0af

Monochromatic Colors of #8fd0cf

#8fd0cf

Complementary Color

#8fd0cf #d08f90

#8fd0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd0cf Color CSS Codes

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

#8fd0cf Text Font Color

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

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


#8fd0cf Background Color

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

This div background color is #8fd0cf


#8fd0cf Border Color

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

This div border color is #8fd0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd0cf


Comments

No comments written yet.

Please login to write comment.