Color Hex Logo

#6eeedd Color Hex

#6EEEDD
(110,238,221)
0 Favorites   0 Comments

Color spaces of #6eeedd

RGB 110238221
HSL0.480.790.68
HSV172°54°93°
CMYK 0.540.000.07   0.07
XYZ50.056169.684579.2188
Yxy69.68450.25160.3502
Hunter Lab83.4772-39.04982.1686
CIE-Lab86.8419-39.5058-2.5677

#6eeedd color RGB value is (110,238,221).

#6eeedd hex color red value is 110, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6eeedd hue: 0.48 , saturation: 0.79 and the lightness value of 6eeedd is 0.68.

The process color (four color CMYK) of #6eeedd color hex is 0.54, 0.00, 0.07, 0.07. Web safe color of #6eeedd is #66ffcc. Color #6eeedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101110 11011101
Octal 156 356 335
Decimal 110 238 221
Hex 6E EE DD

RGB Percentages of Color #6eeedd

%19.33
%41.83
%38.84

CMYK Percentages of Color #6eeedd

%54
%0
%7
%7

Triadic Colors of #6eeedd

#6eeedd #dd6eee #eedd6e

Analogous Colors of #6eeedd

#6eeedd #6ebfee #6eee9d

Monochromatic Colors of #6eeedd

#6eeedd

Complementary Color

#6eeedd #ee6e7f

#6eeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeedd Color CSS Codes

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

#6eeedd Text Font Color

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

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


#6eeedd Background Color

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

This div background color is #6eeedd


#6eeedd Border Color

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

This div border color is #6eeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeedd


Comments

No comments written yet.

Please login to write comment.