Color Hex Logo

#5eca20 Color Hex

#5ECA20
(94,202,32)
0 Favorites   0 Comments

Color spaces of #5eca20

RGB 9420232
HSL0.270.730.46
HSV98°84°79°
CMYK 0.530.000.84   0.21
XYZ25.997344.72508.6291
Yxy44.72500.32760.5636
Hunter Lab66.8768-47.645239.1635
CIE-Lab72.7104-57.808967.0414

#5eca20 color RGB value is (94,202,32).

#5eca20 hex color red value is 94, green value is 202 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #5eca20 hue: 0.27 , saturation: 0.73 and the lightness value of 5eca20 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001010 00100000
Octal 136 312 40
Decimal 94 202 32
Hex 5E CA 20

RGB Percentages of Color #5eca20

%28.66
%61.59
%9.76

CMYK Percentages of Color #5eca20

%53
%0
%84
%21

Triadic Colors of #5eca20

#5eca20 #205eca #ca205e

Analogous Colors of #5eca20

#5eca20 #20ca37 #b3ca20

Monochromatic Colors of #5eca20

#5eca20

Complementary Color

#5eca20 #8c20ca

#5eca20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eca20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eca20 Color CSS Codes

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

#5eca20 Text Font Color

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

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


#5eca20 Background Color

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

This div background color is #5eca20


#5eca20 Border Color

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

This div border color is #5eca20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eca20


Comments

No comments written yet.

Please login to write comment.