Color Hex Logo

#6dd3dd Color Hex

#6DD3DD
(109,211,221)
0 Favorites   0 Comments

Color spaces of #6dd3dd

RGB 109211221
HSL0.510.620.65
HSV185°51°87°
CMYK 0.510.050.00   0.13
XYZ42.652155.060276.7863
Yxy55.06020.24440.3155
Hunter Lab74.2026-27.2516-9.4127
CIE-Lab79.0759-27.0112-14.0970

#6dd3dd color RGB value is (109,211,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11010011 11011101
Octal 155 323 335
Decimal 109 211 221
Hex 6D D3 DD

RGB Percentages of Color #6dd3dd

%20.15
%39.00
%40.85

CMYK Percentages of Color #6dd3dd

%51
%5
%0
%13

Triadic Colors of #6dd3dd

#6dd3dd #dd6dd3 #d3dd6d

Analogous Colors of #6dd3dd

#6dd3dd #6d9bdd #6dddaf

Monochromatic Colors of #6dd3dd

#6dd3dd

Complementary Color

#6dd3dd #dd776d

#6dd3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd3dd Color CSS Codes

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

#6dd3dd Text Font Color

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

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


#6dd3dd Background Color

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

This div background color is #6dd3dd


#6dd3dd Border Color

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

This div border color is #6dd3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd3dd

#6dd3dd Color Palettes


Comments

No comments written yet.

Please login to write comment.