COLOR #4CCAEC

HEX: #4CCAEC
RGB: (76,202,236)

Color info

#4CCAEC contains mainly green and blue colors. Web safe color of #4CCAEC is #33CCFF (or #3CF).

RGB color model

#4CCAEC color RGB value is (76,202,236).

  • red value is 76;
  • green value is 202;
  • blue value is 236.
RGB:
(76,202,236)
(30%,79%,93%)

RGB channels and saturation

R 76 of 255 = 30%
G 202 of 255 = 79%
B 236 of 255 = 93%

76
202
236

R + G + B ~ 67%. #4CCAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 202 + 236 = 514 (100%)
R 76 of 514 ~ 14.79%
G 202 of 514 ~ 39.3%
B 236 of 514 ~ 45.91%

%14.79
%39.3
%45.91

CMYK color model

#4CCAEC color CMYK value is (68,14,0,7).

  • cyan value is 67.80%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(68,14,0,7)
C68M14Y0K7 
(68%,14%,0%,7%)
(0.68/0.14/0.00/0.07)	

CMYK percentages

%67.8
%14.41
%0
%7.45

Codes

Color #4CCAEC in popluar color models

4CCAEC
RGB76202236
HSL193°80.81%61.18%
HSB/HSV193°67.80%92.55%
CMYK67.80%14.41%0.00%
7.45%

Color #4CCAEC in popluar number systems.

HEX4CCAEC
Decimal76202236
Binary10011001100101011101100
Octal114312354

Shades and tints

Shades of #4CCAEC

#4CCAEC
(76,202,236)
#46B8D7
(70,184,215)
#40A6C2
(64,166,194)
#3A94AD
(58,148,173)
#348298
(52,130,152)
#2E7083
(46,112,131)
#285E6E
(40,94,110)
#224C59
(34,76,89)
#1C3A44
(28,58,68)
#16282F
(22,40,47)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #4CCAEC

#4CCAEC
(76,202,236)
#5CCEED
(92,206,237)
#6CD2EE
(108,210,238)
#7CD6EF
(124,214,239)
#8CDAF0
(140,218,240)
#9CDEF1
(156,222,241)
#ACE2F2
(172,226,242)
#BCE6F3
(188,230,243)
#CCEAF4
(204,234,244)
#DCEEF5
(220,238,245)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCAEC color. Also use rgb(76,202,236) instead hex code.

Text Font Color

.myTextColor { color: #4CCAEC; }

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

This text font color is #4CCAEC.


Background Color

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

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

This div background color is #4CCAEC.


Border color

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

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

This div border color is #4CCAEC.


Opacity

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

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

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

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

This text has shadow with #4CCAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CCAEC on black background.


Color preview on white background

This text has color #4CCAEC on white background.



Black color preview on #4CCAEC background

This text has black color on #4CCAEC background.


White color preview on #4CCAEC background

This text has white color on #4CCAEC background.