COLOR #2ED4E1

HEX: #2ED4E1
RGB: (46,212,225)

Color info

#2ED4E1 contains mainly green and blue colors. Web safe color of #2ED4E1 is #33CCCC (or #3CC).

RGB color model

#2ED4E1 color RGB value is (46,212,225).

  • red value is 46;
  • green value is 212;
  • blue value is 225.
RGB:
(46,212,225)
(18%,83%,88%)

RGB channels and saturation

R 46 of 255 = 18%
G 212 of 255 = 83%
B 225 of 255 = 88%

46
212
225

R + G + B ~ 63%. #2ED4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 212 + 225 = 483 (100%)
R 46 of 483 ~ 9.52%
G 212 of 483 ~ 43.89%
B 225 of 483 ~ 46.58%

%9.52
%43.89
%46.58

CMYK color model

#2ED4E1 color CMYK value is (80,6,0,12).

  • cyan value is 79.56%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(80,6,0,12)
C80M6Y0K12 
(80%,6%,0%,12%)
(0.80/0.06/0.00/0.12)	

CMYK percentages

%79.56
%5.78
%0
%11.76

Codes

Color #2ED4E1 in popluar color models

2ED4E1
RGB46212225
HSL184°74.90%53.14%
HSB/HSV184°79.56%88.24%
CMYK79.56%5.78%0.00%
11.76%

Color #2ED4E1 in popluar number systems.

HEX2ED4E1
Decimal46212225
Binary1011101101010011100001
Octal56324341

Shades and tints

Shades of #2ED4E1

#2ED4E1
(46,212,225)
#2AC1CD
(42,193,205)
#26AEB9
(38,174,185)
#229BA5
(34,155,165)
#1E8891
(30,136,145)
#1A757D
(26,117,125)
#166269
(22,98,105)
#124F55
(18,79,85)
#0E3C41
(14,60,65)
#0A292D
(10,41,45)
#061619
(6,22,25)
#000000
(0,0,0)

Tints of #2ED4E1

#2ED4E1
(46,212,225)
#41D7E3
(65,215,227)
#54DAE5
(84,218,229)
#67DDE7
(103,221,231)
#7AE0E9
(122,224,233)
#8DE3EB
(141,227,235)
#A0E6ED
(160,230,237)
#B3E9EF
(179,233,239)
#C6ECF1
(198,236,241)
#D9EFF3
(217,239,243)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED4E1 color. Also use rgb(46,212,225) instead hex code.

Text Font Color

.myTextColor { color: #2ED4E1; }

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

This text font color is #2ED4E1.


Background Color

.myBgColor { background-color: #2ED4E1; }

<div style="background-color:#2ED4E1">Inner text</div>

This div background color is #2ED4E1.


Border color

.myBorderColor { border: 1px solid #2ED4E1; }

<div style="border:3px solid #2ED4E1">Div</div>

This div border color is #2ED4E1.


Opacity

.myOpacity80 { color: #2ED4E1; opacity: 0.8; }

<p style="color:#2ED4E1;opacity:0.8;">80%</p>

Text with #2ED4E1 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 #2ED4E1;}

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

This text has shadow with #2ED4E1 color.

.textShadow {text-shadow: 3px 3px 1px #2ED4E1, 3px 3px 1px red;}

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

This text has shadow with #2ED4E1 primary color and red secondary color.


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

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

This text has shadow with #2ED4E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED4E1 on black background.


Color preview on white background

This text has color #2ED4E1 on white background.



Black color preview on #2ED4E1 background

This text has black color on #2ED4E1 background.


White color preview on #2ED4E1 background

This text has white color on #2ED4E1 background.