Color Hex Logo

#5eda6a Color Hex

#5EDA6A
(94,218,106)
0 Favorites   0 Comments

Color spaces of #5eda6a

RGB 94218106
HSL0.350.630.61
HSV126°57°85°
CMYK 0.570.000.51   0.15
XYZ32.289053.563122.2726
Yxy53.56310.29860.4954
Hunter Lab73.1868-49.325233.1873
CIE-Lab78.2063-57.182144.5826

#5eda6a color RGB value is (94,218,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 01101010
Octal 136 332 152
Decimal 94 218 106
Hex 5E DA 6A

RGB Percentages of Color #5eda6a

%22.49
%52.15
%25.36

CMYK Percentages of Color #5eda6a

%57
%0
%51
%15

Triadic Colors of #5eda6a

#5eda6a #6a5eda #da6a5e

Analogous Colors of #5eda6a

#5eda6a #5edaa8 #90da5e

Monochromatic Colors of #5eda6a

#5eda6a

Complementary Color

#5eda6a #da5ece

#5eda6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eda6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eda6a Color CSS Codes

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

#5eda6a Text Font Color

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

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


#5eda6a Background Color

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

This div background color is #5eda6a


#5eda6a Border Color

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

This div border color is #5eda6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eda6a


Comments

No comments written yet.

Please login to write comment.