Color Hex Logo

#56ea0e Color Hex

#56EA0E
(86,234,14)
0 Favorites   0 Comments

Color spaces of #56ea0e

RGB 8623414
HSL0.280.890.49
HSV100°94°92°
CMYK 0.630.000.94   0.08
XYZ33.339860.855810.4046
Yxy60.85580.31870.5818
Hunter Lab78.0101-60.230846.6993
CIE-Lab82.3012-71.088278.0485

#56ea0e color RGB value is (86,234,14).

#56ea0e hex color red value is 86, green value is 234 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #56ea0e hue: 0.28 , saturation: 0.89 and the lightness value of 56ea0e is 0.49.

The process color (four color CMYK) of #56ea0e color hex is 0.63, 0.00, 0.94, 0.08. Web safe color of #56ea0e is #66ff00. Color #56ea0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11101010 00001110
Octal 126 352 16
Decimal 86 234 14
Hex 56 EA E

RGB Percentages of Color #56ea0e

%25.75
%70.06
%4.19

CMYK Percentages of Color #56ea0e

%63
%0
%94
%8

Triadic Colors of #56ea0e

#56ea0e #0e56ea #ea0e56

Analogous Colors of #56ea0e

#56ea0e #0eea34 #c4ea0e

Monochromatic Colors of #56ea0e

#56ea0e

Complementary Color

#56ea0e #a20eea

#56ea0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ea0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ea0e Color CSS Codes

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

#56ea0e Text Font Color

<p style="color:#56ea0e">Text here</p>

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


#56ea0e Background Color

<div style="background-color:#56ea0e">
Div content here</div>

This div background color is #56ea0e


#56ea0e Border Color

<div style="border:3px solid #56ea0e">
Div here</div>

This div border color is #56ea0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,234,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56ea0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56ea0e;
  -webkit-box-shadow: 1px 1px 3px 2px #56ea0e;
  box-shadow:         1px 1px 3px 2px #56ea0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,234,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ea0e


Comments

No comments written yet.

Please login to write comment.