Color Hex Logo

#6ed1bd Color Hex

#6ED1BD
(110,209,189)
0 Favorites   0 Comments

Color spaces of #6ed1bd

RGB 110209189
HSL0.470.520.63
HSV168°47°82°
CMYK 0.470.000.10   0.18
XYZ38.416252.590056.2703
Yxy52.59000.26080.3571
Hunter Lab72.5190-32.34964.7578
CIE-Lab77.6323-33.90520.9370

#6ed1bd color RGB value is (110,209,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010001 10111101
Octal 156 321 275
Decimal 110 209 189
Hex 6E D1 BD

RGB Percentages of Color #6ed1bd

%21.65
%41.14
%37.20

CMYK Percentages of Color #6ed1bd

%47
%0
%10
%18

Triadic Colors of #6ed1bd

#6ed1bd #bd6ed1 #d1bd6e

Analogous Colors of #6ed1bd

#6ed1bd #6eb4d1 #6ed18c

Monochromatic Colors of #6ed1bd

#6ed1bd

Complementary Color

#6ed1bd #d16e82

#6ed1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed1bd Color CSS Codes

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

#6ed1bd Text Font Color

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

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


#6ed1bd Background Color

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

This div background color is #6ed1bd


#6ed1bd Border Color

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

This div border color is #6ed1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed1bd


Comments

No comments written yet.

Please login to write comment.