Color Hex Logo

#6ecfdb Color Hex

#6ECFDB
(110,207,219)
0 Favorites   0 Comments

Color spaces of #6ecfdb

RGB 110207219
HSL0.520.600.65
HSV187°50°86°
CMYK 0.500.050.00   0.14
XYZ41.529453.055175.0697
Yxy53.05510.24480.3127
Hunter Lab72.8389-25.6957-10.1186
CIE-Lab77.9075-25.3635-14.7749

#6ecfdb color RGB value is (110,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001111 11011011
Octal 156 317 333
Decimal 110 207 219
Hex 6E CF DB

RGB Percentages of Color #6ecfdb

%20.52
%38.62
%40.86

CMYK Percentages of Color #6ecfdb

%50
%5
%0
%14

Triadic Colors of #6ecfdb

#6ecfdb #db6ecf #cfdb6e

Analogous Colors of #6ecfdb

#6ecfdb #6e99db #6edbb1

Monochromatic Colors of #6ecfdb

#6ecfdb

Complementary Color

#6ecfdb #db7a6e

#6ecfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecfdb Color CSS Codes

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

#6ecfdb Text Font Color

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

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


#6ecfdb Background Color

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

This div background color is #6ecfdb


#6ecfdb Border Color

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

This div border color is #6ecfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecfdb


Comments

No comments written yet.

Please login to write comment.