Color Hex Logo

#6cccdd Color Hex

#6CCCDD
(108,204,221)
0 Favorites   0 Comments

Color spaces of #6cccdd

RGB 108204221
HSL0.530.620.65
HSV189°51°87°
CMYK 0.510.080.00   0.13
XYZ40.828451.594376.2134
Yxy51.59430.24210.3060
Hunter Lab71.8292-24.2399-12.6285
CIE-Lab77.0376-23.7608-17.1675

#6cccdd color RGB value is (108,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 11011101
Octal 154 314 335
Decimal 108 204 221
Hex 6C CC DD

RGB Percentages of Color #6cccdd

%20.26
%38.27
%41.46

CMYK Percentages of Color #6cccdd

%51
%8
%0
%13

Triadic Colors of #6cccdd

#6cccdd #dd6ccc #ccdd6c

Analogous Colors of #6cccdd

#6cccdd #6c94dd #6cddb6

Monochromatic Colors of #6cccdd

#6cccdd

Complementary Color

#6cccdd #dd7d6c

#6cccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cccdd Color CSS Codes

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

#6cccdd Text Font Color

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

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


#6cccdd Background Color

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

This div background color is #6cccdd


#6cccdd Border Color

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

This div border color is #6cccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cccdd


Comments

No comments written yet.

Please login to write comment.