COLOR #4EADCC

HEX: #4EADCC
RGB: (78,173,204)

Color info

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

RGB color model

#4EADCC color RGB value is (78,173,204).

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

RGB channels and saturation

R 78 of 255 = 31%
G 173 of 255 = 68%
B 204 of 255 = 80%

78
173
204

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

Portions of RGB colors in percentages

R + G + B =
78 + 173 + 204 = 455 (100%)
R 78 of 455 ~ 17.14%
G 173 of 455 ~ 38.02%
B 204 of 455 ~ 44.84%

%17.14
%38.02
%44.84

CMYK color model

#4EADCC color CMYK value is (62,15,0,20).

  • cyan value is 61.76%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(62,15,0,20)
C62M15Y0K20 
(62%,15%,0%,20%)
(0.62/0.15/0.00/0.20)	

CMYK percentages

%61.76
%15.2
%0
%20

Codes

Color #4EADCC in popluar color models

4EADCC
RGB78173204
HSL195°55.26%55.29%
HSB/HSV195°61.76%80.00%
CMYK61.76%15.20%0.00%
20.00%

Color #4EADCC in popluar number systems.

HEX4EADCC
Decimal78173204
Binary10011101010110111001100
Octal116255314

Shades and tints

Shades of #4EADCC

#4EADCC
(78,173,204)
#479EBA
(71,158,186)
#408FA8
(64,143,168)
#398096
(57,128,150)
#327184
(50,113,132)
#2B6272
(43,98,114)
#245360
(36,83,96)
#1D444E
(29,68,78)
#16353C
(22,53,60)
#0F262A
(15,38,42)
#081718
(8,23,24)
#000000
(0,0,0)

Tints of #4EADCC

#4EADCC
(78,173,204)
#5EB4D0
(94,180,208)
#6EBBD4
(110,187,212)
#7EC2D8
(126,194,216)
#8EC9DC
(142,201,220)
#9ED0E0
(158,208,224)
#AED7E4
(174,215,228)
#BEDEE8
(190,222,232)
#CEE5EC
(206,229,236)
#DEECF0
(222,236,240)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EADCC; }

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

This text font color is #4EADCC.


Background Color

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

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

This div background color is #4EADCC.


Border color

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

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

This div border color is #4EADCC.


Opacity

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

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

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

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

This text has shadow with #4EADCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EADCC on black background.


Color preview on white background

This text has color #4EADCC on white background.



Black color preview on #4EADCC background

This text has black color on #4EADCC background.


White color preview on #4EADCC background

This text has white color on #4EADCC background.