Color Hex Logo

#8ccbdc Color Hex

#8CCBDC
(140,203,220)
0 Favorites   0 Comments

Color spaces of #8ccbdc

RGB 140203220
HSL0.540.530.71
HSV193°36°86°
CMYK 0.360.080.00   0.14
XYZ45.089453.454675.6515
Yxy53.45460.25880.3069
Hunter Lab73.1127-17.8642-10.1700
CIE-Lab78.1426-15.8314-14.8248

#8ccbdc color RGB value is (140,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11011100
Octal 214 313 334
Decimal 140 203 220
Hex 8C CB DC

RGB Percentages of Color #8ccbdc

%24.87
%36.06
%39.08

CMYK Percentages of Color #8ccbdc

%36
%8
%0
%14

Triadic Colors of #8ccbdc

#8ccbdc #dc8ccb #cbdc8c

Analogous Colors of #8ccbdc

#8ccbdc #8ca3dc #8cdcc5

Monochromatic Colors of #8ccbdc

#8ccbdc

Complementary Color

#8ccbdc #dc9d8c

#8ccbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbdc Color CSS Codes

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

#8ccbdc Text Font Color

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

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


#8ccbdc Background Color

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

This div background color is #8ccbdc


#8ccbdc Border Color

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

This div border color is #8ccbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbdc


Comments

No comments written yet.

Please login to write comment.