Color Hex Logo

#5eb024 Color Hex

#5EB024
(94,176,36)
0 Favorites   0 Comments

Color spaces of #5eb024

RGB 9417636
HSL0.260.660.42
HSV95°80°69°
CMYK 0.470.000.80   0.31
XYZ20.459933.55777.0680
Yxy33.55770.33490.5494
Hunter Lab57.9290-38.331533.3162
CIE-Lab64.6100-47.799358.6038

#5eb024 color RGB value is (94,176,36).

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

The process color (four color CMYK) of #5eb024 color hex is 0.47, 0.00, 0.80, 0.31. Web safe color of #5eb024 is #669933. Color #5eb024 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110000 00100100
Octal 136 260 44
Decimal 94 176 36
Hex 5E B0 24

RGB Percentages of Color #5eb024

%30.72
%57.52
%11.76

CMYK Percentages of Color #5eb024

%47
%0
%80
%31

Triadic Colors of #5eb024

#5eb024 #245eb0 #b0245e

Analogous Colors of #5eb024

#5eb024 #24b030 #a4b024

Monochromatic Colors of #5eb024

#5eb024

Complementary Color

#5eb024 #7624b0

#5eb024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb024 Color CSS Codes

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

#5eb024 Text Font Color

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

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


#5eb024 Background Color

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

This div background color is #5eb024


#5eb024 Border Color

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

This div border color is #5eb024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb024


Comments

No comments written yet.

Please login to write comment.