COLOR #4ED1E2

HEX: #4ED1E2
RGB: (78,209,226)

Color info

#4ED1E2 contains mainly green and blue colors. Web safe color of #4ED1E2 is #66CCCC (or #6CC).

RGB color model

#4ED1E2 color RGB value is (78,209,226).

  • red value is 78;
  • green value is 209;
  • blue value is 226.
RGB:
(78,209,226)
(31%,82%,89%)

RGB channels and saturation

R 78 of 255 = 31%
G 209 of 255 = 82%
B 226 of 255 = 89%

78
209
226

R + G + B ~ 67%. #4ED1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 209 + 226 = 513 (100%)
R 78 of 513 ~ 15.2%
G 209 of 513 ~ 40.74%
B 226 of 513 ~ 44.05%

%15.2
%40.74
%44.05

CMYK color model

#4ED1E2 color CMYK value is (65,8,0,11).

  • cyan value is 65.49%
  • magenta value is 7.52%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(65,8,0,11)
C65M8Y0K11 
(65%,8%,0%,11%)
(0.65/0.08/0.00/0.11)	

CMYK percentages

%65.49
%7.52
%0
%11.37

Codes

Color #4ED1E2 in popluar color models

4ED1E2
RGB78209226
HSL187°71.84%59.61%
HSB/HSV187°65.49%88.63%
CMYK65.49%7.52%0.00%
11.37%

Color #4ED1E2 in popluar number systems.

HEX4ED1E2
Decimal78209226
Binary10011101101000111100010
Octal116321342

Shades and tints

Shades of #4ED1E2

#4ED1E2
(78,209,226)
#47BECE
(71,190,206)
#40ABBA
(64,171,186)
#3998A6
(57,152,166)
#328592
(50,133,146)
#2B727E
(43,114,126)
#245F6A
(36,95,106)
#1D4C56
(29,76,86)
#163942
(22,57,66)
#0F262E
(15,38,46)
#08131A
(8,19,26)
#000000
(0,0,0)

Tints of #4ED1E2

#4ED1E2
(78,209,226)
#5ED5E4
(94,213,228)
#6ED9E6
(110,217,230)
#7EDDE8
(126,221,232)
#8EE1EA
(142,225,234)
#9EE5EC
(158,229,236)
#AEE9EE
(174,233,238)
#BEEDF0
(190,237,240)
#CEF1F2
(206,241,242)
#DEF5F4
(222,245,244)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED1E2 color. Also use rgb(78,209,226) instead hex code.

Text Font Color

.myTextColor { color: #4ED1E2; }

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

This text font color is #4ED1E2.


Background Color

.myBgColor { background-color: #4ED1E2; }

<div style="background-color:#4ED1E2">Inner text</div>

This div background color is #4ED1E2.


Border color

.myBorderColor { border: 1px solid #4ED1E2; }

<div style="border:3px solid #4ED1E2">Div</div>

This div border color is #4ED1E2.


Opacity

.myOpacity80 { color: #4ED1E2; opacity: 0.8; }

<p style="color:#4ED1E2;opacity:0.8;">80%</p>

Text with #4ED1E2 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 #4ED1E2;}

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

This text has shadow with #4ED1E2 color.

.textShadow {text-shadow: 3px 3px 1px #4ED1E2, 3px 3px 1px red;}

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

This text has shadow with #4ED1E2 primary color and red secondary color.


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

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

This text has shadow with #4ED1E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED1E2 on black background.


Color preview on white background

This text has color #4ED1E2 on white background.



Black color preview on #4ED1E2 background

This text has black color on #4ED1E2 background.


White color preview on #4ED1E2 background

This text has white color on #4ED1E2 background.