Color Hex Logo

#6ee6dd Color Hex

#6EE6DD
(110,230,221)
0 Favorites   0 Comments

Color spaces of #6ee6dd

RGB 110230221
HSL0.490.710.67
HSV176°52°90°
CMYK 0.520.000.04   0.10
XYZ47.778465.129178.4596
Yxy65.12910.24970.3403
Hunter Lab80.7026-35.5521-1.1503
CIE-Lab84.5502-35.8476-5.9424

#6ee6dd color RGB value is (110,230,221).

#6ee6dd hex color red value is 110, green value is 230 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6ee6dd hue: 0.49 , saturation: 0.71 and the lightness value of 6ee6dd is 0.67.

The process color (four color CMYK) of #6ee6dd color hex is 0.52, 0.00, 0.04, 0.10. Web safe color of #6ee6dd is #66ffcc. Color #6ee6dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11100110 11011101
Octal 156 346 335
Decimal 110 230 221
Hex 6E E6 DD

RGB Percentages of Color #6ee6dd

%19.61
%41.00
%39.39

CMYK Percentages of Color #6ee6dd

%52
%0
%4
%10

Triadic Colors of #6ee6dd

#6ee6dd #dd6ee6 #e6dd6e

Analogous Colors of #6ee6dd

#6ee6dd #6eb3e6 #6ee6a1

Monochromatic Colors of #6ee6dd

#6ee6dd

Complementary Color

#6ee6dd #e66e77

#6ee6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ee6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ee6dd Color CSS Codes

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

#6ee6dd Text Font Color

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

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


#6ee6dd Background Color

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

This div background color is #6ee6dd


#6ee6dd Border Color

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

This div border color is #6ee6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ee6dd


Comments

No comments written yet.

Please login to write comment.