Color Hex Logo

#8cbbdc Color Hex

#8CBBDC
(140,187,220)
0 Favorites   0 Comments

Color spaces of #8cbbdc

RGB 140187220
HSL0.570.530.71
HSV205°36°86°
CMYK 0.360.150.00   0.14
XYZ41.503846.283474.4563
Yxy46.28340.25580.2853
Hunter Lab68.0319-10.1594-17.2665
CIE-Lab73.7291-7.4309-21.4966

#8cbbdc color RGB value is (140,187,220).

#8cbbdc hex color red value is 140, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8cbbdc hue: 0.57 , saturation: 0.53 and the lightness value of 8cbbdc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11011100
Octal 214 273 334
Decimal 140 187 220
Hex 8C BB DC

RGB Percentages of Color #8cbbdc

%25.59
%34.19
%40.22

CMYK Percentages of Color #8cbbdc

%36
%15
%0
%14

Triadic Colors of #8cbbdc

#8cbbdc #dc8cbb #bbdc8c

Analogous Colors of #8cbbdc

#8cbbdc #8c93dc #8cdcd5

Monochromatic Colors of #8cbbdc

#8cbbdc

Complementary Color

#8cbbdc #dcad8c

#8cbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbdc Color CSS Codes

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

#8cbbdc Text Font Color

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

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


#8cbbdc Background Color

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

This div background color is #8cbbdc


#8cbbdc Border Color

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

This div border color is #8cbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbdc


Comments

No comments written yet.

Please login to write comment.