Color Hex Logo

#0edd5b Color Hex

#0EDD5B
(14,221,91)
0 Favorites   0 Comments

Color spaces of #0edd5b

RGB 1422191
HSL0.400.880.46
HSV142°94°87°
CMYK 0.940.000.59   0.13
XYZ27.925952.561618.5711
Yxy52.56160.28190.5306
Hunter Lab72.4994-58.117835.5621
CIE-Lab77.6154-71.115950.4912

#0edd5b color RGB value is (14,221,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011101 01011011
Octal 16 335 133
Decimal 14 221 91
Hex E DD 5B

RGB Percentages of Color #0edd5b

%4.29
%67.79
%27.91

CMYK Percentages of Color #0edd5b

%94
%0
%59
%13

Triadic Colors of #0edd5b

#0edd5b #5b0edd #dd5b0e

Analogous Colors of #0edd5b

#0edd5b #0eddc3 #29dd0e

Monochromatic Colors of #0edd5b

#0edd5b

Complementary Color

#0edd5b #dd0e90

#0edd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edd5b Color CSS Codes

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

#0edd5b Text Font Color

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

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


#0edd5b Background Color

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

This div background color is #0edd5b


#0edd5b Border Color

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

This div border color is #0edd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edd5b


Comments

No comments written yet.

Please login to write comment.