Color Hex Logo

#6dcedb Color Hex

#6DCEDB
(109,206,219)
0 Favorites   0 Comments

Color spaces of #6dcedb

RGB 109206219
HSL0.520.600.64
HSV187°50°86°
CMYK 0.500.060.00   0.14
XYZ41.164252.508374.9834
Yxy52.50830.24410.3113
Hunter Lab72.4626-25.4082-10.6287
CIE-Lab77.5838-25.0836-15.2653

#6dcedb color RGB value is (109,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001110 11011011
Octal 155 316 333
Decimal 109 206 219
Hex 6D CE DB

RGB Percentages of Color #6dcedb

%20.41
%38.58
%41.01

CMYK Percentages of Color #6dcedb

%50
%6
%0
%14

Triadic Colors of #6dcedb

#6dcedb #db6dce #cedb6d

Analogous Colors of #6dcedb

#6dcedb #6d97db #6ddbb1

Monochromatic Colors of #6dcedb

#6dcedb

Complementary Color

#6dcedb #db7a6d

#6dcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcedb Color CSS Codes

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

#6dcedb Text Font Color

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

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


#6dcedb Background Color

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

This div background color is #6dcedb


#6dcedb Border Color

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

This div border color is #6dcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcedb


Comments

No comments written yet.

Please login to write comment.