Color Hex Logo

#6ccccc Color Hex

#6CCCCC
(108,204,204)
0 Favorites   0 Comments

Color spaces of #6ccccc

RGB 108204204
HSL0.500.480.61
HSV180°47°80°
CMYK 0.470.000.00   0.20
XYZ38.676350.733564.8808
Yxy50.73350.25070.3288
Hunter Lab71.2275-27.7231-4.1478
CIE-Lab76.5173-28.2667-8.7866

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 11001100
Octal 154 314 314
Decimal 108 204 204
Hex 6C CC CC

RGB Percentages of Color #6ccccc

%20.93
%39.53
%39.53

CMYK Percentages of Color #6ccccc

%47
%0
%0
%20

Triadic Colors of #6ccccc

#6ccccc #cc6ccc #cccc6c

Analogous Colors of #6ccccc

#6ccccc #6c9ccc #6ccc9c

Monochromatic Colors of #6ccccc

#6ccccc

Complementary Color

#6ccccc #cc6c6c

#6ccccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccccc Color CSS Codes

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

#6ccccc Text Font Color

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

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


#6ccccc Background Color

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

This div background color is #6ccccc


#6ccccc Border Color

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

This div border color is #6ccccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccccc


Comments

No comments written yet.

Please login to write comment.