Color Hex Logo

#5eeadb Color Hex

#5EEADB
(94,234,219)
0 Favorites   0 Comments

Color spaces of #5eeadb

RGB 94234219
HSL0.480.770.64
HSV174°60°92°
CMYK 0.600.000.06   0.08
XYZ46.825166.339877.3548
Yxy66.33980.24580.3482
Hunter Lab81.4492-39.91670.7050
CIE-Lab85.1694-41.1786-4.0292

#5eeadb color RGB value is (94,234,219).

#5eeadb hex color red value is 94, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5eeadb hue: 0.48 , saturation: 0.77 and the lightness value of 5eeadb is 0.64.

The process color (four color CMYK) of #5eeadb color hex is 0.60, 0.00, 0.06, 0.08. Web safe color of #5eeadb is #66ffcc. Color #5eeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 11011011
Octal 136 352 333
Decimal 94 234 219
Hex 5E EA DB

RGB Percentages of Color #5eeadb

%17.18
%42.78
%40.04

CMYK Percentages of Color #5eeadb

%60
%0
%6
%8

Triadic Colors of #5eeadb

#5eeadb #db5eea #eadb5e

Analogous Colors of #5eeadb

#5eeadb #5eb3ea #5eea95

Monochromatic Colors of #5eeadb

#5eeadb

Complementary Color

#5eeadb #ea5e6d

#5eeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeadb Color CSS Codes

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

#5eeadb Text Font Color

<p style="color:#5eeadb">Text here</p>

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


#5eeadb Background Color

<div style="background-color:#5eeadb">
Div content here</div>

This div background color is #5eeadb


#5eeadb Border Color

<div style="border:3px solid #5eeadb">
Div here</div>

This div border color is #5eeadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,234,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eeadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eeadb;
  -webkit-box-shadow: 1px 1px 3px 2px #5eeadb;
  box-shadow:         1px 1px 3px 2px #5eeadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,234,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 #5eeadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeadb


Comments

No comments written yet.

Please login to write comment.