Color Hex Logo

#6edcbd Color Hex

#6EDCBD
(110,220,189)
0 Favorites   0 Comments

Color spaces of #6edcbd

RGB 110220189
HSL0.450.610.65
HSV163°50°86°
CMYK 0.500.000.14   0.14
XYZ41.208958.175557.2012
Yxy58.17550.26320.3715
Hunter Lab76.2729-37.03718.9262
CIE-Lab80.8363-38.96605.5808

#6edcbd color RGB value is (110,220,189).

#6edcbd hex color red value is 110, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6edcbd hue: 0.45 , saturation: 0.61 and the lightness value of 6edcbd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 10111101
Octal 156 334 275
Decimal 110 220 189
Hex 6E DC BD

RGB Percentages of Color #6edcbd

%21.19
%42.39
%36.42

CMYK Percentages of Color #6edcbd

%50
%0
%14
%14

Triadic Colors of #6edcbd

#6edcbd #bd6edc #dcbd6e

Analogous Colors of #6edcbd

#6edcbd #6ec4dc #6edc86

Monochromatic Colors of #6edcbd

#6edcbd

Complementary Color

#6edcbd #dc6e8d

#6edcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcbd Color CSS Codes

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

#6edcbd Text Font Color

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

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


#6edcbd Background Color

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

This div background color is #6edcbd


#6edcbd Border Color

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

This div border color is #6edcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcbd


Comments

No comments written yet.

Please login to write comment.