Color Hex Logo

#5ed2ba Color Hex

#5ED2BA
(94,210,186)
0 Favorites   0 Comments

Color spaces of #5ed2ba

RGB 94210186
HSL0.470.560.60
HSV168°55°82°
CMYK 0.550.000.11   0.18
XYZ36.525652.018054.5698
Yxy52.01800.25520.3635
Hunter Lab72.1235-35.81815.6267
CIE-Lab77.2916-38.60341.9829

#5ed2ba color RGB value is (94,210,186).

#5ed2ba hex color red value is 94, green value is 210 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5ed2ba hue: 0.47 , saturation: 0.56 and the lightness value of 5ed2ba is 0.60.

The process color (four color CMYK) of #5ed2ba color hex is 0.55, 0.00, 0.11, 0.18. Web safe color of #5ed2ba is #66cccc. Color #5ed2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010010 10111010
Octal 136 322 272
Decimal 94 210 186
Hex 5E D2 BA

RGB Percentages of Color #5ed2ba

%19.18
%42.86
%37.96

CMYK Percentages of Color #5ed2ba

%55
%0
%11
%18

Triadic Colors of #5ed2ba

#5ed2ba #ba5ed2 #d2ba5e

Analogous Colors of #5ed2ba

#5ed2ba #5eb0d2 #5ed280

Monochromatic Colors of #5ed2ba

#5ed2ba

Complementary Color

#5ed2ba #d25e76

#5ed2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed2ba Color CSS Codes

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

#5ed2ba Text Font Color

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

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


#5ed2ba Background Color

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

This div background color is #5ed2ba


#5ed2ba Border Color

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

This div border color is #5ed2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed2ba


Comments

No comments written yet.

Please login to write comment.