Color Hex Logo

#6ccdcc Color Hex

#6CCDCC
(108,205,204)
0 Favorites   0 Comments

Color spaces of #6ccdcc

RGB 108205204
HSL0.500.490.61
HSV179°47°80°
CMYK 0.470.000.00   0.20
XYZ38.914751.210464.9603
Yxy51.21040.25090.3302
Hunter Lab71.5614-28.1653-3.7278
CIE-Lab76.8063-28.7526-8.3571

#6ccdcc color RGB value is (108,205,204).

#6ccdcc hex color red value is 108, green value is 205 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6ccdcc hue: 0.50 , saturation: 0.49 and the lightness value of 6ccdcc is 0.61.

The process color (four color CMYK) of #6ccdcc color hex is 0.47, 0.00, 0.00, 0.20. Web safe color of #6ccdcc is #66cccc. Color #6ccdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 11001100
Octal 154 315 314
Decimal 108 205 204
Hex 6C CD CC

RGB Percentages of Color #6ccdcc

%20.89
%39.65
%39.46

CMYK Percentages of Color #6ccdcc

%47
%0
%0
%20

Triadic Colors of #6ccdcc

#6ccdcc #cc6ccd #cdcc6c

Analogous Colors of #6ccdcc

#6ccdcc #6c9ecd #6ccd9c

Monochromatic Colors of #6ccdcc

#6ccdcc

Complementary Color

#6ccdcc #cd6c6d

#6ccdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccdcc Color CSS Codes

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

#6ccdcc Text Font Color

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

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


#6ccdcc Background Color

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

This div background color is #6ccdcc


#6ccdcc Border Color

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

This div border color is #6ccdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccdcc


Comments

No comments written yet.

Please login to write comment.