Color Hex Logo

#6ccbdc Color Hex

#6CCBDC
(108,203,220)
0 Favorites   0 Comments

Color spaces of #6ccbdc

RGB 108203220
HSL0.530.620.64
HSV189°51°86°
CMYK 0.510.080.00   0.14
XYZ40.458551.067375.4347
Yxy51.06730.24230.3059
Hunter Lab71.4614-23.9981-12.5636
CIE-Lab76.7198-23.5335-17.1086

#6ccbdc color RGB value is (108,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001011 11011100
Octal 154 313 334
Decimal 108 203 220
Hex 6C CB DC

RGB Percentages of Color #6ccbdc

%20.34
%38.23
%41.43

CMYK Percentages of Color #6ccbdc

%51
%8
%0
%14

Triadic Colors of #6ccbdc

#6ccbdc #dc6ccb #cbdc6c

Analogous Colors of #6ccbdc

#6ccbdc #6c93dc #6cdcb5

Monochromatic Colors of #6ccbdc

#6ccbdc

Complementary Color

#6ccbdc #dc7d6c

#6ccbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccbdc Color CSS Codes

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

#6ccbdc Text Font Color

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

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


#6ccbdc Background Color

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

This div background color is #6ccbdc


#6ccbdc Border Color

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

This div border color is #6ccbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccbdc


Comments

No comments written yet.

Please login to write comment.