Color Hex Logo

#6ecdbd Color Hex

#6ECDBD
(110,205,189)
0 Favorites   0 Comments

Color spaces of #6ecdbd

RGB 110205189
HSL0.470.490.62
HSV170°46°80°
CMYK 0.460.000.08   0.20
XYZ37.447050.651855.9472
Yxy50.65180.26000.3516
Hunter Lab71.1701-30.62773.2109
CIE-Lab76.4676-32.0204-0.7633

#6ecdbd color RGB value is (110,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001101 10111101
Octal 156 315 275
Decimal 110 205 189
Hex 6E CD BD

RGB Percentages of Color #6ecdbd

%21.83
%40.67
%37.50

CMYK Percentages of Color #6ecdbd

%46
%0
%8
%20

Triadic Colors of #6ecdbd

#6ecdbd #bd6ecd #cdbd6e

Analogous Colors of #6ecdbd

#6ecdbd #6eaecd #6ecd8e

Monochromatic Colors of #6ecdbd

#6ecdbd

Complementary Color

#6ecdbd #cd6e7e

#6ecdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecdbd Color CSS Codes

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

#6ecdbd Text Font Color

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

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


#6ecdbd Background Color

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

This div background color is #6ecdbd


#6ecdbd Border Color

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

This div border color is #6ecdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecdbd


Comments

No comments written yet.

Please login to write comment.