Color Hex Logo

#6dcdcd Color Hex

#6DCDCD
(109,205,205)
0 Favorites   0 Comments

Color spaces of #6dcdcd

RGB 109205205
HSL0.500.490.62
HSV180°47°80°
CMYK 0.470.000.00   0.20
XYZ39.157451.321665.5999
Yxy51.32160.25090.3288
Hunter Lab71.6391-27.8016-4.1445
CIE-Lab76.8734-28.2717-8.7921

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 11001101
Octal 155 315 315
Decimal 109 205 205
Hex 6D CD CD

RGB Percentages of Color #6dcdcd

%21.00
%39.50
%39.50

CMYK Percentages of Color #6dcdcd

%47
%0
%0
%20

Triadic Colors of #6dcdcd

#6dcdcd #cd6dcd #cdcd6d

Analogous Colors of #6dcdcd

#6dcdcd #6d9dcd #6dcd9d

Monochromatic Colors of #6dcdcd

#6dcdcd

Complementary Color

#6dcdcd #cd6d6d

#6dcdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdcd Color CSS Codes

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

#6dcdcd Text Font Color

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

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


#6dcdcd Background Color

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

This div background color is #6dcdcd


#6dcdcd Border Color

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

This div border color is #6dcdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdcd


Comments

No comments written yet.

Please login to write comment.