Color Hex Logo

#6ecabe Color Hex

#6ECABE
(110,202,190)
0 Favorites   0 Comments

Color spaces of #6ecabe

RGB 110202190
HSL0.480.460.61
HSV172°46°79°
CMYK 0.460.000.06   0.21
XYZ36.845249.273856.2840
Yxy49.27380.25870.3460
Hunter Lab70.1953-29.14791.5968
CIE-Lab75.6213-30.3469-2.5432

#6ecabe color RGB value is (110,202,190).

#6ecabe hex color red value is 110, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6ecabe hue: 0.48 , saturation: 0.46 and the lightness value of 6ecabe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001010 10111110
Octal 156 312 276
Decimal 110 202 190
Hex 6E CA BE

RGB Percentages of Color #6ecabe

%21.91
%40.24
%37.85

CMYK Percentages of Color #6ecabe

%46
%0
%6
%21

Triadic Colors of #6ecabe

#6ecabe #be6eca #cabe6e

Analogous Colors of #6ecabe

#6ecabe #6ea8ca #6eca90

Monochromatic Colors of #6ecabe

#6ecabe

Complementary Color

#6ecabe #ca6e7a

#6ecabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecabe Color CSS Codes

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

#6ecabe Text Font Color

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

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


#6ecabe Background Color

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

This div background color is #6ecabe


#6ecabe Border Color

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

This div border color is #6ecabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecabe


Comments

No comments written yet.

Please login to write comment.