COLOR #04D4E9

HEX: #04D4E9
RGB: (4,212,233)

Color info

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

RGB color model

#04D4E9 color RGB value is (4,212,233).

  • red value is 4;
  • green value is 212;
  • blue value is 233.
RGB:
(4,212,233)
(2%,83%,91%)

RGB channels and saturation

R 4 of 255 = 2%
G 212 of 255 = 83%
B 233 of 255 = 91%

4
212
233

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

Portions of RGB colors in percentages

R + G + B =
4 + 212 + 233 = 449 (100%)
R 4 of 449 ~ 0.89%
G 212 of 449 ~ 47.22%
B 233 of 449 ~ 51.89%

%47.22
%51.89

CMYK color model

#04D4E9 color CMYK value is (98,9,0,9).

  • cyan value is 98.28%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(98,9,0,9)
C98M9Y0K9 
(98%,9%,0%,9%)
(0.98/0.09/0.00/0.09)	

CMYK percentages

%98.28
%9.01
%0
%8.63

Codes

Color #04D4E9 in popluar color models

04D4E9
RGB4212233
HSL186°96.62%46.47%
HSB/HSV186°98.28%91.37%
CMYK98.28%9.01%0.00%
8.63%

Color #04D4E9 in popluar number systems.

HEX04D4E9
Decimal4212233
Binary1001101010011101001
Octal4324351

Shades and tints

Shades of #04D4E9

#04D4E9
(4,212,233)
#04C1D4
(4,193,212)
#04AEBF
(4,174,191)
#049BAA
(4,155,170)
#048895
(4,136,149)
#047580
(4,117,128)
#04626B
(4,98,107)
#044F56
(4,79,86)
#043C41
(4,60,65)
#04292C
(4,41,44)
#041617
(4,22,23)
#000000
(0,0,0)

Tints of #04D4E9

#04D4E9
(4,212,233)
#1AD7EB
(26,215,235)
#30DAED
(48,218,237)
#46DDEF
(70,221,239)
#5CE0F1
(92,224,241)
#72E3F3
(114,227,243)
#88E6F5
(136,230,245)
#9EE9F7
(158,233,247)
#B4ECF9
(180,236,249)
#CAEFFB
(202,239,251)
#E0F2FD
(224,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04D4E9 color. Also use rgb(4,212,233) instead hex code.

Text Font Color

.myTextColor { color: #04D4E9; }

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

This text font color is #04D4E9.


Background Color

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

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

This div background color is #04D4E9.


Border color

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

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

This div border color is #04D4E9.


Opacity

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

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

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

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

This text has shadow with #04D4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04D4E9 on black background.


Color preview on white background

This text has color #04D4E9 on white background.



Black color preview on #04D4E9 background

This text has black color on #04D4E9 background.


White color preview on #04D4E9 background

This text has white color on #04D4E9 background.