Color Hex Logo

#6dcdcc Color Hex

#6DCDCC
(109,205,204)
0 Favorites   0 Comments

Color spaces of #6dcdcc

RGB 109205204
HSL0.500.490.62
HSV179°47°80°
CMYK 0.470.000.00   0.20
XYZ39.037151.273564.9660
Yxy51.27350.25140.3302
Hunter Lab71.6055-27.9970-3.6686
CIE-Lab76.8444-28.5280-8.2963

#6dcdcc color RGB value is (109,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 11001100
Octal 155 315 314
Decimal 109 205 204
Hex 6D CD CC

RGB Percentages of Color #6dcdcc

%21.04
%39.58
%39.38

CMYK Percentages of Color #6dcdcc

%47
%0
%0
%20

Triadic Colors of #6dcdcc

#6dcdcc #cc6dcd #cdcc6d

Analogous Colors of #6dcdcc

#6dcdcc #6d9ecd #6dcd9c

Monochromatic Colors of #6dcdcc

#6dcdcc

Complementary Color

#6dcdcc #cd6d6e

#6dcdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdcc Color CSS Codes

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

#6dcdcc Text Font Color

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

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


#6dcdcc Background Color

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

This div background color is #6dcdcc


#6dcdcc Border Color

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

This div border color is #6dcdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdcc


Comments

No comments written yet.

Please login to write comment.