Color Hex Logo

#6dd9db Color Hex

#6DD9DB
(109,217,219)
0 Favorites   0 Comments

Color spaces of #6dd9db

RGB 109217219
HSL0.500.600.64
HSV181°50°86°
CMYK 0.500.010.00   0.14
XYZ43.905757.991475.8972
Yxy57.99140.24690.3262
Hunter Lab76.1521-30.3515-5.7851
CIE-Lab80.7340-30.4439-10.5485

#6dd9db color RGB value is (109,217,219).

#6dd9db hex color red value is 109, green value is 217 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6dd9db hue: 0.50 , saturation: 0.60 and the lightness value of 6dd9db is 0.64.

The process color (four color CMYK) of #6dd9db color hex is 0.50, 0.01, 0.00, 0.14. Web safe color of #6dd9db is #66cccc. Color #6dd9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011001 11011011
Octal 155 331 333
Decimal 109 217 219
Hex 6D D9 DB

RGB Percentages of Color #6dd9db

%20.00
%39.82
%40.18

CMYK Percentages of Color #6dd9db

%50
%1
%0
%14

Triadic Colors of #6dd9db

#6dd9db #db6dd9 #d9db6d

Analogous Colors of #6dd9db

#6dd9db #6da2db #6ddba6

Monochromatic Colors of #6dd9db

#6dd9db

Complementary Color

#6dd9db #db6f6d

#6dd9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd9db Color CSS Codes

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

#6dd9db Text Font Color

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

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


#6dd9db Background Color

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

This div background color is #6dd9db


#6dd9db Border Color

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

This div border color is #6dd9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd9db


Comments

No comments written yet.

Please login to write comment.