Color Hex Logo

#6dcedc Color Hex

#6DCEDC
(109,206,220)
0 Favorites   0 Comments

Color spaces of #6dcedc

RGB 109206220
HSL0.520.610.65
HSV188°50°86°
CMYK 0.500.060.00   0.14
XYZ41.296252.561175.6789
Yxy52.56110.24360.3100
Hunter Lab72.4990-25.1979-11.1412
CIE-Lab77.6152-24.8148-15.7556

#6dcedc color RGB value is (109,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001110 11011100
Octal 155 316 334
Decimal 109 206 220
Hex 6D CE DC

RGB Percentages of Color #6dcedc

%20.37
%38.50
%41.12

CMYK Percentages of Color #6dcedc

%50
%6
%0
%14

Triadic Colors of #6dcedc

#6dcedc #dc6dce #cedc6d

Analogous Colors of #6dcedc

#6dcedc #6d97dc #6ddcb3

Monochromatic Colors of #6dcedc

#6dcedc

Complementary Color

#6dcedc #dc7b6d

#6dcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcedc Color CSS Codes

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

#6dcedc Text Font Color

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

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


#6dcedc Background Color

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

This div background color is #6dcedc


#6dcedc Border Color

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

This div border color is #6dcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcedc


Comments

No comments written yet.

Please login to write comment.