Color Hex Logo

#6dcbdb Color Hex

#6DCBDB
(109,203,219)
0 Favorites   0 Comments

Color spaces of #6dcbdb

RGB 109203219
HSL0.520.600.64
HSV189°50°86°
CMYK 0.500.070.00   0.14
XYZ40.448851.077674.7449
Yxy51.07760.24330.3072
Hunter Lab71.4686-24.0451-11.9800
CIE-Lab76.7260-23.5905-16.5568

#6dcbdb color RGB value is (109,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001011 11011011
Octal 155 313 333
Decimal 109 203 219
Hex 6D CB DB

RGB Percentages of Color #6dcbdb

%20.53
%38.23
%41.24

CMYK Percentages of Color #6dcbdb

%50
%7
%0
%14

Triadic Colors of #6dcbdb

#6dcbdb #db6dcb #cbdb6d

Analogous Colors of #6dcbdb

#6dcbdb #6d94db #6ddbb4

Monochromatic Colors of #6dcbdb

#6dcbdb

Complementary Color

#6dcbdb #db7d6d

#6dcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcbdb Color CSS Codes

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

#6dcbdb Text Font Color

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

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


#6dcbdb Background Color

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

This div background color is #6dcbdb


#6dcbdb Border Color

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

This div border color is #6dcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcbdb

#6dcbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.