Color Hex Logo

#6ed9dc Color Hex

#6ED9DC
(110,217,220)
0 Favorites   0 Comments

Color spaces of #6ed9dc

RGB 110217220
HSL0.500.610.65
HSV182°50°86°
CMYK 0.500.010.00   0.14
XYZ44.161558.108076.5986
Yxy58.10800.24690.3249
Hunter Lab76.2286-29.9897-6.2178
CIE-Lab80.7988-29.9740-10.9813

#6ed9dc color RGB value is (110,217,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011001 11011100
Octal 156 331 334
Decimal 110 217 220
Hex 6E D9 DC

RGB Percentages of Color #6ed9dc

%20.11
%39.67
%40.22

CMYK Percentages of Color #6ed9dc

%50
%1
%0
%14

Triadic Colors of #6ed9dc

#6ed9dc #dc6ed9 #d9dc6e

Analogous Colors of #6ed9dc

#6ed9dc #6ea2dc #6edca8

Monochromatic Colors of #6ed9dc

#6ed9dc

Complementary Color

#6ed9dc #dc716e

#6ed9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed9dc Color CSS Codes

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

#6ed9dc Text Font Color

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

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


#6ed9dc Background Color

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

This div background color is #6ed9dc


#6ed9dc Border Color

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

This div border color is #6ed9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed9dc


Comments

No comments written yet.

Please login to write comment.