Color Hex Logo

#6edabe Color Hex

#6EDABE
(110,218,190)
0 Favorites   0 Comments

Color spaces of #6edabe

RGB 110218190
HSL0.460.590.64
HSV164°50°85°
CMYK 0.500.000.13   0.15
XYZ40.796157.175557.6010
Yxy57.17550.26220.3675
Hunter Lab75.6145-36.01977.7647
CIE-Lab80.2782-37.82844.2435

#6edabe color RGB value is (110,218,190).

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

The process color (four color CMYK) of #6edabe color hex is 0.50, 0.00, 0.13, 0.15. Web safe color of #6edabe is #66cccc. Color #6edabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 10111110
Octal 156 332 276
Decimal 110 218 190
Hex 6E DA BE

RGB Percentages of Color #6edabe

%21.24
%42.08
%36.68

CMYK Percentages of Color #6edabe

%50
%0
%13
%15

Triadic Colors of #6edabe

#6edabe #be6eda #dabe6e

Analogous Colors of #6edabe

#6edabe #6ec0da #6eda88

Monochromatic Colors of #6edabe

#6edabe

Complementary Color

#6edabe #da6e8a

#6edabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edabe Color CSS Codes

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

#6edabe Text Font Color

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

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


#6edabe Background Color

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

This div background color is #6edabe


#6edabe Border Color

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

This div border color is #6edabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edabe


Comments

No comments written yet.

Please login to write comment.