Color Hex Logo

#6ecedf Color Hex

#6ECEDF
(110,206,223)
0 Favorites   0 Comments

Color spaces of #6ecedf

RGB 110206223
HSL0.530.640.65
HSV189°51°87°
CMYK 0.510.080.00   0.13
XYZ41.821052.785377.7964
Yxy52.78530.24260.3062
Hunter Lab72.6535-24.3950-12.6295
CIE-Lab77.7481-23.7903-17.1636

#6ecedf color RGB value is (110,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001110 11011111
Octal 156 316 337
Decimal 110 206 223
Hex 6E CE DF

RGB Percentages of Color #6ecedf

%20.41
%38.22
%41.37

CMYK Percentages of Color #6ecedf

%51
%8
%0
%13

Triadic Colors of #6ecedf

#6ecedf #df6ece #cedf6e

Analogous Colors of #6ecedf

#6ecedf #6e96df #6edfb8

Monochromatic Colors of #6ecedf

#6ecedf

Complementary Color

#6ecedf #df7f6e

#6ecedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecedf Color CSS Codes

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

#6ecedf Text Font Color

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

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


#6ecedf Background Color

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

This div background color is #6ecedf


#6ecedf Border Color

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

This div border color is #6ecedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecedf


Comments

No comments written yet.

Please login to write comment.