Color Hex Logo

#5ea325 Color Hex

#5EA325
(94,163,37)
0 Favorites   0 Comments

Color spaces of #5ea325

RGB 9416337
HSL0.260.630.39
HSV93°77°64°
CMYK 0.420.000.77   0.36
XYZ18.047228.70766.3402
Yxy28.70760.33990.5407
Hunter Lab53.5795-33.639830.4897
CIE-Lab60.5227-42.456654.4162

#5ea325 color RGB value is (94,163,37).

#5ea325 hex color red value is 94, green value is 163 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #5ea325 hue: 0.26 , saturation: 0.63 and the lightness value of 5ea325 is 0.39.

The process color (four color CMYK) of #5ea325 color hex is 0.42, 0.00, 0.77, 0.36. Web safe color of #5ea325 is #669933. Color #5ea325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100011 00100101
Octal 136 243 45
Decimal 94 163 37
Hex 5E A3 25

RGB Percentages of Color #5ea325

%31.97
%55.44
%12.59

CMYK Percentages of Color #5ea325

%42
%0
%77
%36

Triadic Colors of #5ea325

#5ea325 #255ea3 #a3255e

Analogous Colors of #5ea325

#5ea325 #25a32b #9da325

Monochromatic Colors of #5ea325

#5ea325

Complementary Color

#5ea325 #6a25a3

#5ea325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea325 Color CSS Codes

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

#5ea325 Text Font Color

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

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


#5ea325 Background Color

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

This div background color is #5ea325


#5ea325 Border Color

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

This div border color is #5ea325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea325


Comments

No comments written yet.

Please login to write comment.