Color Hex Logo

#8bd7db Color Hex

#8BD7DB
(139,215,219)
0 Favorites   0 Comments

Color spaces of #8bd7db

RGB 139215219
HSL0.510.530.70
HSV183°37°86°
CMYK 0.370.020.00   0.14
XYZ47.734159.204375.9296
Yxy59.20430.26100.3238
Hunter Lab76.9443-23.9162-4.6471
CIE-Lab81.4038-22.4082-9.4189

#8bd7db color RGB value is (139,215,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11010111 11011011
Octal 213 327 333
Decimal 139 215 219
Hex 8B D7 DB

RGB Percentages of Color #8bd7db

%24.26
%37.52
%38.22

CMYK Percentages of Color #8bd7db

%37
%2
%0
%14

Triadic Colors of #8bd7db

#8bd7db #db8bd7 #d7db8b

Analogous Colors of #8bd7db

#8bd7db #8bafdb #8bdbb7

Monochromatic Colors of #8bd7db

#8bd7db

Complementary Color

#8bd7db #db8f8b

#8bd7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd7db Color CSS Codes

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

#8bd7db Text Font Color

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

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


#8bd7db Background Color

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

This div background color is #8bd7db


#8bd7db Border Color

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

This div border color is #8bd7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd7db

#8bd7db Color Palettes


Comments

No comments written yet.

Please login to write comment.