COLOR #4CDCE5

HEX: #4CDCE5 RGB: (76,220,229)

Color info

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

RGB color model

#4CDCE5 color RGB value is (76,220,229).

RGB: (76,220,229) (30%, 86%, 90%)

RGB channels and saturation

R 76 of 255 = 30%
G 220 of 255 = 86%
B 229 of 255 = 90%

76
220
229

R + G + B ~ 69%. #4CDCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 76 + 220 + 229 = 525 (100%)
R 76 of 525 ~ 14.48%
G 220 of 525 ~ 41.9%
B 229 of 525 ~ 43.62'%

%14.48
%41.9
%43.62

CMYK color model

#4CDCE5 color CMYK value is (67,4,0,10).

  • cyan value is 66.81%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (67,4,0,10)
C67M4Y0K10 (67%, 4%, 0%, 10%)
(0.67 / 0.04 / 0.00 / 0.10)

CMYK percentages

%66.81
%3.93
%0
%10.2

Codes

Color #4CDCE5 in popluar color models

4C DC E5
RGB 76 220 229
HSL 184° 74.63% 59.80%
HSB/HSV 184° 66.81% 89.80%
CMYK 66.81% 3.93% 0.00%
10.20%

Color #4CDCE5 in popluar number systems.

HEX 4C DC E5
Decimal 76 220 229
Binary 1001100 11011100 11100101
Octal 114 334 345

Shades and tints

Shades of #4CDCE5

#4CDCE5
(76,220,229)
#46C8D1
(70,200,209)
#40B4BD
(64,180,189)
#3AA0A9
(58,160,169)
#348C95
(52,140,149)
#2E7881
(46,120,129)
#28646D
(40,100,109)
#225059
(34,80,89)
#1C3C45
(28,60,69)
#162831
(22,40,49)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #4CDCE5

#4CDCE5
(76,220,229)
#5CDFE7
(92,223,231)
#6CE2E9
(108,226,233)
#7CE5EB
(124,229,235)
#8CE8ED
(140,232,237)
#9CEBEF
(156,235,239)
#ACEEF1
(172,238,241)
#BCF1F3
(188,241,243)
#CCF4F5
(204,244,245)
#DCF7F7
(220,247,247)
#ECFAF9
(236,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CDCE5; }

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

This text font color is #4CDCE5.

Background Color

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

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

This div background color is #4CDCE5.

Border color

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

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

This div border color is #4CDCE5.

Opacity

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

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

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

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

This text has shadow with #4CDCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CDCE5.

Preview

Color preview on black background

This text has color #4CDCE5 on black background.


Color preview on white background

This text has color #4CDCE5 on white background.


Black color preview on #4CDCE5 background

This text has black color on #4CDCE5 background.


White color preview on #4CDCE5 background

This text has white color on #4CDCE5 background.


Related colors

Complementary color

Complementary color for #hex is #B3231A.


I love getcolorcode.com

Triadic colors

1 #E54CDC and #DCE54C with #4CDCE5 are triadic colors.

2 #E5DC4C and #DC4CE5 with #4CDCE5 are triadic colors.