COLOR #0EE4E6

HEX: #0EE4E6
RGB: (14,228,230)

Color info

#0EE4E6 contains mainly green and blue colors. Web safe color of #0EE4E6 is #00CCCC (or #0CC).

RGB color model

#0EE4E6 color RGB value is (14,228,230).

  • red value is 14;
  • green value is 228;
  • blue value is 230.
RGB:
(14,228,230)
(5%,89%,90%)

RGB channels and saturation

R 14 of 255 = 5%
G 228 of 255 = 89%
B 230 of 255 = 90%

14
228
230

R + G + B ~ 61%. #0EE4E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
14 + 228 + 230 = 472 (100%)
R 14 of 472 ~ 2.97%
G 228 of 472 ~ 48.31%
B 230 of 472 ~ 48.73%

%48.31
%48.73

CMYK color model

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

  • cyan value is 93.91%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(94,1,0,10)
C94M1Y0K10 
(94%,1%,0%,10%)
(0.94/0.01/0.00/0.10)	

CMYK percentages

%93.91
%0.87
%0
%9.8

Codes

Color #0EE4E6 in popluar color models

0EE4E6
RGB14228230
HSL181°88.52%47.84%
HSB/HSV181°93.91%90.20%
CMYK93.91%0.87%0.00%
9.80%

Color #0EE4E6 in popluar number systems.

HEX0EE4E6
Decimal14228230
Binary11101110010011100110
Octal16344346

Shades and tints

Shades of #0EE4E6

#0EE4E6
(14,228,230)
#0DD0D2
(13,208,210)
#0CBCBE
(12,188,190)
#0BA8AA
(11,168,170)
#0A9496
(10,148,150)
#098082
(9,128,130)
#086C6E
(8,108,110)
#07585A
(7,88,90)
#064446
(6,68,70)
#053032
(5,48,50)
#041C1E
(4,28,30)
#000000
(0,0,0)

Tints of #0EE4E6

#0EE4E6
(14,228,230)
#23E6E8
(35,230,232)
#38E8EA
(56,232,234)
#4DEAEC
(77,234,236)
#62ECEE
(98,236,238)
#77EEF0
(119,238,240)
#8CF0F2
(140,240,242)
#A1F2F4
(161,242,244)
#B6F4F6
(182,244,246)
#CBF6F8
(203,246,248)
#E0F8FA
(224,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE4E6 color. Also use rgb(14,228,230) instead hex code.

Text Font Color

.myTextColor { color: #0EE4E6; }

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

This text font color is #0EE4E6.


Background Color

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

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

This div background color is #0EE4E6.


Border color

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

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

This div border color is #0EE4E6.


Opacity

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

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

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

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

This text has shadow with #0EE4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE4E6 on black background.


Color preview on white background

This text has color #0EE4E6 on white background.



Black color preview on #0EE4E6 background

This text has black color on #0EE4E6 background.


White color preview on #0EE4E6 background

This text has white color on #0EE4E6 background.