Color Hex Logo

#6ecdbe Color Hex

#6ECDBE
(110,205,190)
0 Favorites   0 Comments

Color spaces of #6ecdbe

RGB 110205190
HSL0.470.490.62
HSV171°46°80°
CMYK 0.460.000.07   0.20
XYZ37.556050.695356.5210
Yxy50.69530.25940.3502
Hunter Lab71.2006-30.44822.7744
CIE-Lab76.4941-31.7791-1.2635

#6ecdbe color RGB value is (110,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001101 10111110
Octal 156 315 276
Decimal 110 205 190
Hex 6E CD BE

RGB Percentages of Color #6ecdbe

%21.78
%40.59
%37.62

CMYK Percentages of Color #6ecdbe

%46
%0
%7
%20

Triadic Colors of #6ecdbe

#6ecdbe #be6ecd #cdbe6e

Analogous Colors of #6ecdbe

#6ecdbe #6eadcd #6ecd8f

Monochromatic Colors of #6ecdbe

#6ecdbe

Complementary Color

#6ecdbe #cd6e7d

#6ecdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecdbe Color CSS Codes

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

#6ecdbe Text Font Color

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

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


#6ecdbe Background Color

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

This div background color is #6ecdbe


#6ecdbe Border Color

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

This div border color is #6ecdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecdbe


Comments

No comments written yet.

Please login to write comment.