COLOR #0DEAF4

HEX: #0DEAF4
RGB: (13,234,244)

Color info

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

RGB color model

#0DEAF4 color RGB value is (13,234,244).

  • red value is 13;
  • green value is 234;
  • blue value is 244.
RGB:
(13,234,244)
(5%,92%,96%)

RGB channels and saturation

R 13 of 255 = 5%
G 234 of 255 = 92%
B 244 of 255 = 96%

13
234
244

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

Portions of RGB colors in percentages

R + G + B =
13 + 234 + 244 = 491 (100%)
R 13 of 491 ~ 2.65%
G 234 of 491 ~ 47.66%
B 244 of 491 ~ 49.69%

%47.66
%49.69

CMYK color model

#0DEAF4 color CMYK value is (95,4,0,4).

  • cyan value is 94.67%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(95,4,0,4)
C95M4Y0K4 
(95%,4%,0%,4%)
(0.95/0.04/0.00/0.04)	

CMYK percentages

%94.67
%4.1
%0
%4.31

Codes

Color #0DEAF4 in popluar color models

0DEAF4
RGB13234244
HSL183°91.30%50.39%
HSB/HSV183°94.67%95.69%
CMYK94.67%4.10%0.00%
4.31%

Color #0DEAF4 in popluar number systems.

HEX0DEAF4
Decimal13234244
Binary11011110101011110100
Octal15352364

Shades and tints

Shades of #0DEAF4

#0DEAF4
(13,234,244)
#0CD5DE
(12,213,222)
#0BC0C8
(11,192,200)
#0AABB2
(10,171,178)
#09969C
(9,150,156)
#088186
(8,129,134)
#076C70
(7,108,112)
#06575A
(6,87,90)
#054244
(5,66,68)
#042D2E
(4,45,46)
#031818
(3,24,24)
#000000
(0,0,0)

Tints of #0DEAF4

#0DEAF4
(13,234,244)
#23EBF5
(35,235,245)
#39ECF6
(57,236,246)
#4FEDF7
(79,237,247)
#65EEF8
(101,238,248)
#7BEFF9
(123,239,249)
#91F0FA
(145,240,250)
#A7F1FB
(167,241,251)
#BDF2FC
(189,242,252)
#D3F3FD
(211,243,253)
#E9F4FE
(233,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DEAF4 color. Also use rgb(13,234,244) instead hex code.

Text Font Color

.myTextColor { color: #0DEAF4; }

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

This text font color is #0DEAF4.


Background Color

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

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

This div background color is #0DEAF4.


Border color

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

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

This div border color is #0DEAF4.


Opacity

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

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

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

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

This text has shadow with #0DEAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DEAF4 on black background.


Color preview on white background

This text has color #0DEAF4 on white background.



Black color preview on #0DEAF4 background

This text has black color on #0DEAF4 background.


White color preview on #0DEAF4 background

This text has white color on #0DEAF4 background.