Color Hex Logo

#8bdbdb Color Hex

#8BDBDB
(139,219,219)
0 Favorites   0 Comments

Color spaces of #8bdbdb

RGB 139219219
HSL0.500.530.70
HSV180°37°86°
CMYK 0.370.000.00   0.14
XYZ48.765261.266576.2733
Yxy61.26650.26170.3289
Hunter Lab78.2729-25.7694-2.9843
CIE-Lab82.5218-24.3860-7.7585

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011011 11011011
Octal 213 333 333
Decimal 139 219 219
Hex 8B DB DB

RGB Percentages of Color #8bdbdb

%24.09
%37.95
%37.95

CMYK Percentages of Color #8bdbdb

%37
%0
%0
%14

Triadic Colors of #8bdbdb

#8bdbdb #db8bdb #dbdb8b

Analogous Colors of #8bdbdb

#8bdbdb #8bb3db #8bdbb3

Monochromatic Colors of #8bdbdb

#8bdbdb

Complementary Color

#8bdbdb #db8b8b

#8bdbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdbdb Color CSS Codes

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

#8bdbdb Text Font Color

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

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


#8bdbdb Background Color

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

This div background color is #8bdbdb


#8bdbdb Border Color

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

This div border color is #8bdbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdbdb


Comments

No comments written yet.

Please login to write comment.