Color Hex Logo

#6ed8dc Color Hex

#6ED8DC
(110,216,220)
0 Favorites   0 Comments

Color spaces of #6ed8dc

RGB 110216220
HSL0.510.610.65
HSV182°50°86°
CMYK 0.500.020.00   0.14
XYZ43.904557.594076.5129
Yxy57.59400.24660.3235
Hunter Lab75.8907-29.5424-6.6526
CIE-Lab80.5125-29.4928-11.4085

#6ed8dc color RGB value is (110,216,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011000 11011100
Octal 156 330 334
Decimal 110 216 220
Hex 6E D8 DC

RGB Percentages of Color #6ed8dc

%20.15
%39.56
%40.29

CMYK Percentages of Color #6ed8dc

%50
%2
%0
%14

Triadic Colors of #6ed8dc

#6ed8dc #dc6ed8 #d8dc6e

Analogous Colors of #6ed8dc

#6ed8dc #6ea1dc #6edca9

Monochromatic Colors of #6ed8dc

#6ed8dc

Complementary Color

#6ed8dc #dc726e

#6ed8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed8dc Color CSS Codes

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

#6ed8dc Text Font Color

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

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


#6ed8dc Background Color

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

This div background color is #6ed8dc


#6ed8dc Border Color

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

This div border color is #6ed8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed8dc


Comments

No comments written yet.

Please login to write comment.