Color Hex Logo

#0edb7d Color Hex

#0EDB7D
(14,219,125)
0 Favorites   0 Comments

Color spaces of #0edb7d

RGB 14219125
HSL0.420.880.46
HSV152°94°86°
CMYK 0.940.000.43   0.14
XYZ29.214352.237127.9450
Yxy52.23710.26700.4775
Hunter Lab72.2752-54.330427.6684
CIE-Lab77.4224-65.248633.9734

#0edb7d color RGB value is (14,219,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011011 01111101
Octal 16 333 175
Decimal 14 219 125
Hex E DB 7D

RGB Percentages of Color #0edb7d

%3.91
%61.17
%34.92

CMYK Percentages of Color #0edb7d

%94
%0
%43
%14

Triadic Colors of #0edb7d

#0edb7d #7d0edb #db7d0e

Analogous Colors of #0edb7d

#0edb7d #0ed3db #0edb17

Monochromatic Colors of #0edb7d

#0edb7d

Complementary Color

#0edb7d #db0e6c

#0edb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edb7d Color CSS Codes

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

#0edb7d Text Font Color

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

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


#0edb7d Background Color

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

This div background color is #0edb7d


#0edb7d Border Color

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

This div border color is #0edb7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,219,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 #0edb7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edb7d


Comments

No comments written yet.

Please login to write comment.