Color Hex Logo

#6edcdd Color Hex

#6EDCDD
(110,220,221)
0 Favorites   0 Comments

Color spaces of #6edcdd

RGB 110220221
HSL0.500.620.65
HSV181°50°87°
CMYK 0.500.000.00   0.13
XYZ45.074859.721977.5584
Yxy59.72190.24720.3275
Hunter Lab77.2799-31.1268-5.4077
CIE-Lab81.6868-31.1501-10.1902

#6edcdd color RGB value is (110,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 11011101
Octal 156 334 335
Decimal 110 220 221
Hex 6E DC DD

RGB Percentages of Color #6edcdd

%19.96
%39.93
%40.11

CMYK Percentages of Color #6edcdd

%50
%0
%0
%13

Triadic Colors of #6edcdd

#6edcdd #dd6edc #dcdd6e

Analogous Colors of #6edcdd

#6edcdd #6ea5dd #6edda7

Monochromatic Colors of #6edcdd

#6edcdd

Complementary Color

#6edcdd #dd6f6e

#6edcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcdd Color CSS Codes

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

#6edcdd Text Font Color

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

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


#6edcdd Background Color

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

This div background color is #6edcdd


#6edcdd Border Color

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

This div border color is #6edcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcdd


Comments

No comments written yet.

Please login to write comment.