COLOR #2EB4E9

HEX: #2EB4E9
RGB: (46,180,233)

Color info

#2EB4E9 contains mainly green and blue colors. Web safe color of #2EB4E9 is #33CCFF (or #3CF).

RGB color model

#2EB4E9 color RGB value is (46,180,233).

  • red value is 46;
  • green value is 180;
  • blue value is 233.
RGB:
(46,180,233)
(18%,71%,91%)

RGB channels and saturation

R 46 of 255 = 18%
G 180 of 255 = 71%
B 233 of 255 = 91%

46
180
233

R + G + B ~ 60%. #2EB4E9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 180 + 233 = 459 (100%)
R 46 of 459 ~ 10.02%
G 180 of 459 ~ 39.22%
B 233 of 459 ~ 50.76%

%10.02
%39.22
%50.76

CMYK color model

#2EB4E9 color CMYK value is (80,23,0,9).

  • cyan value is 80.26%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(80,23,0,9)
C80M23Y0K9 
(80%,23%,0%,9%)
(0.80/0.23/0.00/0.09)	

CMYK percentages

%80.26
%22.75
%0
%8.63

Codes

Color #2EB4E9 in popluar color models

2EB4E9
RGB46180233
HSL197°80.95%54.71%
HSB/HSV197°80.26%91.37%
CMYK80.26%22.75%0.00%
8.63%

Color #2EB4E9 in popluar number systems.

HEX2EB4E9
Decimal46180233
Binary1011101011010011101001
Octal56264351

Shades and tints

Shades of #2EB4E9

#2EB4E9
(46,180,233)
#2AA4D4
(42,164,212)
#2694BF
(38,148,191)
#2284AA
(34,132,170)
#1E7495
(30,116,149)
#1A6480
(26,100,128)
#16546B
(22,84,107)
#124456
(18,68,86)
#0E3441
(14,52,65)
#0A242C
(10,36,44)
#061417
(6,20,23)
#000000
(0,0,0)

Tints of #2EB4E9

#2EB4E9
(46,180,233)
#41BAEB
(65,186,235)
#54C0ED
(84,192,237)
#67C6EF
(103,198,239)
#7ACCF1
(122,204,241)
#8DD2F3
(141,210,243)
#A0D8F5
(160,216,245)
#B3DEF7
(179,222,247)
#C6E4F9
(198,228,249)
#D9EAFB
(217,234,251)
#ECF0FD
(236,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB4E9 color. Also use rgb(46,180,233) instead hex code.

Text Font Color

.myTextColor { color: #2EB4E9; }

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

This text font color is #2EB4E9.


Background Color

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

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

This div background color is #2EB4E9.


Border color

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

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

This div border color is #2EB4E9.


Opacity

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

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

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

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

This text has shadow with #2EB4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB4E9 on black background.


Color preview on white background

This text has color #2EB4E9 on white background.



Black color preview on #2EB4E9 background

This text has black color on #2EB4E9 background.


White color preview on #2EB4E9 background

This text has white color on #2EB4E9 background.