Color Hex Logo

#6ecfed Color Hex

#6ECFED
(110,207,237)
0 Favorites   0 Comments

Color spaces of #6ecfed

RGB 110207237
HSL0.540.780.68
HSV194°54°93°
CMYK 0.540.130.00   0.07
XYZ44.029354.055188.2338
Yxy54.05510.23630.2901
Hunter Lab73.5222-21.7678-19.6883
CIE-Lab78.4939-20.4257-23.5407

#6ecfed color RGB value is (110,207,237).

#6ecfed hex color red value is 110, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6ecfed hue: 0.54 , saturation: 0.78 and the lightness value of 6ecfed is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001111 11101101
Octal 156 317 355
Decimal 110 207 237
Hex 6E CF ED

RGB Percentages of Color #6ecfed

%19.86
%37.36
%42.78

CMYK Percentages of Color #6ecfed

%54
%13
%0
%7

Triadic Colors of #6ecfed

#6ecfed #ed6ecf #cfed6e

Analogous Colors of #6ecfed

#6ecfed #6e90ed #6eedcc

Monochromatic Colors of #6ecfed

#6ecfed

Complementary Color

#6ecfed #ed8c6e

#6ecfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecfed Color CSS Codes

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

#6ecfed Text Font Color

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

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


#6ecfed Background Color

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

This div background color is #6ecfed


#6ecfed Border Color

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

This div border color is #6ecfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecfed


Comments

No comments written yet.

Please login to write comment.