Color Hex Logo

#6dc4cd Color Hex

#6DC4CD
(109,196,205)
0 Favorites   0 Comments

Color spaces of #6dc4cd

RGB 109196205
HSL0.520.490.62
HSV186°47°80°
CMYK 0.470.040.00   0.20
XYZ37.066047.138864.9027
Yxy47.13880.24860.3161
Hunter Lab68.6577-23.7848-7.9869
CIE-Lab74.2785-23.8318-12.6656

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11000100 11001101
Octal 155 304 315
Decimal 109 196 205
Hex 6D C4 CD

RGB Percentages of Color #6dc4cd

%21.37
%38.43
%40.20

CMYK Percentages of Color #6dc4cd

%47
%4
%0
%20

Triadic Colors of #6dc4cd

#6dc4cd #cd6dc4 #c4cd6d

Analogous Colors of #6dc4cd

#6dc4cd #6d94cd #6dcda6

Monochromatic Colors of #6dc4cd

#6dc4cd

Complementary Color

#6dc4cd #cd766d

#6dc4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dc4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dc4cd Color CSS Codes

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

#6dc4cd Text Font Color

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

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


#6dc4cd Background Color

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

This div background color is #6dc4cd


#6dc4cd Border Color

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

This div border color is #6dc4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dc4cd


Comments

No comments written yet.

Please login to write comment.