Color Hex Logo

#6dd1cd Color Hex

#6DD1CD
(109,209,205)
0 Favorites   0 Comments

Color spaces of #6dd1cd

RGB 109209205
HSL0.490.520.62
HSV178°48°82°
CMYK 0.480.000.02   0.18
XYZ40.126653.259965.9229
Yxy53.25990.25190.3343
Hunter Lab72.9794-29.5684-2.4716
CIE-Lab78.0282-30.2047-7.0779

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

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

The process color (four color CMYK) of #6dd1cd color hex is 0.48, 0.00, 0.02, 0.18. Web safe color of #6dd1cd is #66cccc. Color #6dd1cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11010001 11001101
Octal 155 321 315
Decimal 109 209 205
Hex 6D D1 CD

RGB Percentages of Color #6dd1cd

%20.84
%39.96
%39.20

CMYK Percentages of Color #6dd1cd

%48
%0
%2
%18

Triadic Colors of #6dd1cd

#6dd1cd #cd6dd1 #d1cd6d

Analogous Colors of #6dd1cd

#6dd1cd #6da3d1 #6dd19b

Monochromatic Colors of #6dd1cd

#6dd1cd

Complementary Color

#6dd1cd #d16d71

#6dd1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd1cd Color CSS Codes

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

#6dd1cd Text Font Color

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

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


#6dd1cd Background Color

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

This div background color is #6dd1cd


#6dd1cd Border Color

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

This div border color is #6dd1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd1cd


Comments

No comments written yet.

Please login to write comment.