COLOR #04E3EA

HEX: #04E3EA
RGB: (4,227,234)

Color info

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

RGB color model

#04E3EA color RGB value is (4,227,234).

  • red value is 4;
  • green value is 227;
  • blue value is 234.
RGB:
(4,227,234)
(2%,89%,92%)

RGB channels and saturation

R 4 of 255 = 2%
G 227 of 255 = 89%
B 234 of 255 = 92%

4
227
234

R + G + B ~ 61%. #04E3EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
4 + 227 + 234 = 465 (100%)
R 4 of 465 ~ 0.86%
G 227 of 465 ~ 48.82%
B 234 of 465 ~ 50.32%

%48.82
%50.32

CMYK color model

#04E3EA color CMYK value is (98,3,0,8).

  • cyan value is 98.29%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(98,3,0,8)
C98M3Y0K8 
(98%,3%,0%,8%)
(0.98/0.03/0.00/0.08)	

CMYK percentages

%98.29
%2.99
%0
%8.24

Codes

Color #04E3EA in popluar color models

04E3EA
RGB4227234
HSL182°96.64%46.67%
HSB/HSV182°98.29%91.76%
CMYK98.29%2.99%0.00%
8.24%

Color #04E3EA in popluar number systems.

HEX04E3EA
Decimal4227234
Binary1001110001111101010
Octal4343352

Shades and tints

Shades of #04E3EA

#04E3EA
(4,227,234)
#04CFD5
(4,207,213)
#04BBC0
(4,187,192)
#04A7AB
(4,167,171)
#049396
(4,147,150)
#047F81
(4,127,129)
#046B6C
(4,107,108)
#045757
(4,87,87)
#044342
(4,67,66)
#042F2D
(4,47,45)
#041B18
(4,27,24)
#000000
(0,0,0)

Tints of #04E3EA

#04E3EA
(4,227,234)
#1AE5EB
(26,229,235)
#30E7EC
(48,231,236)
#46E9ED
(70,233,237)
#5CEBEE
(92,235,238)
#72EDEF
(114,237,239)
#88EFF0
(136,239,240)
#9EF1F1
(158,241,241)
#B4F3F2
(180,243,242)
#CAF5F3
(202,245,243)
#E0F7F4
(224,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04E3EA color. Also use rgb(4,227,234) instead hex code.

Text Font Color

.myTextColor { color: #04E3EA; }

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

This text font color is #04E3EA.


Background Color

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

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

This div background color is #04E3EA.


Border color

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

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

This div border color is #04E3EA.


Opacity

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

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

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

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

This text has shadow with #04E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04E3EA on black background.


Color preview on white background

This text has color #04E3EA on white background.



Black color preview on #04E3EA background

This text has black color on #04E3EA background.


White color preview on #04E3EA background

This text has white color on #04E3EA background.