Color Hex Logo

#5ee1ed Color Hex

#5EE1ED
(94,225,237)
0 Favorites   0 Comments

Color spaces of #5ee1ed

RGB 94225237
HSL0.510.800.65
HSV185°60°93°
CMYK 0.600.050.00   0.07
XYZ46.827462.344589.6864
Yxy62.34450.23550.3135
Hunter Lab78.9585-32.3157-12.0746
CIE-Lab83.0963-32.2361-16.6231

#5ee1ed color RGB value is (94,225,237).

#5ee1ed hex color red value is 94, green value is 225 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5ee1ed hue: 0.51 , saturation: 0.80 and the lightness value of 5ee1ed is 0.65.

The process color (four color CMYK) of #5ee1ed color hex is 0.60, 0.05, 0.00, 0.07. Web safe color of #5ee1ed is #66ccff. Color #5ee1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100001 11101101
Octal 136 341 355
Decimal 94 225 237
Hex 5E E1 ED

RGB Percentages of Color #5ee1ed

%16.91
%40.47
%42.63

CMYK Percentages of Color #5ee1ed

%60
%5
%0
%7

Triadic Colors of #5ee1ed

#5ee1ed #ed5ee1 #e1ed5e

Analogous Colors of #5ee1ed

#5ee1ed #5e9aed #5eedb2

Monochromatic Colors of #5ee1ed

#5ee1ed

Complementary Color

#5ee1ed #ed6a5e

#5ee1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee1ed Color CSS Codes

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

#5ee1ed Text Font Color

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

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


#5ee1ed Background Color

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

This div background color is #5ee1ed


#5ee1ed Border Color

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

This div border color is #5ee1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee1ed


Comments

No comments written yet.

Please login to write comment.