Color Hex Logo

#5edbad Color Hex

#5EDBAD
(94,219,173)
0 Favorites   0 Comments

Color spaces of #5edbad

RGB 94219173
HSL0.440.630.61
HSV158°57°86°
CMYK 0.570.000.21   0.14
XYZ37.490456.059848.3798
Yxy56.05980.26410.3950
Hunter Lab74.8731-41.649514.1005
CIE-Lab79.6478-45.586712.2948

#5edbad color RGB value is (94,219,173).

#5edbad hex color red value is 94, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5edbad hue: 0.44 , saturation: 0.63 and the lightness value of 5edbad is 0.61.

The process color (four color CMYK) of #5edbad color hex is 0.57, 0.00, 0.21, 0.14. Web safe color of #5edbad is #66cc99. Color #5edbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 10101101
Octal 136 333 255
Decimal 94 219 173
Hex 5E DB AD

RGB Percentages of Color #5edbad

%19.34
%45.06
%35.60

CMYK Percentages of Color #5edbad

%57
%0
%21
%14

Triadic Colors of #5edbad

#5edbad #ad5edb #dbad5e

Analogous Colors of #5edbad

#5edbad #5ecbdb #5edb6f

Monochromatic Colors of #5edbad

#5edbad

Complementary Color

#5edbad #db5e8c

#5edbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbad Color CSS Codes

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

#5edbad Text Font Color

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

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


#5edbad Background Color

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

This div background color is #5edbad


#5edbad Border Color

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

This div border color is #5edbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbad


Comments

No comments written yet.

Please login to write comment.