Color Hex Logo

#6edbda Color Hex

#6EDBDA
(110,219,218)
0 Favorites   0 Comments

Color spaces of #6edbda

RGB 110219218
HSL0.500.600.65
HSV179°50°86°
CMYK 0.500.000.00   0.14
XYZ44.416859.040075.3845
Yxy59.04000.24840.3301
Hunter Lab76.8375-31.2816-4.3826
CIE-Lab81.3136-31.4480-9.1490

#6edbda color RGB value is (110,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011011 11011010
Octal 156 333 332
Decimal 110 219 218
Hex 6E DB DA

RGB Percentages of Color #6edbda

%20.11
%40.04
%39.85

CMYK Percentages of Color #6edbda

%50
%0
%0
%14

Triadic Colors of #6edbda

#6edbda #da6edb #dbda6e

Analogous Colors of #6edbda

#6edbda #6ea6db #6edba4

Monochromatic Colors of #6edbda

#6edbda

Complementary Color

#6edbda #db6e6f

#6edbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edbda Color CSS Codes

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

#6edbda Text Font Color

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

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


#6edbda Background Color

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

This div background color is #6edbda


#6edbda Border Color

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

This div border color is #6edbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edbda


Comments

No comments written yet.

Please login to write comment.