COLOR #4EBADC

HEX: #4EBADC
RGB: (78,186,220)

Color info

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

RGB color model

#4EBADC color RGB value is (78,186,220).

  • red value is 78;
  • green value is 186;
  • blue value is 220.
RGB:
(78,186,220)
(31%,73%,86%)

RGB channels and saturation

R 78 of 255 = 31%
G 186 of 255 = 73%
B 220 of 255 = 86%

78
186
220

R + G + B ~ 63%. #4EBADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 186 + 220 = 484 (100%)
R 78 of 484 ~ 16.12%
G 186 of 484 ~ 38.43%
B 220 of 484 ~ 45.45%

%16.12
%38.43
%45.45

CMYK color model

#4EBADC color CMYK value is (65,15,0,14).

  • cyan value is 64.55%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(65,15,0,14)
C65M15Y0K14 
(65%,15%,0%,14%)
(0.65/0.15/0.00/0.14)	

CMYK percentages

%64.55
%15.45
%0
%13.73

Codes

Color #4EBADC in popluar color models

4EBADC
RGB78186220
HSL194°66.98%58.43%
HSB/HSV194°64.55%86.27%
CMYK64.55%15.45%0.00%
13.73%

Color #4EBADC in popluar number systems.

HEX4EBADC
Decimal78186220
Binary10011101011101011011100
Octal116272334

Shades and tints

Shades of #4EBADC

#4EBADC
(78,186,220)
#47AAC8
(71,170,200)
#409AB4
(64,154,180)
#398AA0
(57,138,160)
#327A8C
(50,122,140)
#2B6A78
(43,106,120)
#245A64
(36,90,100)
#1D4A50
(29,74,80)
#163A3C
(22,58,60)
#0F2A28
(15,42,40)
#081A14
(8,26,20)
#000000
(0,0,0)

Tints of #4EBADC

#4EBADC
(78,186,220)
#5EC0DF
(94,192,223)
#6EC6E2
(110,198,226)
#7ECCE5
(126,204,229)
#8ED2E8
(142,210,232)
#9ED8EB
(158,216,235)
#AEDEEE
(174,222,238)
#BEE4F1
(190,228,241)
#CEEAF4
(206,234,244)
#DEF0F7
(222,240,247)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EBADC color. Also use rgb(78,186,220) instead hex code.

Text Font Color

.myTextColor { color: #4EBADC; }

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

This text font color is #4EBADC.


Background Color

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

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

This div background color is #4EBADC.


Border color

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

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

This div border color is #4EBADC.


Opacity

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

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

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

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

This text has shadow with #4EBADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EBADC on black background.


Color preview on white background

This text has color #4EBADC on white background.



Black color preview on #4EBADC background

This text has black color on #4EBADC background.


White color preview on #4EBADC background

This text has white color on #4EBADC background.