Color Hex Logo

#6dcecd Color Hex

#6DCECD
(109,206,205)
0 Favorites   0 Comments

Color spaces of #6dcecd

RGB 109206205
HSL0.500.500.62
HSV179°47°81°
CMYK 0.470.000.00   0.19
XYZ39.397451.801665.6799
Yxy51.80160.25110.3302
Hunter Lab71.9733-28.2444-3.7243
CIE-Lab77.1621-28.7573-8.3631

#6dcecd color RGB value is (109,206,205).

#6dcecd hex color red value is 109, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6dcecd hue: 0.50 , saturation: 0.50 and the lightness value of 6dcecd is 0.62.

The process color (four color CMYK) of #6dcecd color hex is 0.47, 0.00, 0.00, 0.19. Web safe color of #6dcecd is #66cccc. Color #6dcecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001110 11001101
Octal 155 316 315
Decimal 109 206 205
Hex 6D CE CD

RGB Percentages of Color #6dcecd

%20.96
%39.62
%39.42

CMYK Percentages of Color #6dcecd

%47
%0
%0
%19

Triadic Colors of #6dcecd

#6dcecd #cd6dce #cecd6d

Analogous Colors of #6dcecd

#6dcecd #6d9fce #6dce9d

Monochromatic Colors of #6dcecd

#6dcecd

Complementary Color

#6dcecd #ce6d6e

#6dcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcecd Color CSS Codes

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

#6dcecd Text Font Color

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

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


#6dcecd Background Color

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

This div background color is #6dcecd


#6dcecd Border Color

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

This div border color is #6dcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcecd


Comments

No comments written yet.

Please login to write comment.