Color Hex Logo

#6ee1dc Color Hex

#6EE1DC
(110,225,220)
0 Favorites   0 Comments

Color spaces of #6ee1dc

RGB 110225220
HSL0.490.660.66
HSV177°51°88°
CMYK 0.510.000.02   0.12
XYZ46.273962.332777.3027
Yxy62.33270.24890.3353
Hunter Lab78.9511-33.5440-2.7864
CIE-Lab83.0900-33.7712-7.5743

#6ee1dc color RGB value is (110,225,220).

#6ee1dc hex color red value is 110, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6ee1dc hue: 0.49 , saturation: 0.66 and the lightness value of 6ee1dc is 0.66.

The process color (four color CMYK) of #6ee1dc color hex is 0.51, 0.00, 0.02, 0.12. Web safe color of #6ee1dc is #66cccc. Color #6ee1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11100001 11011100
Octal 156 341 334
Decimal 110 225 220
Hex 6E E1 DC

RGB Percentages of Color #6ee1dc

%19.82
%40.54
%39.64

CMYK Percentages of Color #6ee1dc

%51
%0
%2
%12

Triadic Colors of #6ee1dc

#6ee1dc #dc6ee1 #e1dc6e

Analogous Colors of #6ee1dc

#6ee1dc #6eade1 #6ee1a3

Monochromatic Colors of #6ee1dc

#6ee1dc

Complementary Color

#6ee1dc #e16e73

#6ee1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ee1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ee1dc Color CSS Codes

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

#6ee1dc Text Font Color

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

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


#6ee1dc Background Color

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

This div background color is #6ee1dc


#6ee1dc Border Color

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

This div border color is #6ee1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ee1dc

#6ee1dc Color Palettes


Comments

No comments written yet.

Please login to write comment.