Color Hex Logo

#5ec732 Color Hex

#5EC732
(94,199,50)
0 Favorites   0 Comments

Color spaces of #5ec732

RGB 9419950
HSL0.280.600.49
HSV102°75°78°
CMYK 0.530.000.75   0.22
XYZ25.615243.456810.0556
Yxy43.45680.32370.5492
Hunter Lab65.9218-46.003437.1012
CIE-Lab71.8639-55.758161.0873

#5ec732 color RGB value is (94,199,50).

#5ec732 hex color red value is 94, green value is 199 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #5ec732 hue: 0.28 , saturation: 0.60 and the lightness value of 5ec732 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000111 00110010
Octal 136 307 62
Decimal 94 199 50
Hex 5E C7 32

RGB Percentages of Color #5ec732

%27.41
%58.02
%14.58

CMYK Percentages of Color #5ec732

%53
%0
%75
%22

Triadic Colors of #5ec732

#5ec732 #325ec7 #c7325e

Analogous Colors of #5ec732

#5ec732 #32c751 #a9c732

Monochromatic Colors of #5ec732

#5ec732

Complementary Color

#5ec732 #9b32c7

#5ec732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec732 Color CSS Codes

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

#5ec732 Text Font Color

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

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


#5ec732 Background Color

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

This div background color is #5ec732


#5ec732 Border Color

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

This div border color is #5ec732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec732


Comments

No comments written yet.

Please login to write comment.