Color Hex Logo

#5eca12 Color Hex

#5ECA12
(94,202,18)
0 Favorites   0 Comments

Color spaces of #5eca12

RGB 9420218
HSL0.260.840.43
HSV95°91°79°
CMYK 0.530.000.91   0.21
XYZ25.845844.66447.8311
Yxy44.66440.32990.5701
Hunter Lab66.8314-47.923539.8346
CIE-Lab72.6704-58.267869.7066

#5eca12 color RGB value is (94,202,18).

#5eca12 hex color red value is 94, green value is 202 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #5eca12 hue: 0.26 , saturation: 0.84 and the lightness value of 5eca12 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001010 00010010
Octal 136 312 22
Decimal 94 202 18
Hex 5E CA 12

RGB Percentages of Color #5eca12

%29.94
%64.33
%5.73

CMYK Percentages of Color #5eca12

%53
%0
%91
%21

Triadic Colors of #5eca12

#5eca12 #125eca #ca125e

Analogous Colors of #5eca12

#5eca12 #12ca22 #baca12

Monochromatic Colors of #5eca12

#5eca12

Complementary Color

#5eca12 #7e12ca

#5eca12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eca12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eca12 Color CSS Codes

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

#5eca12 Text Font Color

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

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


#5eca12 Background Color

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

This div background color is #5eca12


#5eca12 Border Color

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

This div border color is #5eca12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eca12


Comments

No comments written yet.

Please login to write comment.