Color Hex Logo

#6ee5db Color Hex

#6EE5DB
(110,229,219)
0 Favorites   0 Comments

Color spaces of #6ee5db

RGB 110229219
HSL0.490.700.66
HSV175°52°90°
CMYK 0.520.000.04   0.10
XYZ47.235964.468176.9718
Yxy64.46810.25040.3417
Hunter Lab80.2920-35.4993-0.6338
CIE-Lab84.2089-35.8868-5.3903

#6ee5db color RGB value is (110,229,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11100101 11011011
Octal 156 345 333
Decimal 110 229 219
Hex 6E E5 DB

RGB Percentages of Color #6ee5db

%19.71
%41.04
%39.25

CMYK Percentages of Color #6ee5db

%52
%0
%4
%10

Triadic Colors of #6ee5db

#6ee5db #db6ee5 #e5db6e

Analogous Colors of #6ee5db

#6ee5db #6eb4e5 #6ee5a0

Monochromatic Colors of #6ee5db

#6ee5db

Complementary Color

#6ee5db #e56e78

#6ee5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ee5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ee5db Color CSS Codes

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

#6ee5db Text Font Color

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

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


#6ee5db Background Color

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

This div background color is #6ee5db


#6ee5db Border Color

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

This div border color is #6ee5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ee5db


Comments

No comments written yet.

Please login to write comment.