Color Hex Logo

#0ed93a Color Hex

#0ED93A
(14,217,58)
0 Favorites   0 Comments

Color spaces of #0ed93a

RGB 1421758
HSL0.370.880.45
HSV133°94°85°
CMYK 0.940.000.73   0.15
XYZ25.757750.024612.3011
Yxy50.02460.29240.5679
Hunter Lab70.7281-58.768139.1979
CIE-Lab76.0844-73.351862.0814

#0ed93a color RGB value is (14,217,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011001 00111010
Octal 16 331 72
Decimal 14 217 58
Hex E D9 3A

RGB Percentages of Color #0ed93a

%4.84
%75.09
%20.07

CMYK Percentages of Color #0ed93a

%94
%0
%73
%15

Triadic Colors of #0ed93a

#0ed93a #3a0ed9 #d93a0e

Analogous Colors of #0ed93a

#0ed93a #0ed9a0 #48d90e

Monochromatic Colors of #0ed93a

#0ed93a

Complementary Color

#0ed93a #d90ead

#0ed93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed93a Color CSS Codes

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

#0ed93a Text Font Color

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

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


#0ed93a Background Color

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

This div background color is #0ed93a


#0ed93a Border Color

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

This div border color is #0ed93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed93a


Comments

No comments written yet.

Please login to write comment.