Color Hex Logo

#8cbcdb Color Hex

#8CBCDB
(140,188,219)
0 Favorites   0 Comments

Color spaces of #8cbcdb

RGB 140188219
HSL0.570.520.70
HSV204°36°86°
CMYK 0.360.140.00   0.14
XYZ41.584646.656473.8317
Yxy46.65640.25660.2879
Hunter Lab68.3055-10.8632-16.2730
CIE-Lab73.9694-8.2211-20.5880

#8cbcdb color RGB value is (140,188,219).

#8cbcdb hex color red value is 140, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8cbcdb hue: 0.57 , saturation: 0.52 and the lightness value of 8cbcdb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 11011011
Octal 214 274 333
Decimal 140 188 219
Hex 8C BC DB

RGB Percentages of Color #8cbcdb

%25.59
%34.37
%40.04

CMYK Percentages of Color #8cbcdb

%36
%14
%0
%14

Triadic Colors of #8cbcdb

#8cbcdb #db8cbc #bcdb8c

Analogous Colors of #8cbcdb

#8cbcdb #8c95db #8cdbd3

Monochromatic Colors of #8cbcdb

#8cbcdb

Complementary Color

#8cbcdb #dbab8c

#8cbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcdb Color CSS Codes

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

#8cbcdb Text Font Color

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

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


#8cbcdb Background Color

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

This div background color is #8cbcdb


#8cbcdb Border Color

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

This div border color is #8cbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcdb


Comments

No comments written yet.

Please login to write comment.