COLOR #2EF0DC

HEX: #2EF0DC
RGB: (46,240,220)

Color info

#2EF0DC contains mainly green and blue colors. Web safe color of #2EF0DC is #33FFCC (or #3FC).

RGB color model

#2EF0DC color RGB value is (46,240,220).

  • red value is 46;
  • green value is 240;
  • blue value is 220.
RGB:
(46,240,220)
(18%,94%,86%)

RGB channels and saturation

R 46 of 255 = 18%
G 240 of 255 = 94%
B 220 of 255 = 86%

46
240
220

R + G + B ~ 66%. #2EF0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 240 + 220 = 506 (100%)
R 46 of 506 ~ 9.09%
G 240 of 506 ~ 47.43%
B 220 of 506 ~ 43.48%

%47.43
%43.48

CMYK color model

#2EF0DC color CMYK value is (81,0,8,6).

  • cyan value is 80.83%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(81,0,8,6)
C81M0Y8K6 
(81%,0%,8%,6%)
(0.81/0.00/0.08/0.06)	

CMYK percentages

%80.83
%0
%8.33
%5.88

Codes

Color #2EF0DC in popluar color models

2EF0DC
RGB46240220
HSL174°86.61%56.08%
HSB/HSV174°80.83%94.12%
CMYK80.83%0.00%8.33%
5.88%

Color #2EF0DC in popluar number systems.

HEX2EF0DC
Decimal46240220
Binary1011101111000011011100
Octal56360334

Shades and tints

Shades of #2EF0DC

#2EF0DC
(46,240,220)
#2ADBC8
(42,219,200)
#26C6B4
(38,198,180)
#22B1A0
(34,177,160)
#1E9C8C
(30,156,140)
#1A8778
(26,135,120)
#167264
(22,114,100)
#125D50
(18,93,80)
#0E483C
(14,72,60)
#0A3328
(10,51,40)
#061E14
(6,30,20)
#000000
(0,0,0)

Tints of #2EF0DC

#2EF0DC
(46,240,220)
#41F1DF
(65,241,223)
#54F2E2
(84,242,226)
#67F3E5
(103,243,229)
#7AF4E8
(122,244,232)
#8DF5EB
(141,245,235)
#A0F6EE
(160,246,238)
#B3F7F1
(179,247,241)
#C6F8F4
(198,248,244)
#D9F9F7
(217,249,247)
#ECFAFA
(236,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EF0DC color. Also use rgb(46,240,220) instead hex code.

Text Font Color

.myTextColor { color: #2EF0DC; }

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

This text font color is #2EF0DC.


Background Color

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

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

This div background color is #2EF0DC.


Border color

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

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

This div border color is #2EF0DC.


Opacity

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

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

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

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

This text has shadow with #2EF0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EF0DC on black background.


Color preview on white background

This text has color #2EF0DC on white background.



Black color preview on #2EF0DC background

This text has black color on #2EF0DC background.


White color preview on #2EF0DC background

This text has white color on #2EF0DC background.