Color Hex Logo

#6dd8df Color Hex

#6DD8DF
(109,216,223)
0 Favorites   0 Comments

Color spaces of #6dd8df

RGB 109216223
HSL0.510.640.65
HSV184°51°87°
CMYK 0.510.030.00   0.13
XYZ44.181857.690778.6188
Yxy57.69070.24480.3196
Hunter Lab75.9544-29.0888-8.2018
CIE-Lab80.5665-28.9135-12.9320

#6dd8df color RGB value is (109,216,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011000 11011111
Octal 155 330 337
Decimal 109 216 223
Hex 6D D8 DF

RGB Percentages of Color #6dd8df

%19.89
%39.42
%40.69

CMYK Percentages of Color #6dd8df

%51
%3
%0
%13

Triadic Colors of #6dd8df

#6dd8df #df6dd8 #d8df6d

Analogous Colors of #6dd8df

#6dd8df #6d9fdf #6ddfad

Monochromatic Colors of #6dd8df

#6dd8df

Complementary Color

#6dd8df #df746d

#6dd8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd8df Color CSS Codes

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

#6dd8df Text Font Color

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

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


#6dd8df Background Color

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

This div background color is #6dd8df


#6dd8df Border Color

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

This div border color is #6dd8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd8df


Comments

No comments written yet.

Please login to write comment.