COLOR #04D0EF

HEX: #04D0EF
RGB: (4,208,239)

Color info

#04D0EF contains mainly green and blue colors. Web safe color of #04D0EF is #00CCFF (or #0CF).

RGB color model

#04D0EF color RGB value is (4,208,239).

  • red value is 4;
  • green value is 208;
  • blue value is 239.
RGB:
(4,208,239)
(2%,82%,94%)

RGB channels and saturation

R 4 of 255 = 2%
G 208 of 255 = 82%
B 239 of 255 = 94%

4
208
239

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

Portions of RGB colors in percentages

R + G + B =
4 + 208 + 239 = 451 (100%)
R 4 of 451 ~ 0.89%
G 208 of 451 ~ 46.12%
B 239 of 451 ~ 52.99%

%46.12
%52.99

CMYK color model

#04D0EF color CMYK value is (98,13,0,6).

  • cyan value is 98.33%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(98,13,0,6)
C98M13Y0K6 
(98%,13%,0%,6%)
(0.98/0.13/0.00/0.06)	

CMYK percentages

%98.33
%12.97
%0
%6.27

Codes

Color #04D0EF in popluar color models

04D0EF
RGB4208239
HSL188°96.71%47.65%
HSB/HSV188°98.33%93.73%
CMYK98.33%12.97%0.00%
6.27%

Color #04D0EF in popluar number systems.

HEX04D0EF
Decimal4208239
Binary1001101000011101111
Octal4320357

Shades and tints

Shades of #04D0EF

#04D0EF
(4,208,239)
#04BEDA
(4,190,218)
#04ACC5
(4,172,197)
#049AB0
(4,154,176)
#04889B
(4,136,155)
#047686
(4,118,134)
#046471
(4,100,113)
#04525C
(4,82,92)
#044047
(4,64,71)
#042E32
(4,46,50)
#041C1D
(4,28,29)
#000000
(0,0,0)

Tints of #04D0EF

#04D0EF
(4,208,239)
#1AD4F0
(26,212,240)
#30D8F1
(48,216,241)
#46DCF2
(70,220,242)
#5CE0F3
(92,224,243)
#72E4F4
(114,228,244)
#88E8F5
(136,232,245)
#9EECF6
(158,236,246)
#B4F0F7
(180,240,247)
#CAF4F8
(202,244,248)
#E0F8F9
(224,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04D0EF color. Also use rgb(4,208,239) instead hex code.

Text Font Color

.myTextColor { color: #04D0EF; }

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

This text font color is #04D0EF.


Background Color

.myBgColor { background-color: #04D0EF; }

<div style="background-color:#04D0EF">Inner text</div>

This div background color is #04D0EF.


Border color

.myBorderColor { border: 1px solid #04D0EF; }

<div style="border:3px solid #04D0EF">Div</div>

This div border color is #04D0EF.


Opacity

.myOpacity80 { color: #04D0EF; opacity: 0.8; }

<p style="color:#04D0EF;opacity:0.8;">80%</p>

Text with #04D0EF 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 #04D0EF;}

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

This text has shadow with #04D0EF color.

.textShadow {text-shadow: 3px 3px 1px #04D0EF, 3px 3px 1px red;}

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

This text has shadow with #04D0EF primary color and red secondary color.


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

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

This text has shadow with #04D0EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04D0EF on black background.


Color preview on white background

This text has color #04D0EF on white background.



Black color preview on #04D0EF background

This text has black color on #04D0EF background.


White color preview on #04D0EF background

This text has white color on #04D0EF background.