Color Hex Logo

#6ecfdf Color Hex

#6ECFDF
(110,207,223)
0 Favorites   0 Comments

Color spaces of #6ecfdf

RGB 110207223
HSL0.520.640.65
HSV188°51°87°
CMYK 0.510.070.00   0.13
XYZ42.062553.268477.8769
Yxy53.26840.24280.3075
Hunter Lab72.9852-24.8518-12.1742
CIE-Lab78.0332-24.2887-16.7336

#6ecfdf color RGB value is (110,207,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001111 11011111
Octal 156 317 337
Decimal 110 207 223
Hex 6E CF DF

RGB Percentages of Color #6ecfdf

%20.37
%38.33
%41.30

CMYK Percentages of Color #6ecfdf

%51
%7
%0
%13

Triadic Colors of #6ecfdf

#6ecfdf #df6ecf #cfdf6e

Analogous Colors of #6ecfdf

#6ecfdf #6e97df #6edfb7

Monochromatic Colors of #6ecfdf

#6ecfdf

Complementary Color

#6ecfdf #df7e6e

#6ecfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecfdf Color CSS Codes

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

#6ecfdf Text Font Color

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

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


#6ecfdf Background Color

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

This div background color is #6ecfdf


#6ecfdf Border Color

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

This div border color is #6ecfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecfdf


Comments

No comments written yet.

Please login to write comment.