COLOR #04E7EA

HEX: #04E7EA
RGB: (4,231,234)

Color info

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

RGB color model

#04E7EA color RGB value is (4,231,234).

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

RGB channels and saturation

R 4 of 255 = 2%
G 231 of 255 = 91%
B 234 of 255 = 92%

4
231
234

R + G + B ~ 62%. #04E7EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
4 + 231 + 234 = 469 (100%)
R 4 of 469 ~ 0.85%
G 231 of 469 ~ 49.25%
B 234 of 469 ~ 49.89%

%49.25
%49.89

CMYK color model

#04E7EA color CMYK value is (98,1,0,8).

  • cyan value is 98.29%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(98,1,0,8)
C98M1Y0K8 
(98%,1%,0%,8%)
(0.98/0.01/0.00/0.08)	

CMYK percentages

%98.29
%1.28
%0
%8.24

Codes

Color #04E7EA in popluar color models

04E7EA
RGB4231234
HSL181°96.64%46.67%
HSB/HSV181°98.29%91.76%
CMYK98.29%1.28%0.00%
8.24%

Color #04E7EA in popluar number systems.

HEX04E7EA
Decimal4231234
Binary1001110011111101010
Octal4347352

Shades and tints

Shades of #04E7EA

#04E7EA
(4,231,234)
#04D2D5
(4,210,213)
#04BDC0
(4,189,192)
#04A8AB
(4,168,171)
#049396
(4,147,150)
#047E81
(4,126,129)
#04696C
(4,105,108)
#045457
(4,84,87)
#043F42
(4,63,66)
#042A2D
(4,42,45)
#041518
(4,21,24)
#000000
(0,0,0)

Tints of #04E7EA

#04E7EA
(4,231,234)
#1AE9EB
(26,233,235)
#30EBEC
(48,235,236)
#46EDED
(70,237,237)
#5CEFEE
(92,239,238)
#72F1EF
(114,241,239)
#88F3F0
(136,243,240)
#9EF5F1
(158,245,241)
#B4F7F2
(180,247,242)
#CAF9F3
(202,249,243)
#E0FBF4
(224,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04E7EA; }

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

This text font color is #04E7EA.


Background Color

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

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

This div background color is #04E7EA.


Border color

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

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

This div border color is #04E7EA.


Opacity

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

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

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

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

This text has shadow with #04E7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04E7EA on black background.


Color preview on white background

This text has color #04E7EA on white background.



Black color preview on #04E7EA background

This text has black color on #04E7EA background.


White color preview on #04E7EA background

This text has white color on #04E7EA background.