Color Hex Logo

#0ed87d Color Hex

#0ED87D
(14,216,125)
0 Favorites   0 Comments

Color spaces of #0ed87d

RGB 14216125
HSL0.420.880.45
HSV153°94°85°
CMYK 0.940.000.42   0.15
XYZ28.438650.685827.6865
Yxy50.68580.26630.4745
Hunter Lab71.1940-53.287226.7786
CIE-Lab76.4883-64.235632.7559

#0ed87d color RGB value is (14,216,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011000 01111101
Octal 16 330 175
Decimal 14 216 125
Hex E D8 7D

RGB Percentages of Color #0ed87d

%3.94
%60.85
%35.21

CMYK Percentages of Color #0ed87d

%94
%0
%42
%15

Triadic Colors of #0ed87d

#0ed87d #7d0ed8 #d87d0e

Analogous Colors of #0ed87d

#0ed87d #0eced8 #0ed818

Monochromatic Colors of #0ed87d

#0ed87d

Complementary Color

#0ed87d #d80e69

#0ed87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed87d Color CSS Codes

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

#0ed87d Text Font Color

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

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


#0ed87d Background Color

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

This div background color is #0ed87d


#0ed87d Border Color

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

This div border color is #0ed87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed87d


Comments

No comments written yet.

Please login to write comment.