Color Hex Logo

#8bcedb Color Hex

#8BCEDB
(139,206,219)
0 Favorites   0 Comments

Color spaces of #8bcedb

RGB 139206219
HSL0.530.530.70
HSV190°37°86°
CMYK 0.370.060.00   0.14
XYZ45.505054.746175.1865
Yxy54.74610.25940.3121
Hunter Lab73.9906-19.7042-8.4549
CIE-Lab78.8948-17.8791-13.1643

#8bcedb color RGB value is (139,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11011011
Octal 213 316 333
Decimal 139 206 219
Hex 8B CE DB

RGB Percentages of Color #8bcedb

%24.65
%36.52
%38.83

CMYK Percentages of Color #8bcedb

%37
%6
%0
%14

Triadic Colors of #8bcedb

#8bcedb #db8bce #cedb8b

Analogous Colors of #8bcedb

#8bcedb #8ba6db #8bdbc0

Monochromatic Colors of #8bcedb

#8bcedb

Complementary Color

#8bcedb #db988b

#8bcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcedb Color CSS Codes

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

#8bcedb Text Font Color

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

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


#8bcedb Background Color

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

This div background color is #8bcedb


#8bcedb Border Color

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

This div border color is #8bcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcedb


Comments

No comments written yet.

Please login to write comment.