COLOR #2EBEFD

HEX: #2EBEFD
RGB: (46,190,253)

Color info

#2EBEFD contains mainly blue color. Web safe color of #2EBEFD is #33CCFF (or #3CF).

RGB color model

#2EBEFD color RGB value is (46,190,253).

  • red value is 46;
  • green value is 190;
  • blue value is 253.
RGB:
(46,190,253)
(18%,75%,99%)

RGB channels and saturation

R 46 of 255 = 18%
G 190 of 255 = 75%
B 253 of 255 = 99%

46
190
253

R + G + B ~ 64%. #2EBEFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 190 + 253 = 489 (100%)
R 46 of 489 ~ 9.41%
G 190 of 489 ~ 38.85%
B 253 of 489 ~ 51.74%

%38.85
%51.74

CMYK color model

#2EBEFD color CMYK value is (82,25,0,1).

  • cyan value is 81.82%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(82,25,0,1)
C82M25Y0K1 
(82%,25%,0%,1%)
(0.82/0.25/0.00/0.01)	

CMYK percentages

%81.82
%24.9
%0
%0.78

Codes

Color #2EBEFD in popluar color models

2EBEFD
RGB46190253
HSL198°98.10%58.63%
HSB/HSV198°81.82%99.22%
CMYK81.82%24.90%0.00%
0.78%

Color #2EBEFD in popluar number systems.

HEX2EBEFD
Decimal46190253
Binary1011101011111011111101
Octal56276375

Shades and tints

Shades of #2EBEFD

#2EBEFD
(46,190,253)
#2AADE6
(42,173,230)
#269CCF
(38,156,207)
#228BB8
(34,139,184)
#1E7AA1
(30,122,161)
#1A698A
(26,105,138)
#165873
(22,88,115)
#12475C
(18,71,92)
#0E3645
(14,54,69)
#0A252E
(10,37,46)
#061417
(6,20,23)
#000000
(0,0,0)

Tints of #2EBEFD

#2EBEFD
(46,190,253)
#41C3FD
(65,195,253)
#54C8FD
(84,200,253)
#67CDFD
(103,205,253)
#7AD2FD
(122,210,253)
#8DD7FD
(141,215,253)
#A0DCFD
(160,220,253)
#B3E1FD
(179,225,253)
#C6E6FD
(198,230,253)
#D9EBFD
(217,235,253)
#ECF0FD
(236,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EBEFD color. Also use rgb(46,190,253) instead hex code.

Text Font Color

.myTextColor { color: #2EBEFD; }

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

This text font color is #2EBEFD.


Background Color

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

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

This div background color is #2EBEFD.


Border color

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

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

This div border color is #2EBEFD.


Opacity

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

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

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

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

This text has shadow with #2EBEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EBEFD on black background.


Color preview on white background

This text has color #2EBEFD on white background.



Black color preview on #2EBEFD background

This text has black color on #2EBEFD background.


White color preview on #2EBEFD background

This text has white color on #2EBEFD background.