COLOR #4EADD5

HEX: #4EADD5
RGB: (78,173,213)

Color info

#4EADD5 contains mainly green and blue colors. Web safe color of #4EADD5 is #6699CC (or #69C).

RGB color model

#4EADD5 color RGB value is (78,173,213).

  • red value is 78;
  • green value is 173;
  • blue value is 213.
RGB:
(78,173,213)
(31%,68%,84%)

RGB channels and saturation

R 78 of 255 = 31%
G 173 of 255 = 68%
B 213 of 255 = 84%

78
173
213

R + G + B ~ 61%. #4EADD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 173 + 213 = 464 (100%)
R 78 of 464 ~ 16.81%
G 173 of 464 ~ 37.28%
B 213 of 464 ~ 45.91%

%16.81
%37.28
%45.91

CMYK color model

#4EADD5 color CMYK value is (63,19,0,16).

  • cyan value is 63.38%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(63,19,0,16)
C63M19Y0K16 
(63%,19%,0%,16%)
(0.63/0.19/0.00/0.16)	

CMYK percentages

%63.38
%18.78
%0
%16.47

Codes

Color #4EADD5 in popluar color models

4EADD5
RGB78173213
HSL198°61.64%57.06%
HSB/HSV198°63.38%83.53%
CMYK63.38%18.78%0.00%
16.47%

Color #4EADD5 in popluar number systems.

HEX4EADD5
Decimal78173213
Binary10011101010110111010101
Octal116255325

Shades and tints

Shades of #4EADD5

#4EADD5
(78,173,213)
#479EC2
(71,158,194)
#408FAF
(64,143,175)
#39809C
(57,128,156)
#327189
(50,113,137)
#2B6276
(43,98,118)
#245363
(36,83,99)
#1D4450
(29,68,80)
#16353D
(22,53,61)
#0F262A
(15,38,42)
#081717
(8,23,23)
#000000
(0,0,0)

Tints of #4EADD5

#4EADD5
(78,173,213)
#5EB4D8
(94,180,216)
#6EBBDB
(110,187,219)
#7EC2DE
(126,194,222)
#8EC9E1
(142,201,225)
#9ED0E4
(158,208,228)
#AED7E7
(174,215,231)
#BEDEEA
(190,222,234)
#CEE5ED
(206,229,237)
#DEECF0
(222,236,240)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EADD5 color. Also use rgb(78,173,213) instead hex code.

Text Font Color

.myTextColor { color: #4EADD5; }

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

This text font color is #4EADD5.


Background Color

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

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

This div background color is #4EADD5.


Border color

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

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

This div border color is #4EADD5.


Opacity

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

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

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

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

This text has shadow with #4EADD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EADD5 on black background.


Color preview on white background

This text has color #4EADD5 on white background.



Black color preview on #4EADD5 background

This text has black color on #4EADD5 background.


White color preview on #4EADD5 background

This text has white color on #4EADD5 background.