Color Hex Logo

#6dd7df Color Hex

#6DD7DF
(109,215,223)
0 Favorites   0 Comments

Color spaces of #6dd7df

RGB 109215223
HSL0.510.640.65
HSV184°51°87°
CMYK 0.510.040.00   0.13
XYZ43.926457.179878.5337
Yxy57.17980.24450.3183
Hunter Lab75.6173-28.6390-8.6445
CIE-Lab80.2806-28.4289-13.3602

#6dd7df color RGB value is (109,215,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11010111 11011111
Octal 155 327 337
Decimal 109 215 223
Hex 6D D7 DF

RGB Percentages of Color #6dd7df

%19.93
%39.31
%40.77

CMYK Percentages of Color #6dd7df

%51
%4
%0
%13

Triadic Colors of #6dd7df

#6dd7df #df6dd7 #d7df6d

Analogous Colors of #6dd7df

#6dd7df #6d9edf #6ddfae

Monochromatic Colors of #6dd7df

#6dd7df

Complementary Color

#6dd7df #df756d

#6dd7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd7df Color CSS Codes

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

#6dd7df Text Font Color

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

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


#6dd7df Background Color

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

This div background color is #6dd7df


#6dd7df Border Color

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

This div border color is #6dd7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd7df


Comments

No comments written yet.

Please login to write comment.