Color Hex Logo

#6ccbdd Color Hex

#6CCBDD
(108,203,221)
0 Favorites   0 Comments

Color spaces of #6ccbdd

RGB 108203221
HSL0.530.620.65
HSV190°51°87°
CMYK 0.510.080.00   0.13
XYZ40.591451.120576.1345
Yxy51.12050.24180.3046
Hunter Lab71.4986-23.7840-13.0853
CIE-Lab76.7519-23.2609-17.5987

#6ccbdd color RGB value is (108,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001011 11011101
Octal 154 313 335
Decimal 108 203 221
Hex 6C CB DD

RGB Percentages of Color #6ccbdd

%20.30
%38.16
%41.54

CMYK Percentages of Color #6ccbdd

%51
%8
%0
%13

Triadic Colors of #6ccbdd

#6ccbdd #dd6ccb #cbdd6c

Analogous Colors of #6ccbdd

#6ccbdd #6c93dd #6cddb7

Monochromatic Colors of #6ccbdd

#6ccbdd

Complementary Color

#6ccbdd #dd7e6c

#6ccbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccbdd Color CSS Codes

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

#6ccbdd Text Font Color

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

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


#6ccbdd Background Color

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

This div background color is #6ccbdd


#6ccbdd Border Color

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

This div border color is #6ccbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,203,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccbdd


Comments

No comments written yet.

Please login to write comment.