Color Hex Logo

#5ec94b Color Hex

#5EC94B
(94,201,75)
0 Favorites   0 Comments

Color spaces of #5ec94b

RGB 9420175
HSL0.310.540.54
HSV111°63°79°
CMYK 0.530.000.63   0.21
XYZ26.772744.661013.8660
Yxy44.66100.31390.5236
Hunter Lab66.8289-45.440734.4784
CIE-Lab72.6681-54.431252.2539

#5ec94b color RGB value is (94,201,75).

#5ec94b hex color red value is 94, green value is 201 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #5ec94b hue: 0.31 , saturation: 0.54 and the lightness value of 5ec94b is 0.54.

The process color (four color CMYK) of #5ec94b color hex is 0.53, 0.00, 0.63, 0.21. Web safe color of #5ec94b is #66cc33. Color #5ec94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001001 01001011
Octal 136 311 113
Decimal 94 201 75
Hex 5E C9 4B

RGB Percentages of Color #5ec94b

%25.41
%54.32
%20.27

CMYK Percentages of Color #5ec94b

%53
%0
%63
%21

Triadic Colors of #5ec94b

#5ec94b #4b5ec9 #c94b5e

Analogous Colors of #5ec94b

#5ec94b #4bc977 #9dc94b

Monochromatic Colors of #5ec94b

#5ec94b

Complementary Color

#5ec94b #b64bc9

#5ec94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec94b Color CSS Codes

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

#5ec94b Text Font Color

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

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


#5ec94b Background Color

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

This div background color is #5ec94b


#5ec94b Border Color

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

This div border color is #5ec94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec94b


Comments

No comments written yet.

Please login to write comment.