COLOR #0EFCE2

HEX: #0EFCE2
RGB: (14,252,226)

Color info

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

RGB color model

#0EFCE2 color RGB value is (14,252,226).

  • red value is 14;
  • green value is 252;
  • blue value is 226.
RGB:
(14,252,226)
(5%,99%,89%)

RGB channels and saturation

R 14 of 255 = 5%
G 252 of 255 = 99%
B 226 of 255 = 89%

14
252
226

R + G + B ~ 64%. #0EFCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
14 + 252 + 226 = 492 (100%)
R 14 of 492 ~ 2.85%
G 252 of 492 ~ 51.22%
B 226 of 492 ~ 45.93%

%51.22
%45.93

CMYK color model

#0EFCE2 color CMYK value is (94,0,10,1).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(94,0,10,1)
C94M0Y10K1 
(94%,0%,10%,1%)
(0.94/0.00/0.10/0.01)	

CMYK percentages

%94.44
%0
%10.32
%1.18

Codes

Color #0EFCE2 in popluar color models

0EFCE2
RGB14252226
HSL173°97.54%52.16%
HSB/HSV173°94.44%98.82%
CMYK94.44%0.00%10.32%
1.18%

Color #0EFCE2 in popluar number systems.

HEX0EFCE2
Decimal14252226
Binary11101111110011100010
Octal16374342

Shades and tints

Shades of #0EFCE2

#0EFCE2
(14,252,226)
#0DE6CE
(13,230,206)
#0CD0BA
(12,208,186)
#0BBAA6
(11,186,166)
#0AA492
(10,164,146)
#098E7E
(9,142,126)
#08786A
(8,120,106)
#076256
(7,98,86)
#064C42
(6,76,66)
#05362E
(5,54,46)
#04201A
(4,32,26)
#000000
(0,0,0)

Tints of #0EFCE2

#0EFCE2
(14,252,226)
#23FCE4
(35,252,228)
#38FCE6
(56,252,230)
#4DFCE8
(77,252,232)
#62FCEA
(98,252,234)
#77FCEC
(119,252,236)
#8CFCEE
(140,252,238)
#A1FCF0
(161,252,240)
#B6FCF2
(182,252,242)
#CBFCF4
(203,252,244)
#E0FCF6
(224,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EFCE2 color. Also use rgb(14,252,226) instead hex code.

Text Font Color

.myTextColor { color: #0EFCE2; }

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

This text font color is #0EFCE2.


Background Color

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

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

This div background color is #0EFCE2.


Border color

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

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

This div border color is #0EFCE2.


Opacity

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

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

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

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

This text has shadow with #0EFCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EFCE2 on black background.


Color preview on white background

This text has color #0EFCE2 on white background.



Black color preview on #0EFCE2 background

This text has black color on #0EFCE2 background.


White color preview on #0EFCE2 background

This text has white color on #0EFCE2 background.