COLOR #04FDFE

HEX: #04FDFE
RGB: (4,253,254)

Color info

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

RGB color model

#04FDFE color RGB value is (4,253,254).

  • red value is 4;
  • green value is 253;
  • blue value is 254.
RGB:
(4,253,254)
(2%,99%,100%)

RGB channels and saturation

R 4 of 255 = 2%
G 253 of 255 = 99%
B 254 of 255 = 100%

4
253
254

R + G + B ~ 67%. #04FDFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
4 + 253 + 254 = 511 (100%)
R 4 of 511 ~ 0.78%
G 253 of 511 ~ 49.51%
B 254 of 511 ~ 49.71%

%49.51
%49.71

CMYK color model

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

  • cyan value is 98.43%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(98,0,0,0)
C98M0Y0K0 
(98%,0%,0%,0%)
(0.98/0.00/0.00/0.00)	

CMYK percentages

%98.43
%0.39
%0
%0.39

Codes

Color #04FDFE in popluar color models

04FDFE
RGB4253254
HSL180°99.21%50.59%
HSB/HSV180°98.43%99.61%
CMYK98.43%0.39%0.00%
0.39%

Color #04FDFE in popluar number systems.

HEX04FDFE
Decimal4253254
Binary1001111110111111110
Octal4375376

Shades and tints

Shades of #04FDFE

#04FDFE
(4,253,254)
#04E6E7
(4,230,231)
#04CFD0
(4,207,208)
#04B8B9
(4,184,185)
#04A1A2
(4,161,162)
#048A8B
(4,138,139)
#047374
(4,115,116)
#045C5D
(4,92,93)
#044546
(4,69,70)
#042E2F
(4,46,47)
#041718
(4,23,24)
#000000
(0,0,0)

Tints of #04FDFE

#04FDFE
(4,253,254)
#1AFDFE
(26,253,254)
#30FDFE
(48,253,254)
#46FDFE
(70,253,254)
#5CFDFE
(92,253,254)
#72FDFE
(114,253,254)
#88FDFE
(136,253,254)
#9EFDFE
(158,253,254)
#B4FDFE
(180,253,254)
#CAFDFE
(202,253,254)
#E0FDFE
(224,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04FDFE color. Also use rgb(4,253,254) instead hex code.

Text Font Color

.myTextColor { color: #04FDFE; }

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

This text font color is #04FDFE.


Background Color

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

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

This div background color is #04FDFE.


Border color

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

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

This div border color is #04FDFE.


Opacity

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

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

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

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

This text has shadow with #04FDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04FDFE on black background.


Color preview on white background

This text has color #04FDFE on white background.



Black color preview on #04FDFE background

This text has black color on #04FDFE background.


White color preview on #04FDFE background

This text has white color on #04FDFE background.