Color Hex Logo

#8cbccd Color Hex

#8CBCCD
(140,188,205)
0 Favorites   0 Comments

Color spaces of #8cbccd

RGB 140188205
HSL0.540.390.68
HSV196°32°80°
CMYK 0.320.080.00   0.20
XYZ39.817945.949764.5282
Yxy45.94970.26490.3057
Hunter Lab67.7862-13.7742-8.9900
CIE-Lab73.5129-11.7065-13.6612

#8cbccd color RGB value is (140,188,205).

#8cbccd hex color red value is 140, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8cbccd hue: 0.54 , saturation: 0.39 and the lightness value of 8cbccd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 11001101
Octal 214 274 315
Decimal 140 188 205
Hex 8C BC CD

RGB Percentages of Color #8cbccd

%26.27
%35.27
%38.46

CMYK Percentages of Color #8cbccd

%32
%8
%0
%20

Triadic Colors of #8cbccd

#8cbccd #cd8cbc #bccd8c

Analogous Colors of #8cbccd

#8cbccd #8c9ccd #8ccdbe

Monochromatic Colors of #8cbccd

#8cbccd

Complementary Color

#8cbccd #cd9d8c

#8cbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbccd Color CSS Codes

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

#8cbccd Text Font Color

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

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


#8cbccd Background Color

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

This div background color is #8cbccd


#8cbccd Border Color

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

This div border color is #8cbccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,188,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbccd


Comments

No comments written yet.

Please login to write comment.