Color Hex Logo

#6ed7df Color Hex

#6ED7DF
(110,215,223)
0 Favorites   0 Comments

Color spaces of #6ed7df

RGB 110215223
HSL0.510.640.65
HSV184°51°87°
CMYK 0.510.040.00   0.13
XYZ44.050157.243678.5395
Yxy57.24360.24490.3183
Hunter Lab75.6595-28.4787-8.5852
CIE-Lab80.3164-28.2206-13.3029

#6ed7df color RGB value is (110,215,223).

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

The process color (four color CMYK) of #6ed7df color hex is 0.51, 0.04, 0.00, 0.13. Web safe color of #6ed7df is #66cccc. Color #6ed7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010111 11011111
Octal 156 327 337
Decimal 110 215 223
Hex 6E D7 DF

RGB Percentages of Color #6ed7df

%20.07
%39.23
%40.69

CMYK Percentages of Color #6ed7df

%51
%4
%0
%13

Triadic Colors of #6ed7df

#6ed7df #df6ed7 #d7df6e

Analogous Colors of #6ed7df

#6ed7df #6e9fdf #6edfaf

Monochromatic Colors of #6ed7df

#6ed7df

Complementary Color

#6ed7df #df766e

#6ed7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed7df Color CSS Codes

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

#6ed7df Text Font Color

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

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


#6ed7df Background Color

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

This div background color is #6ed7df


#6ed7df Border Color

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

This div border color is #6ed7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed7df


Comments

No comments written yet.

Please login to write comment.