Color Hex Logo

#8fdbde Color Hex

#8FDBDE
(143,219,222)
0 Favorites   0 Comments

Color spaces of #8fdbde

RGB 143219222
HSL0.510.540.72
HSV182°36°87°
CMYK 0.360.010.00   0.13
XYZ49.844061.776678.4043
Yxy61.77660.26230.3251
Hunter Lab78.5981-24.3486-4.1252
CIE-Lab82.7945-22.6312-8.9274

#8fdbde color RGB value is (143,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 11011110
Octal 217 333 336
Decimal 143 219 222
Hex 8F DB DE

RGB Percentages of Color #8fdbde

%24.49
%37.50
%38.01

CMYK Percentages of Color #8fdbde

%36
%1
%0
%13

Triadic Colors of #8fdbde

#8fdbde #de8fdb #dbde8f

Analogous Colors of #8fdbde

#8fdbde #8fb4de #8fdeba

Monochromatic Colors of #8fdbde

#8fdbde

Complementary Color

#8fdbde #de928f

#8fdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbde Color CSS Codes

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

#8fdbde Text Font Color

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

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


#8fdbde Background Color

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

This div background color is #8fdbde


#8fdbde Border Color

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

This div border color is #8fdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbde


Comments

No comments written yet.

Please login to write comment.