COLOR #04E5FA

HEX: #04E5FA
RGB: (4,229,250)

Color info

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

RGB color model

#04E5FA color RGB value is (4,229,250).

  • red value is 4;
  • green value is 229;
  • blue value is 250.
RGB:
(4,229,250)
(2%,90%,98%)

RGB channels and saturation

R 4 of 255 = 2%
G 229 of 255 = 90%
B 250 of 255 = 98%

4
229
250

R + G + B ~ 63%. #04E5FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
4 + 229 + 250 = 483 (100%)
R 4 of 483 ~ 0.83%
G 229 of 483 ~ 47.41%
B 250 of 483 ~ 51.76%

%47.41
%51.76

CMYK color model

#04E5FA color CMYK value is (98,8,0,2).

  • cyan value is 98.40%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(98,8,0,2)
C98M8Y0K2 
(98%,8%,0%,2%)
(0.98/0.08/0.00/0.02)	

CMYK percentages

%98.4
%8.4
%0
%1.96

Codes

Color #04E5FA in popluar color models

04E5FA
RGB4229250
HSL185°96.85%49.80%
HSB/HSV185°98.40%98.04%
CMYK98.40%8.40%0.00%
1.96%

Color #04E5FA in popluar number systems.

HEX04E5FA
Decimal4229250
Binary1001110010111111010
Octal4345372

Shades and tints

Shades of #04E5FA

#04E5FA
(4,229,250)
#04D1E4
(4,209,228)
#04BDCE
(4,189,206)
#04A9B8
(4,169,184)
#0495A2
(4,149,162)
#04818C
(4,129,140)
#046D76
(4,109,118)
#045960
(4,89,96)
#04454A
(4,69,74)
#043134
(4,49,52)
#041D1E
(4,29,30)
#000000
(0,0,0)

Tints of #04E5FA

#04E5FA
(4,229,250)
#1AE7FA
(26,231,250)
#30E9FA
(48,233,250)
#46EBFA
(70,235,250)
#5CEDFA
(92,237,250)
#72EFFA
(114,239,250)
#88F1FA
(136,241,250)
#9EF3FA
(158,243,250)
#B4F5FA
(180,245,250)
#CAF7FA
(202,247,250)
#E0F9FA
(224,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04E5FA color. Also use rgb(4,229,250) instead hex code.

Text Font Color

.myTextColor { color: #04E5FA; }

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

This text font color is #04E5FA.


Background Color

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

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

This div background color is #04E5FA.


Border color

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

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

This div border color is #04E5FA.


Opacity

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

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

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

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

This text has shadow with #04E5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04E5FA on black background.


Color preview on white background

This text has color #04E5FA on white background.



Black color preview on #04E5FA background

This text has black color on #04E5FA background.


White color preview on #04E5FA background

This text has white color on #04E5FA background.