Color Hex Logo

#0ed83e Color Hex

#0ED83E
(14,216,62)
0 Favorites   0 Comments

Color spaces of #0ed83e

RGB 1421662
HSL0.370.880.45
HSV134°94°85°
CMYK 0.940.000.71   0.15
XYZ25.606549.552912.7725
Yxy49.55290.29120.5635
Hunter Lab70.3938-58.257938.5179
CIE-Lab75.7940-72.734760.3612

#0ed83e color RGB value is (14,216,62).

#0ed83e hex color red value is 14, green value is 216 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0ed83e hue: 0.37 , saturation: 0.88 and the lightness value of 0ed83e is 0.45.

The process color (four color CMYK) of #0ed83e color hex is 0.94, 0.00, 0.71, 0.15. Web safe color of #0ed83e is #00cc33. Color #0ed83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011000 00111110
Octal 16 330 76
Decimal 14 216 62
Hex E D8 3E

RGB Percentages of Color #0ed83e

%4.79
%73.97
%21.23

CMYK Percentages of Color #0ed83e

%94
%0
%71
%15

Triadic Colors of #0ed83e

#0ed83e #3e0ed8 #d83e0e

Analogous Colors of #0ed83e

#0ed83e #0ed8a3 #43d80e

Monochromatic Colors of #0ed83e

#0ed83e

Complementary Color

#0ed83e #d80ea8

#0ed83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed83e Color CSS Codes

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

#0ed83e Text Font Color

<p style="color:#0ed83e">Text here</p>

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


#0ed83e Background Color

<div style="background-color:#0ed83e">
Div content here</div>

This div background color is #0ed83e


#0ed83e Border Color

<div style="border:3px solid #0ed83e">
Div here</div>

This div border color is #0ed83e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,216,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ed83e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ed83e;
  -webkit-box-shadow: 1px 1px 3px 2px #0ed83e;
  box-shadow:         1px 1px 3px 2px #0ed83e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed83e


Comments

No comments written yet.

Please login to write comment.