Color Hex Logo

#5edbaa Color Hex

#5EDBAA
(94,219,170)
0 Favorites   0 Comments

Color spaces of #5edbaa

RGB 94219170
HSL0.430.630.61
HSV156°57°86°
CMYK 0.570.000.22   0.14
XYZ37.203355.945046.8679
Yxy55.94500.26570.3996
Hunter Lab74.7964-42.108815.2060
CIE-Lab79.5825-46.243513.7888

#5edbaa color RGB value is (94,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 10101010
Octal 136 333 252
Decimal 94 219 170
Hex 5E DB AA

RGB Percentages of Color #5edbaa

%19.46
%45.34
%35.20

CMYK Percentages of Color #5edbaa

%57
%0
%22
%14

Triadic Colors of #5edbaa

#5edbaa #aa5edb #dbaa5e

Analogous Colors of #5edbaa

#5edbaa #5ecedb #5edb6c

Monochromatic Colors of #5edbaa

#5edbaa

Complementary Color

#5edbaa #db5e8f

#5edbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbaa Color CSS Codes

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

#5edbaa Text Font Color

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

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


#5edbaa Background Color

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

This div background color is #5edbaa


#5edbaa Border Color

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

This div border color is #5edbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbaa

#5edbaa Color Palettes


Comments

No comments written yet.

Please login to write comment.