Color Hex Logo

#6ed1ba Color Hex

#6ED1BA
(110,209,186)
0 Favorites   0 Comments

Color spaces of #6ed1ba

RGB 110209186
HSL0.460.520.63
HSV166°47°82°
CMYK 0.470.000.11   0.18
XYZ38.093852.461154.5726
Yxy52.46110.26250.3615
Hunter Lab72.4300-32.87246.0288
CIE-Lab77.5557-34.61232.4356

#6ed1ba color RGB value is (110,209,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010001 10111010
Octal 156 321 272
Decimal 110 209 186
Hex 6E D1 BA

RGB Percentages of Color #6ed1ba

%21.78
%41.39
%36.83

CMYK Percentages of Color #6ed1ba

%47
%0
%11
%18

Triadic Colors of #6ed1ba

#6ed1ba #ba6ed1 #d1ba6e

Analogous Colors of #6ed1ba

#6ed1ba #6eb7d1 #6ed189

Monochromatic Colors of #6ed1ba

#6ed1ba

Complementary Color

#6ed1ba #d16e85

#6ed1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed1ba Color CSS Codes

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

#6ed1ba Text Font Color

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

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


#6ed1ba Background Color

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

This div background color is #6ed1ba


#6ed1ba Border Color

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

This div border color is #6ed1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed1ba


Comments

No comments written yet.

Please login to write comment.