Color Hex Logo

#8bcfdb Color Hex

#8BCFDB
(139,207,219)
0 Favorites   0 Comments

Color spaces of #8bcfdb

RGB 139207219
HSL0.530.530.70
HSV189°37°86°
CMYK 0.370.050.00   0.14
XYZ45.746555.229175.2670
Yxy55.22910.25960.3134
Hunter Lab74.3163-20.1752-8.0271
CIE-Lab79.1730-18.3877-12.7476

#8bcfdb color RGB value is (139,207,219).

#8bcfdb hex color red value is 139, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8bcfdb hue: 0.53 , saturation: 0.53 and the lightness value of 8bcfdb is 0.70.

The process color (four color CMYK) of #8bcfdb color hex is 0.37, 0.05, 0.00, 0.14. Web safe color of #8bcfdb is #99cccc. Color #8bcfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001111 11011011
Octal 213 317 333
Decimal 139 207 219
Hex 8B CF DB

RGB Percentages of Color #8bcfdb

%24.60
%36.64
%38.76

CMYK Percentages of Color #8bcfdb

%37
%5
%0
%14

Triadic Colors of #8bcfdb

#8bcfdb #db8bcf #cfdb8b

Analogous Colors of #8bcfdb

#8bcfdb #8ba7db #8bdbbf

Monochromatic Colors of #8bcfdb

#8bcfdb

Complementary Color

#8bcfdb #db978b

#8bcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcfdb Color CSS Codes

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

#8bcfdb Text Font Color

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

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


#8bcfdb Background Color

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

This div background color is #8bcfdb


#8bcfdb Border Color

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

This div border color is #8bcfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcfdb


Comments

No comments written yet.

Please login to write comment.