Color Hex Logo

#8bcbdc Color Hex

#8BCBDC
(139,203,220)
0 Favorites   0 Comments

Color spaces of #8bcbdc

RGB 139203220
HSL0.530.540.70
HSV193°37°86°
CMYK 0.370.080.00   0.14
XYZ44.921753.368175.6436
Yxy53.36810.25830.3068
Hunter Lab73.0535-18.0812-10.2547
CIE-Lab78.0918-16.0965-14.9062

#8bcbdc color RGB value is (139,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001011 11011100
Octal 213 313 334
Decimal 139 203 220
Hex 8B CB DC

RGB Percentages of Color #8bcbdc

%24.73
%36.12
%39.15

CMYK Percentages of Color #8bcbdc

%37
%8
%0
%14

Triadic Colors of #8bcbdc

#8bcbdc #dc8bcb #cbdc8b

Analogous Colors of #8bcbdc

#8bcbdc #8ba3dc #8bdcc5

Monochromatic Colors of #8bcbdc

#8bcbdc

Complementary Color

#8bcbdc #dc9c8b

#8bcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcbdc Color CSS Codes

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

#8bcbdc Text Font Color

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

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


#8bcbdc Background Color

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

This div background color is #8bcbdc


#8bcbdc Border Color

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

This div border color is #8bcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcbdc


Comments

No comments written yet.

Please login to write comment.