COLOR #4CDCE4

HEX: #4CDCE4
RGB: (76,220,228)

Color info

#4CDCE4 contains mainly green and blue colors. Web safe color of #4CDCE4 is #33CCCC (or #3CC).

RGB color model

#4CDCE4 color RGB value is (76,220,228).

  • red value is 76;
  • green value is 220;
  • blue value is 228.
RGB:
(76,220,228)
(30%,86%,89%)

RGB channels and saturation

R 76 of 255 = 30%
G 220 of 255 = 86%
B 228 of 255 = 89%

76
220
228

R + G + B ~ 68%. #4CDCE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 220 + 228 = 524 (100%)
R 76 of 524 ~ 14.5%
G 220 of 524 ~ 41.98%
B 228 of 524 ~ 43.51%

%14.5
%41.98
%43.51

CMYK color model

#4CDCE4 color CMYK value is (67,4,0,11).

  • cyan value is 66.67%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(67,4,0,11)
C67M4Y0K11 
(67%,4%,0%,11%)
(0.67/0.04/0.00/0.11)	

CMYK percentages

%66.67
%3.51
%0
%10.59

Codes

Color #4CDCE4 in popluar color models

4CDCE4
RGB76220228
HSL183°73.79%59.61%
HSB/HSV183°66.67%89.41%
CMYK66.67%3.51%0.00%
10.59%

Color #4CDCE4 in popluar number systems.

HEX4CDCE4
Decimal76220228
Binary10011001101110011100100
Octal114334344

Shades and tints

Shades of #4CDCE4

#4CDCE4
(76,220,228)
#46C8D0
(70,200,208)
#40B4BC
(64,180,188)
#3AA0A8
(58,160,168)
#348C94
(52,140,148)
#2E7880
(46,120,128)
#28646C
(40,100,108)
#225058
(34,80,88)
#1C3C44
(28,60,68)
#162830
(22,40,48)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #4CDCE4

#4CDCE4
(76,220,228)
#5CDFE6
(92,223,230)
#6CE2E8
(108,226,232)
#7CE5EA
(124,229,234)
#8CE8EC
(140,232,236)
#9CEBEE
(156,235,238)
#ACEEF0
(172,238,240)
#BCF1F2
(188,241,242)
#CCF4F4
(204,244,244)
#DCF7F6
(220,247,246)
#ECFAF8
(236,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CDCE4 color. Also use rgb(76,220,228) instead hex code.

Text Font Color

.myTextColor { color: #4CDCE4; }

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

This text font color is #4CDCE4.


Background Color

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

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

This div background color is #4CDCE4.


Border color

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

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

This div border color is #4CDCE4.


Opacity

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

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

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

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

This text has shadow with #4CDCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CDCE4 on black background.


Color preview on white background

This text has color #4CDCE4 on white background.



Black color preview on #4CDCE4 background

This text has black color on #4CDCE4 background.


White color preview on #4CDCE4 background

This text has white color on #4CDCE4 background.