Color Hex Logo

#6dd8cd Color Hex

#6DD8CD
(109,216,205)
0 Favorites   0 Comments

Color spaces of #6dd8cd

RGB 109216205
HSL0.480.580.64
HSV174°50°85°
CMYK 0.500.000.05   0.15
XYZ41.882056.770766.5080
Yxy56.77070.25360.3437
Hunter Lab75.3463-32.63510.4073
CIE-Lab80.0505-33.5295-4.0903

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

#6dd8cd hex color red value is 109, green value is 216 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6dd8cd hue: 0.48 , saturation: 0.58 and the lightness value of 6dd8cd is 0.64.

The process color (four color CMYK) of #6dd8cd color hex is 0.50, 0.00, 0.05, 0.15. Web safe color of #6dd8cd is #66cccc. Color #6dd8cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011000 11001101
Octal 155 330 315
Decimal 109 216 205
Hex 6D D8 CD

RGB Percentages of Color #6dd8cd

%20.57
%40.75
%38.68

CMYK Percentages of Color #6dd8cd

%50
%0
%5
%15

Triadic Colors of #6dd8cd

#6dd8cd #cd6dd8 #d8cd6d

Analogous Colors of #6dd8cd

#6dd8cd #6daed8 #6dd898

Monochromatic Colors of #6dd8cd

#6dd8cd

Complementary Color

#6dd8cd #d86d78

#6dd8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd8cd Color CSS Codes

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

#6dd8cd Text Font Color

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

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


#6dd8cd Background Color

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

This div background color is #6dd8cd


#6dd8cd Border Color

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

This div border color is #6dd8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd8cd

#6dd8cd Color Palettes


Comments

No comments written yet.

Please login to write comment.