Color Hex Logo

#6cdccc Color Hex

#6CDCCC
(108,220,204)
0 Favorites   0 Comments

Color spaces of #6cdccc

RGB 108220204
HSL0.480.620.64
HSV171°51°86°
CMYK 0.510.000.07   0.14
XYZ42.676658.734266.2143
Yxy58.73420.25460.3504
Hunter Lab76.6382-34.71782.4211
CIE-Lab81.1453-35.8575-1.9526

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

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

The process color (four color CMYK) of #6cdccc color hex is 0.51, 0.00, 0.07, 0.14. Web safe color of #6cdccc is #66cccc. Color #6cdccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 11001100
Octal 154 334 314
Decimal 108 220 204
Hex 6C DC CC

RGB Percentages of Color #6cdccc

%20.30
%41.35
%38.35

CMYK Percentages of Color #6cdccc

%51
%0
%7
%14

Triadic Colors of #6cdccc

#6cdccc #cc6cdc #dccc6c

Analogous Colors of #6cdccc

#6cdccc #6cb4dc #6cdc94

Monochromatic Colors of #6cdccc

#6cdccc

Complementary Color

#6cdccc #dc6c7c

#6cdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdccc Color CSS Codes

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

#6cdccc Text Font Color

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

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


#6cdccc Background Color

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

This div background color is #6cdccc


#6cdccc Border Color

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

This div border color is #6cdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdccc


Comments

No comments written yet.

Please login to write comment.