COLOR #0EEEF7

HEX: #0EEEF7
RGB: (14,238,247)

Color info

#0EEEF7 contains mainly green and blue colors. Web safe color of #0EEEF7 is #00FFFF (or #0FF).

RGB color model

#0EEEF7 color RGB value is (14,238,247).

  • red value is 14;
  • green value is 238;
  • blue value is 247.
RGB:
(14,238,247)
(5%,93%,97%)

RGB channels and saturation

R 14 of 255 = 5%
G 238 of 255 = 93%
B 247 of 255 = 97%

14
238
247

R + G + B ~ 65%. #0EEEF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
14 + 238 + 247 = 499 (100%)
R 14 of 499 ~ 2.81%
G 238 of 499 ~ 47.7%
B 247 of 499 ~ 49.5%

%47.7
%49.5

CMYK color model

#0EEEF7 color CMYK value is (94,4,0,3).

  • cyan value is 94.33%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(94,4,0,3)
C94M4Y0K3 
(94%,4%,0%,3%)
(0.94/0.04/0.00/0.03)	

CMYK percentages

%94.33
%3.64
%0
%3.14

Codes

Color #0EEEF7 in popluar color models

0EEEF7
RGB14238247
HSL182°93.57%51.18%
HSB/HSV182°94.33%96.86%
CMYK94.33%3.64%0.00%
3.14%

Color #0EEEF7 in popluar number systems.

HEX0EEEF7
Decimal14238247
Binary11101110111011110111
Octal16356367

Shades and tints

Shades of #0EEEF7

#0EEEF7
(14,238,247)
#0DD9E1
(13,217,225)
#0CC4CB
(12,196,203)
#0BAFB5
(11,175,181)
#0A9A9F
(10,154,159)
#098589
(9,133,137)
#087073
(8,112,115)
#075B5D
(7,91,93)
#064647
(6,70,71)
#053131
(5,49,49)
#041C1B
(4,28,27)
#000000
(0,0,0)

Tints of #0EEEF7

#0EEEF7
(14,238,247)
#23EFF7
(35,239,247)
#38F0F7
(56,240,247)
#4DF1F7
(77,241,247)
#62F2F7
(98,242,247)
#77F3F7
(119,243,247)
#8CF4F7
(140,244,247)
#A1F5F7
(161,245,247)
#B6F6F7
(182,246,247)
#CBF7F7
(203,247,247)
#E0F8F7
(224,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EEEF7 color. Also use rgb(14,238,247) instead hex code.

Text Font Color

.myTextColor { color: #0EEEF7; }

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

This text font color is #0EEEF7.


Background Color

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

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

This div background color is #0EEEF7.


Border color

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

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

This div border color is #0EEEF7.


Opacity

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

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

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

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

This text has shadow with #0EEEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EEEF7 on black background.


Color preview on white background

This text has color #0EEEF7 on white background.



Black color preview on #0EEEF7 background

This text has black color on #0EEEF7 background.


White color preview on #0EEEF7 background

This text has white color on #0EEEF7 background.