Color Hex Logo

#6dcdbb Color Hex

#6DCDBB
(109,205,187)
0 Favorites   0 Comments

Color spaces of #6dcdbb

RGB 109205187
HSL0.470.490.62
HSV169°47°80°
CMYK 0.470.000.09   0.20
XYZ37.107650.501754.8057
Yxy50.50170.26060.3546
Hunter Lab71.0645-31.15614.0201
CIE-Lab76.3762-32.73700.1760

#6dcdbb color RGB value is (109,205,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 10111011
Octal 155 315 273
Decimal 109 205 187
Hex 6D CD BB

RGB Percentages of Color #6dcdbb

%21.76
%40.92
%37.33

CMYK Percentages of Color #6dcdbb

%47
%0
%9
%20

Triadic Colors of #6dcdbb

#6dcdbb #bb6dcd #cdbb6d

Analogous Colors of #6dcdbb

#6dcdbb #6dafcd #6dcd8b

Monochromatic Colors of #6dcdbb

#6dcdbb

Complementary Color

#6dcdbb #cd6d7f

#6dcdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdbb Color CSS Codes

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

#6dcdbb Text Font Color

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

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


#6dcdbb Background Color

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

This div background color is #6dcdbb


#6dcdbb Border Color

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

This div border color is #6dcdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdbb

#6dcdbb Color Palettes


Comments

No comments written yet.

Please login to write comment.