Color Hex Logo

#6cccdf Color Hex

#6CCCDF
(108,204,223)
0 Favorites   0 Comments

Color spaces of #6cccdf

RGB 108204223
HSL0.530.640.65
HSV190°52°87°
CMYK 0.520.090.00   0.13
XYZ41.096551.701677.6254
Yxy51.70160.24110.3034
Hunter Lab71.9038-23.8103-13.6752
CIE-Lab77.1021-23.2147-18.1463

#6cccdf color RGB value is (108,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 11011111
Octal 154 314 337
Decimal 108 204 223
Hex 6C CC DF

RGB Percentages of Color #6cccdf

%20.19
%38.13
%41.68

CMYK Percentages of Color #6cccdf

%52
%9
%0
%13

Triadic Colors of #6cccdf

#6cccdf #df6ccc #ccdf6c

Analogous Colors of #6cccdf

#6cccdf #6c93df #6cdfb9

Monochromatic Colors of #6cccdf

#6cccdf

Complementary Color

#6cccdf #df7f6c

#6cccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cccdf Color CSS Codes

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

#6cccdf Text Font Color

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

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


#6cccdf Background Color

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

This div background color is #6cccdf


#6cccdf Border Color

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

This div border color is #6cccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cccdf


Comments

No comments written yet.

Please login to write comment.