Color Hex Logo

#6edbbd Color Hex

#6EDBBD
(110,219,189)
0 Favorites   0 Comments

Color spaces of #6edbbd

RGB 110219189
HSL0.450.600.65
HSV163°50°86°
CMYK 0.500.000.14   0.14
XYZ40.947257.652257.1139
Yxy57.65220.26300.3702
Hunter Lab75.9290-36.61398.5523
CIE-Lab80.5450-38.51355.1608

#6edbbd color RGB value is (110,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011011 10111101
Octal 156 333 275
Decimal 110 219 189
Hex 6E DB BD

RGB Percentages of Color #6edbbd

%21.24
%42.28
%36.49

CMYK Percentages of Color #6edbbd

%50
%0
%14
%14

Triadic Colors of #6edbbd

#6edbbd #bd6edb #dbbd6e

Analogous Colors of #6edbbd

#6edbbd #6ec3db #6edb87

Monochromatic Colors of #6edbbd

#6edbbd

Complementary Color

#6edbbd #db6e8c

#6edbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edbbd Color CSS Codes

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

#6edbbd Text Font Color

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

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


#6edbbd Background Color

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

This div background color is #6edbbd


#6edbbd Border Color

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

This div border color is #6edbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edbbd


Comments

No comments written yet.

Please login to write comment.