COLOR #0EEFC4

HEX: #0EEFC4
RGB: (14,239,196)

Color info

#0EEFC4 contains mainly green and blue colors. Web safe color of #0EEFC4 is #00FFCC (or #0FC).

RGB color model

#0EEFC4 color RGB value is (14,239,196).

  • red value is 14;
  • green value is 239;
  • blue value is 196.
RGB:
(14,239,196)
(5%,94%,77%)

RGB channels and saturation

R 14 of 255 = 5%
G 239 of 255 = 94%
B 196 of 255 = 77%

14
239
196

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

Portions of RGB colors in percentages

R + G + B =
14 + 239 + 196 = 449 (100%)
R 14 of 449 ~ 3.12%
G 239 of 449 ~ 53.23%
B 196 of 449 ~ 43.65%

%53.23
%43.65

CMYK color model

#0EEFC4 color CMYK value is (94,0,18,6).

  • cyan value is 94.14%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(94,0,18,6)
C94M0Y18K6 
(94%,0%,18%,6%)
(0.94/0.00/0.18/0.06)	

CMYK percentages

%94.14
%0
%17.99
%6.27

Codes

Color #0EEFC4 in popluar color models

0EEFC4
RGB14239196
HSL169°88.93%49.61%
HSB/HSV169°94.14%93.73%
CMYK94.14%0.00%17.99%
6.27%

Color #0EEFC4 in popluar number systems.

HEX0EEFC4
Decimal14239196
Binary11101110111111000100
Octal16357304

Shades and tints

Shades of #0EEFC4

#0EEFC4
(14,239,196)
#0DDAB3
(13,218,179)
#0CC5A2
(12,197,162)
#0BB091
(11,176,145)
#0A9B80
(10,155,128)
#09866F
(9,134,111)
#08715E
(8,113,94)
#075C4D
(7,92,77)
#06473C
(6,71,60)
#05322B
(5,50,43)
#041D1A
(4,29,26)
#000000
(0,0,0)

Tints of #0EEFC4

#0EEFC4
(14,239,196)
#23F0C9
(35,240,201)
#38F1CE
(56,241,206)
#4DF2D3
(77,242,211)
#62F3D8
(98,243,216)
#77F4DD
(119,244,221)
#8CF5E2
(140,245,226)
#A1F6E7
(161,246,231)
#B6F7EC
(182,247,236)
#CBF8F1
(203,248,241)
#E0F9F6
(224,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EEFC4 color. Also use rgb(14,239,196) instead hex code.

Text Font Color

.myTextColor { color: #0EEFC4; }

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

This text font color is #0EEFC4.


Background Color

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

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

This div background color is #0EEFC4.


Border color

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

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

This div border color is #0EEFC4.


Opacity

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

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

Text with #0EEFC4 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 #0EEFC4;}

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

This text has shadow with #0EEFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EEFC4 on black background.


Color preview on white background

This text has color #0EEFC4 on white background.



Black color preview on #0EEFC4 background

This text has black color on #0EEFC4 background.


White color preview on #0EEFC4 background

This text has white color on #0EEFC4 background.