Color Hex Logo

#6dcddb Color Hex

#6DCDDB
(109,205,219)
0 Favorites   0 Comments

Color spaces of #6dcddb

RGB 109205219
HSL0.520.600.64
HSV188°50°86°
CMYK 0.500.060.00   0.14
XYZ40.924252.028374.9034
Yxy52.02830.24380.3100
Hunter Lab72.1306-24.9545-11.0777
CIE-Lab77.2978-24.5873-15.6956

#6dcddb color RGB value is (109,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 11011011
Octal 155 315 333
Decimal 109 205 219
Hex 6D CD DB

RGB Percentages of Color #6dcddb

%20.45
%38.46
%41.09

CMYK Percentages of Color #6dcddb

%50
%6
%0
%14

Triadic Colors of #6dcddb

#6dcddb #db6dcd #cddb6d

Analogous Colors of #6dcddb

#6dcddb #6d96db #6ddbb2

Monochromatic Colors of #6dcddb

#6dcddb

Complementary Color

#6dcddb #db7b6d

#6dcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcddb Color CSS Codes

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

#6dcddb Text Font Color

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

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


#6dcddb Background Color

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

This div background color is #6dcddb


#6dcddb Border Color

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

This div border color is #6dcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcddb


Comments

No comments written yet.

Please login to write comment.