Color Hex Logo

#8fdedf Color Hex

#8FDEDF
(143,222,223)
0 Favorites   0 Comments

Color spaces of #8fdedf

RGB 143222223
HSL0.500.560.72
HSV181°36°87°
CMYK 0.360.000.00   0.13
XYZ50.768363.409979.3756
Yxy63.40990.26230.3276
Hunter Lab79.6303-25.5505-3.3591
CIE-Lab83.6576-23.8744-8.1765

#8fdedf color RGB value is (143,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011110 11011111
Octal 217 336 337
Decimal 143 222 223
Hex 8F DE DF

RGB Percentages of Color #8fdedf

%24.32
%37.76
%37.93

CMYK Percentages of Color #8fdedf

%36
%0
%0
%13

Triadic Colors of #8fdedf

#8fdedf #df8fde #dedf8f

Analogous Colors of #8fdedf

#8fdedf #8fb6df #8fdfb8

Monochromatic Colors of #8fdedf

#8fdedf

Complementary Color

#8fdedf #df908f

#8fdedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdedf Color CSS Codes

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

#8fdedf Text Font Color

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

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


#8fdedf Background Color

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

This div background color is #8fdedf


#8fdedf Border Color

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

This div border color is #8fdedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdedf


Comments

No comments written yet.

Please login to write comment.