Color Hex Logo

#5eb424 Color Hex

#5EB424
(94,180,36)
0 Favorites   0 Comments

Color spaces of #5eb424

RGB 9418036
HSL0.270.670.42
HSV96°80°71°
CMYK 0.480.000.80   0.29
XYZ21.255835.14967.3333
Yxy35.14960.33350.5515
Hunter Lab59.2871-39.756034.1673
CIE-Lab65.8650-49.372659.7742

#5eb424 color RGB value is (94,180,36).

#5eb424 hex color red value is 94, green value is 180 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #5eb424 hue: 0.27 , saturation: 0.67 and the lightness value of 5eb424 is 0.42.

The process color (four color CMYK) of #5eb424 color hex is 0.48, 0.00, 0.80, 0.29. Web safe color of #5eb424 is #66cc33. Color #5eb424 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110100 00100100
Octal 136 264 44
Decimal 94 180 36
Hex 5E B4 24

RGB Percentages of Color #5eb424

%30.32
%58.06
%11.61

CMYK Percentages of Color #5eb424

%48
%0
%80
%29

Triadic Colors of #5eb424

#5eb424 #245eb4 #b4245e

Analogous Colors of #5eb424

#5eb424 #24b432 #a6b424

Monochromatic Colors of #5eb424

#5eb424

Complementary Color

#5eb424 #7a24b4

#5eb424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb424 Color CSS Codes

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

#5eb424 Text Font Color

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

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


#5eb424 Background Color

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

This div background color is #5eb424


#5eb424 Border Color

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

This div border color is #5eb424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb424


Comments

No comments written yet.

Please login to write comment.