Color Hex Logo

#0ed85d Color Hex

#0ED85D
(14,216,93)
0 Favorites   0 Comments

Color spaces of #0ed85d

RGB 1421693
HSL0.400.880.45
HSV143°94°85°
CMYK 0.940.000.57   0.15
XYZ26.712849.995418.5981
Yxy49.99540.28030.5246
Hunter Lab70.7074-56.301933.9002
CIE-Lab76.0664-69.323747.7668

#0ed85d color RGB value is (14,216,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011000 01011101
Octal 16 330 135
Decimal 14 216 93
Hex E D8 5D

RGB Percentages of Color #0ed85d

%4.33
%66.87
%28.79

CMYK Percentages of Color #0ed85d

%94
%0
%57
%15

Triadic Colors of #0ed85d

#0ed85d #5d0ed8 #d85d0e

Analogous Colors of #0ed85d

#0ed85d #0ed8c2 #24d80e

Monochromatic Colors of #0ed85d

#0ed85d

Complementary Color

#0ed85d #d80e89

#0ed85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed85d Color CSS Codes

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

#0ed85d Text Font Color

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

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


#0ed85d Background Color

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

This div background color is #0ed85d


#0ed85d Border Color

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

This div border color is #0ed85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed85d


Comments

No comments written yet.

Please login to write comment.