Color Hex Logo

#6ed1ae Color Hex

#6ED1AE
(110,209,174)
0 Favorites   0 Comments

Color spaces of #6ed1ae

RGB 110209174
HSL0.440.520.63
HSV159°47°82°
CMYK 0.470.000.17   0.18
XYZ36.870951.971948.1327
Yxy51.97190.26920.3794
Hunter Lab72.0915-34.867210.8785
CIE-Lab77.2640-37.34278.4451

#6ed1ae color RGB value is (110,209,174).

#6ed1ae hex color red value is 110, green value is 209 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6ed1ae hue: 0.44 , saturation: 0.52 and the lightness value of 6ed1ae is 0.63.

The process color (four color CMYK) of #6ed1ae color hex is 0.47, 0.00, 0.17, 0.18. Web safe color of #6ed1ae is #66cc99. Color #6ed1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010001 10101110
Octal 156 321 256
Decimal 110 209 174
Hex 6E D1 AE

RGB Percentages of Color #6ed1ae

%22.31
%42.39
%35.29

CMYK Percentages of Color #6ed1ae

%47
%0
%17
%18

Triadic Colors of #6ed1ae

#6ed1ae #ae6ed1 #d1ae6e

Analogous Colors of #6ed1ae

#6ed1ae #6ec3d1 #6ed17d

Monochromatic Colors of #6ed1ae

#6ed1ae

Complementary Color

#6ed1ae #d16e91

#6ed1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed1ae Color CSS Codes

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

#6ed1ae Text Font Color

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

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


#6ed1ae Background Color

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

This div background color is #6ed1ae


#6ed1ae Border Color

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

This div border color is #6ed1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed1ae


Comments

No comments written yet.

Please login to write comment.