Color Hex Logo

#5ed07b Color Hex

#5ED07B
(94,208,123)
0 Favorites   0 Comments

Color spaces of #5ed07b

RGB 94208123
HSL0.380.550.59
HSV135°55°82°
CMYK 0.550.000.41   0.18
XYZ30.747148.921526.5611
Yxy48.92150.28940.4605
Hunter Lab69.9439-43.933926.4454
CIE-Lab75.4025-50.740932.6244

#5ed07b color RGB value is (94,208,123).

#5ed07b hex color red value is 94, green value is 208 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5ed07b hue: 0.38 , saturation: 0.55 and the lightness value of 5ed07b is 0.59.

The process color (four color CMYK) of #5ed07b color hex is 0.55, 0.00, 0.41, 0.18. Web safe color of #5ed07b is #66cc66. Color #5ed07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010000 01111011
Octal 136 320 173
Decimal 94 208 123
Hex 5E D0 7B

RGB Percentages of Color #5ed07b

%22.12
%48.94
%28.94

CMYK Percentages of Color #5ed07b

%55
%0
%41
%18

Triadic Colors of #5ed07b

#5ed07b #7b5ed0 #d07b5e

Analogous Colors of #5ed07b

#5ed07b #5ed0b4 #7ad05e

Monochromatic Colors of #5ed07b

#5ed07b

Complementary Color

#5ed07b #d05eb3

#5ed07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed07b Color CSS Codes

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

#5ed07b Text Font Color

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

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


#5ed07b Background Color

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

This div background color is #5ed07b


#5ed07b Border Color

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

This div border color is #5ed07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed07b


Comments

No comments written yet.

Please login to write comment.