COLOR #0EDF80

HEX: #0EDF80
RGB: (14,223,128)

Color info

#0EDF80 contains mainly green color. Web safe color of #0EDF80 is #00CC66 (or #0C6).

RGB color model

#0EDF80 color RGB value is (14,223,128).

  • red value is 14;
  • green value is 223;
  • blue value is 128.
RGB:
(14,223,128)
(5%,87%,50%)

RGB channels and saturation

R 14 of 255 = 5%
G 223 of 255 = 87%
B 128 of 255 = 50%

14
223
128

R + G + B ~ 47%. #0EDF80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
14 + 223 + 128 = 365 (100%)
R 14 of 365 ~ 3.84%
G 223 of 365 ~ 61.1%
B 128 of 365 ~ 35.07%

%61.1
%35.07

CMYK color model

#0EDF80 color CMYK value is (94,0,43,13).

  • cyan value is 93.72%
  • magenta value is 0.00%
  • yellow value is 42.60%
  • key color value is 12.55%
CMYK:
(94,0,43,13)
C94M0Y43K13 
(94%,0%,43%,13%)
(0.94/0.00/0.43/0.13)	

CMYK percentages

%93.72
%0
%42.6
%12.55

Codes

Color #0EDF80 in popluar color models

0EDF80
RGB14223128
HSL153°88.19%46.47%
HSB/HSV153°93.72%87.45%
CMYK93.72%0.00%42.60%
12.55%

Color #0EDF80 in popluar number systems.

HEX0EDF80
Decimal14223128
Binary11101101111110000000
Octal16337200

Shades and tints

Shades of #0EDF80

#0EDF80
(14,223,128)
#0DCB75
(13,203,117)
#0CB76A
(12,183,106)
#0BA35F
(11,163,95)
#0A8F54
(10,143,84)
#097B49
(9,123,73)
#08673E
(8,103,62)
#075333
(7,83,51)
#063F28
(6,63,40)
#052B1D
(5,43,29)
#041712
(4,23,18)
#000000
(0,0,0)

Tints of #0EDF80

#0EDF80
(14,223,128)
#23E18B
(35,225,139)
#38E396
(56,227,150)
#4DE5A1
(77,229,161)
#62E7AC
(98,231,172)
#77E9B7
(119,233,183)
#8CEBC2
(140,235,194)
#A1EDCD
(161,237,205)
#B6EFD8
(182,239,216)
#CBF1E3
(203,241,227)
#E0F3EE
(224,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EDF80 color. Also use rgb(14,223,128) instead hex code.

Text Font Color

.myTextColor { color: #0EDF80; }

<p style="color:#0EDF80">This sample text font color is #0EDF80.</p>

This text font color is #0EDF80.


Background Color

.myBgColor { background-color: #0EDF80; }

<div style="background-color:#0EDF80">Inner text</div>

This div background color is #0EDF80.


Border color

.myBorderColor { border: 1px solid #0EDF80; }

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

This div border color is #0EDF80.


Opacity

.myOpacity80 { color: #0EDF80; opacity: 0.8; }

<p style="color:#0EDF80;opacity:0.8;">80%</p>

Text with #0EDF80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0EDF80;}

<p style="text-shadow: 3px 3px 1px #0EDF80">Text here.</p>

This text has shadow with #0EDF80 color.

.textShadow {text-shadow: 3px 3px 1px #0EDF80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0EDF80, 5px 5px 20px red">Text here.</p>

This text has shadow with #0EDF80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0EDF80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0EDF80, Direction=45, Strength=4)">Text</p>

This text has shadow with #0EDF80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0EDF80;
  -webkit-box-shadow:	1px 1px 3px 2px #0EDF80;
  box-shadow:		1px 1px 3px 2px #0EDF80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0EDF80;
-webkit-box-shadow: 1px 1px 3px 2px #0EDF80;
box-shadow:1px 1px 3px 2px #0EDF80;">
Div content here</div>
This div box has shadow with color #0EDF80.

Preview

Color preview on black background

This text has color #0EDF80 on black background.


Color preview on white background

This text has color #0EDF80 on white background.



Black color preview on #0EDF80 background

This text has black color on #0EDF80 background.


White color preview on #0EDF80 background

This text has white color on #0EDF80 background.