COLOR #5EE4FC

HEX: #5EE4FC
RGB: (94,228,252)

Color info

#5EE4FC contains mainly green and blue colors. Web safe color of #5EE4FC is #66CCFF (or #6CF).

RGB color model

#5EE4FC color RGB value is (94,228,252).

  • red value is 94;
  • green value is 228;
  • blue value is 252.
RGB:
(94,228,252)
(37%,89%,99%)

RGB channels and saturation

R 94 of 255 = 37%
G 228 of 255 = 89%
B 252 of 255 = 99%

94
228
252

R + G + B ~ 75%. #5EE4FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 228 + 252 = 574 (100%)
R 94 of 574 ~ 16.38%
G 228 of 574 ~ 39.72%
B 252 of 574 ~ 43.9%

%16.38
%39.72
%43.9

CMYK color model

#5EE4FC color CMYK value is (63,10,0,1).

  • cyan value is 62.70%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(63,10,0,1)
C63M10Y0K1 
(63%,10%,0%,1%)
(0.63/0.10/0.00/0.01)	

CMYK percentages

%62.7
%9.52
%0
%1.18

Codes

Color #5EE4FC in popluar color models

5EE4FC
RGB94228252
HSL189°96.34%67.84%
HSB/HSV189°62.70%98.82%
CMYK62.70%9.52%0.00%
1.18%

Color #5EE4FC in popluar number systems.

HEX5EE4FC
Decimal94228252
Binary10111101110010011111100
Octal136344374

Shades and tints

Shades of #5EE4FC

#5EE4FC
(94,228,252)
#56D0E6
(86,208,230)
#4EBCD0
(78,188,208)
#46A8BA
(70,168,186)
#3E94A4
(62,148,164)
#36808E
(54,128,142)
#2E6C78
(46,108,120)
#265862
(38,88,98)
#1E444C
(30,68,76)
#163036
(22,48,54)
#0E1C20
(14,28,32)
#000000
(0,0,0)

Tints of #5EE4FC

#5EE4FC
(94,228,252)
#6CE6FC
(108,230,252)
#7AE8FC
(122,232,252)
#88EAFC
(136,234,252)
#96ECFC
(150,236,252)
#A4EEFC
(164,238,252)
#B2F0FC
(178,240,252)
#C0F2FC
(192,242,252)
#CEF4FC
(206,244,252)
#DCF6FC
(220,246,252)
#EAF8FC
(234,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE4FC color. Also use rgb(94,228,252) instead hex code.

Text Font Color

.myTextColor { color: #5EE4FC; }

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

This text font color is #5EE4FC.


Background Color

.myBgColor { background-color: #5EE4FC; }

<div style="background-color:#5EE4FC">Inner text</div>

This div background color is #5EE4FC.


Border color

.myBorderColor { border: 1px solid #5EE4FC; }

<div style="border:3px solid #5EE4FC">Div</div>

This div border color is #5EE4FC.


Opacity

.myOpacity80 { color: #5EE4FC; opacity: 0.8; }

<p style="color:#5EE4FC;opacity:0.8;">80%</p>

Text with #5EE4FC 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 #5EE4FC;}

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

This text has shadow with #5EE4FC color.

.textShadow {text-shadow: 3px 3px 1px #5EE4FC, 3px 3px 1px red;}

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

This text has shadow with #5EE4FC primary color and red secondary color.


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

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

This text has shadow with #5EE4FC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EE4FC on black background.


Color preview on white background

This text has color #5EE4FC on white background.



Black color preview on #5EE4FC background

This text has black color on #5EE4FC background.


White color preview on #5EE4FC background

This text has white color on #5EE4FC background.