Color Hex Logo

#6ecedd Color Hex

#6ECEDD
(110,206,221)
0 Favorites   0 Comments

Color spaces of #6ecedd

RGB 110206221
HSL0.520.620.65
HSV188°50°87°
CMYK 0.500.070.00   0.13
XYZ41.552952.678176.3844
Yxy52.67810.24350.3088
Hunter Lab72.5797-24.8207-11.5923
CIE-Lab77.6846-24.3309-16.1848

#6ecedd color RGB value is (110,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001110 11011101
Octal 156 316 335
Decimal 110 206 221
Hex 6E CE DD

RGB Percentages of Color #6ecedd

%20.48
%38.36
%41.15

CMYK Percentages of Color #6ecedd

%50
%7
%0
%13

Triadic Colors of #6ecedd

#6ecedd #dd6ece #cedd6e

Analogous Colors of #6ecedd

#6ecedd #6e97dd #6eddb5

Monochromatic Colors of #6ecedd

#6ecedd

Complementary Color

#6ecedd #dd7d6e

#6ecedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecedd Color CSS Codes

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

#6ecedd Text Font Color

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

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


#6ecedd Background Color

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

This div background color is #6ecedd


#6ecedd Border Color

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

This div border color is #6ecedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecedd


Comments

No comments written yet.

Please login to write comment.