COLOR #4DE4FD

HEX: #4DE4FD
RGB: (77,228,253)

Color info

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

RGB color model

#4DE4FD color RGB value is (77,228,253).

  • red value is 77;
  • green value is 228;
  • blue value is 253.
RGB:
(77,228,253)
(30%,89%,99%)

RGB channels and saturation

R 77 of 255 = 30%
G 228 of 255 = 89%
B 253 of 255 = 99%

77
228
253

R + G + B ~ 73%. #4DE4FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 228 + 253 = 558 (100%)
R 77 of 558 ~ 13.8%
G 228 of 558 ~ 40.86%
B 253 of 558 ~ 45.34%

%13.8
%40.86
%45.34

CMYK color model

#4DE4FD color CMYK value is (70,10,0,1).

  • cyan value is 69.57%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(70,10,0,1)
C70M10Y0K1 
(70%,10%,0%,1%)
(0.70/0.10/0.00/0.01)	

CMYK percentages

%69.57
%9.88
%0
%0.78

Codes

Color #4DE4FD in popluar color models

4DE4FD
RGB77228253
HSL189°97.78%64.71%
HSB/HSV189°69.57%99.22%
CMYK69.57%9.88%0.00%
0.78%

Color #4DE4FD in popluar number systems.

HEX4DE4FD
Decimal77228253
Binary10011011110010011111101
Octal115344375

Shades and tints

Shades of #4DE4FD

#4DE4FD
(77,228,253)
#46D0E6
(70,208,230)
#3FBCCF
(63,188,207)
#38A8B8
(56,168,184)
#3194A1
(49,148,161)
#2A808A
(42,128,138)
#236C73
(35,108,115)
#1C585C
(28,88,92)
#154445
(21,68,69)
#0E302E
(14,48,46)
#071C17
(7,28,23)
#000000
(0,0,0)

Tints of #4DE4FD

#4DE4FD
(77,228,253)
#5DE6FD
(93,230,253)
#6DE8FD
(109,232,253)
#7DEAFD
(125,234,253)
#8DECFD
(141,236,253)
#9DEEFD
(157,238,253)
#ADF0FD
(173,240,253)
#BDF2FD
(189,242,253)
#CDF4FD
(205,244,253)
#DDF6FD
(221,246,253)
#EDF8FD
(237,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DE4FD color. Also use rgb(77,228,253) instead hex code.

Text Font Color

.myTextColor { color: #4DE4FD; }

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

This text font color is #4DE4FD.


Background Color

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

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

This div background color is #4DE4FD.


Border color

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

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

This div border color is #4DE4FD.


Opacity

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

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

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

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

This text has shadow with #4DE4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DE4FD on black background.


Color preview on white background

This text has color #4DE4FD on white background.



Black color preview on #4DE4FD background

This text has black color on #4DE4FD background.


White color preview on #4DE4FD background

This text has white color on #4DE4FD background.