Color Hex Logo

#6ccdde Color Hex

#6CCDDE
(108,205,222)
0 Favorites   0 Comments

Color spaces of #6ccdde

RGB 108205222
HSL0.520.630.65
HSV189°51°87°
CMYK 0.510.080.00   0.13
XYZ41.200552.124776.9968
Yxy52.12470.24190.3060
Hunter Lab72.1974-24.4819-12.6931
CIE-Lab77.3553-23.9877-17.2260

#6ccdde color RGB value is (108,205,222).

#6ccdde hex color red value is 108, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6ccdde hue: 0.52 , saturation: 0.63 and the lightness value of 6ccdde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 11011110
Octal 154 315 336
Decimal 108 205 222
Hex 6C CD DE

RGB Percentages of Color #6ccdde

%20.19
%38.32
%41.50

CMYK Percentages of Color #6ccdde

%51
%8
%0
%13

Triadic Colors of #6ccdde

#6ccdde #de6ccd #cdde6c

Analogous Colors of #6ccdde

#6ccdde #6c94de #6cdeb6

Monochromatic Colors of #6ccdde

#6ccdde

Complementary Color

#6ccdde #de7d6c

#6ccdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccdde Color CSS Codes

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

#6ccdde Text Font Color

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

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


#6ccdde Background Color

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

This div background color is #6ccdde


#6ccdde Border Color

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

This div border color is #6ccdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccdde


Comments

No comments written yet.

Please login to write comment.