Color Hex Logo

#6dedcd Color Hex

#6DEDCD
(109,237,205)
0 Favorites   0 Comments

Color spaces of #6dedcd

RGB 109237205
HSL0.460.780.68
HSV165°54°93°
CMYK 0.540.000.14   0.07
XYZ47.610368.227468.4175
Yxy68.22740.25840.3703
Hunter Lab82.5999-41.66308.7100
CIE-Lab86.1200-43.08084.7657

#6dedcd color RGB value is (109,237,205).

#6dedcd hex color red value is 109, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6dedcd hue: 0.46 , saturation: 0.78 and the lightness value of 6dedcd is 0.68.

The process color (four color CMYK) of #6dedcd color hex is 0.54, 0.00, 0.14, 0.07. Web safe color of #6dedcd is #66ffcc. Color #6dedcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101101 11001101
Octal 155 355 315
Decimal 109 237 205
Hex 6D ED CD

RGB Percentages of Color #6dedcd

%19.78
%43.01
%37.21

CMYK Percentages of Color #6dedcd

%54
%0
%14
%7

Triadic Colors of #6dedcd

#6dedcd #cd6ded #edcd6d

Analogous Colors of #6dedcd

#6dedcd #6dcded #6ded8d

Monochromatic Colors of #6dedcd

#6dedcd

Complementary Color

#6dedcd #ed6d8d

#6dedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dedcd Color CSS Codes

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

#6dedcd Text Font Color

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

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


#6dedcd Background Color

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

This div background color is #6dedcd


#6dedcd Border Color

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

This div border color is #6dedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dedcd


Comments

No comments written yet.

Please login to write comment.