Color Hex Logo

#5ed4bd Color Hex

#5ED4BD
(94,212,189)
0 Favorites   0 Comments

Color spaces of #5ed4bd

RGB 94212189
HSL0.470.580.60
HSV168°56°83°
CMYK 0.560.000.11   0.17
XYZ37.344953.140856.4330
Yxy53.14080.25420.3617
Hunter Lab72.8977-36.12705.1297
CIE-Lab77.9581-38.77821.3441

#5ed4bd color RGB value is (94,212,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010100 10111101
Octal 136 324 275
Decimal 94 212 189
Hex 5E D4 BD

RGB Percentages of Color #5ed4bd

%18.99
%42.83
%38.18

CMYK Percentages of Color #5ed4bd

%56
%0
%11
%17

Triadic Colors of #5ed4bd

#5ed4bd #bd5ed4 #d4bd5e

Analogous Colors of #5ed4bd

#5ed4bd #5eb0d4 #5ed482

Monochromatic Colors of #5ed4bd

#5ed4bd

Complementary Color

#5ed4bd #d45e75

#5ed4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed4bd Color CSS Codes

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

#5ed4bd Text Font Color

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

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


#5ed4bd Background Color

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

This div background color is #5ed4bd


#5ed4bd Border Color

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

This div border color is #5ed4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed4bd


Comments

No comments written yet.

Please login to write comment.