Color Hex Logo

#6dccdd Color Hex

#6DCCDD
(109,204,221)
0 Favorites   0 Comments

Color spaces of #6dccdd

RGB 109204221
HSL0.530.620.65
HSV189°51°87°
CMYK 0.510.080.00   0.13
XYZ40.950751.657476.2192
Yxy51.65740.24260.3060
Hunter Lab71.8731-24.0750-12.5641
CIE-Lab77.0755-23.5479-17.1066

#6dccdd color RGB value is (109,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 11011101
Octal 155 314 335
Decimal 109 204 221
Hex 6D CC DD

RGB Percentages of Color #6dccdd

%20.41
%38.20
%41.39

CMYK Percentages of Color #6dccdd

%51
%8
%0
%13

Triadic Colors of #6dccdd

#6dccdd #dd6dcc #ccdd6d

Analogous Colors of #6dccdd

#6dccdd #6d94dd #6dddb6

Monochromatic Colors of #6dccdd

#6dccdd

Complementary Color

#6dccdd #dd7e6d

#6dccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccdd Color CSS Codes

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

#6dccdd Text Font Color

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

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


#6dccdd Background Color

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

This div background color is #6dccdd


#6dccdd Border Color

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

This div border color is #6dccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccdd


Comments

No comments written yet.

Please login to write comment.