Color Hex Logo

#5ed5ea Color Hex

#5ED5EA
(94,213,234)
0 Favorites   0 Comments

Color spaces of #5ed5ea

RGB 94213234
HSL0.530.770.64
HSV189°60°92°
CMYK 0.600.090.00   0.08
XYZ43.261655.908786.3532
Yxy55.90870.23320.3014
Hunter Lab74.7721-27.5748-16.1326
CIE-Lab79.5618-27.2908-20.3651

#5ed5ea color RGB value is (94,213,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010101 11101010
Octal 136 325 352
Decimal 94 213 234
Hex 5E D5 EA

RGB Percentages of Color #5ed5ea

%17.38
%39.37
%43.25

CMYK Percentages of Color #5ed5ea

%60
%9
%0
%8

Triadic Colors of #5ed5ea

#5ed5ea #ea5ed5 #d5ea5e

Analogous Colors of #5ed5ea

#5ed5ea #5e8fea #5eeab9

Monochromatic Colors of #5ed5ea

#5ed5ea

Complementary Color

#5ed5ea #ea735e

#5ed5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed5ea Color CSS Codes

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

#5ed5ea Text Font Color

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

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


#5ed5ea Background Color

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

This div background color is #5ed5ea


#5ed5ea Border Color

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

This div border color is #5ed5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed5ea


Comments

No comments written yet.

Please login to write comment.