Color Hex Logo

#8bdcdb Color Hex

#8BDCDB
(139,220,219)
0 Favorites   0 Comments

Color spaces of #8bdcdb

RGB 139220219
HSL0.500.540.70
HSV179°37°86°
CMYK 0.370.000.00   0.14
XYZ49.026861.789876.3605
Yxy61.78980.26190.3301
Hunter Lab78.6065-26.2311-2.5714
CIE-Lab82.8015-24.8772-7.3439

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11011011
Octal 213 334 333
Decimal 139 220 219
Hex 8B DC DB

RGB Percentages of Color #8bdcdb

%24.05
%38.06
%37.89

CMYK Percentages of Color #8bdcdb

%37
%0
%0
%14

Triadic Colors of #8bdcdb

#8bdcdb #db8bdc #dcdb8b

Analogous Colors of #8bdcdb

#8bdcdb #8bb5dc #8bdcb3

Monochromatic Colors of #8bdcdb

#8bdcdb

Complementary Color

#8bdcdb #dc8b8c

#8bdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcdb Color CSS Codes

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

#8bdcdb Text Font Color

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

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


#8bdcdb Background Color

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

This div background color is #8bdcdb


#8bdcdb Border Color

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

This div border color is #8bdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcdb


Comments

No comments written yet.

Please login to write comment.