Color Hex Logo

#6dcddd Color Hex

#6DCDDD
(109,205,221)
0 Favorites   0 Comments

Color spaces of #6dcddd

RGB 109205221
HSL0.520.620.65
HSV189°51°87°
CMYK 0.510.070.00   0.13
XYZ41.189152.134376.2986
Yxy52.13430.24280.3074
Hunter Lab72.2041-24.5311-12.1093
CIE-Lab77.3611-24.0473-16.6759

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

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

The process color (four color CMYK) of #6dcddd color hex is 0.51, 0.07, 0.00, 0.13. Web safe color of #6dcddd is #66cccc. Color #6dcddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 11011101
Octal 155 315 335
Decimal 109 205 221
Hex 6D CD DD

RGB Percentages of Color #6dcddd

%20.37
%38.32
%41.31

CMYK Percentages of Color #6dcddd

%51
%7
%0
%13

Triadic Colors of #6dcddd

#6dcddd #dd6dcd #cddd6d

Analogous Colors of #6dcddd

#6dcddd #6d95dd #6dddb5

Monochromatic Colors of #6dcddd

#6dcddd

Complementary Color

#6dcddd #dd7d6d

#6dcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcddd Color CSS Codes

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

#6dcddd Text Font Color

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

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


#6dcddd Background Color

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

This div background color is #6dcddd


#6dcddd Border Color

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

This div border color is #6dcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcddd


Comments

No comments written yet.

Please login to write comment.