Color Hex Logo

#5edaaa Color Hex

#5EDAAA
(94,218,170)
0 Favorites   0 Comments

Color spaces of #5edaaa

RGB 94218170
HSL0.440.630.61
HSV157°57°85°
CMYK 0.570.000.22   0.15
XYZ36.943255.424846.7812
Yxy55.42480.26550.3983
Hunter Lab74.4478-41.706814.8571
CIE-Lab79.2853-45.817013.3696

#5edaaa color RGB value is (94,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 10101010
Octal 136 332 252
Decimal 94 218 170
Hex 5E DA AA

RGB Percentages of Color #5edaaa

%19.50
%45.23
%35.27

CMYK Percentages of Color #5edaaa

%57
%0
%22
%15

Triadic Colors of #5edaaa

#5edaaa #aa5eda #daaa5e

Analogous Colors of #5edaaa

#5edaaa #5eccda #5eda6c

Monochromatic Colors of #5edaaa

#5edaaa

Complementary Color

#5edaaa #da5e8e

#5edaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edaaa Color CSS Codes

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

#5edaaa Text Font Color

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

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


#5edaaa Background Color

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

This div background color is #5edaaa


#5edaaa Border Color

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

This div border color is #5edaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,218,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 #5edaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edaaa


Comments

No comments written yet.

Please login to write comment.