COLOR #5EADF9

HEX: #5EADF9 RGB: (94,173,249)

Color info

#5EADF9 contains mainly blue color. Web safe color of #5EADF9 is #6699FF (or #69F).

RGB color model

#5EADF9 color RGB value is (94,173,249).

RGB: (94,173,249) (37%, 68%, 98%)

RGB channels and saturation

R 94 of 255 = 37%
G 173 of 255 = 68%
B 249 of 255 = 98%

94
173
249

R + G + B ~ 68%. #5EADF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 173 + 249 = 516 (100%)
R 94 of 516 ~ 18.22%
G 173 of 516 ~ 33.53%
B 249 of 516 ~ 48.26'%

%18.22
%33.53
%48.26

CMYK color model

#5EADF9 color CMYK value is (62,31,0,2).

  • cyan value is 62.25%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (62,31,0,2)
C62M31Y0K2 (62%, 31%, 0%, 2%)
(0.62 / 0.31 / 0.00 / 0.02)

CMYK percentages

%62.25
%30.52
%0
%2.35

Codes

Color #5EADF9 in popluar color models

5E AD F9
RGB 94 173 249
HSL 209° 92.81% 67.25%
HSB/HSV 209° 62.25% 97.65%
CMYK 62.25% 30.52% 0.00%
2.35%

Color #5EADF9 in popluar number systems.

HEX 5E AD F9
Decimal 94 173 249
Binary 1011110 10101101 11111001
Octal 136 255 371

Shades and tints

Shades of #5EADF9

#5EADF9
(94,173,249)
#569EE3
(86,158,227)
#4E8FCD
(78,143,205)
#4680B7
(70,128,183)
#3E71A1
(62,113,161)
#36628B
(54,98,139)
#2E5375
(46,83,117)
#26445F
(38,68,95)
#1E3549
(30,53,73)
#162633
(22,38,51)
#0E171D
(14,23,29)
#000000
(0,0,0)

Tints of #5EADF9

#5EADF9
(94,173,249)
#6CB4F9
(108,180,249)
#7ABBF9
(122,187,249)
#88C2F9
(136,194,249)
#96C9F9
(150,201,249)
#A4D0F9
(164,208,249)
#B2D7F9
(178,215,249)
#C0DEF9
(192,222,249)
#CEE5F9
(206,229,249)
#DCECF9
(220,236,249)
#EAF3F9
(234,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EADF9 color. Also use rgb(94,173,249) instead hex code.

Text Font Color

.myTextColor { color: #5EADF9; }

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

This text font color is #5EADF9.

Background Color

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

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

This div background color is #5EADF9.

Border color

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

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

This div border color is #5EADF9.

Opacity

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

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

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

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

This text has shadow with #5EADF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EADF9.

Preview

Color preview on black background

This text has color #5EADF9 on black background.


Color preview on white background

This text has color #5EADF9 on white background.


Black color preview on #5EADF9 background

This text has black color on #5EADF9 background.


White color preview on #5EADF9 background

This text has white color on #5EADF9 background.


Related colors

Complementary color

Complementary color for #hex is #A15206.


I love getcolorcode.com

Triadic colors

1 #F95EAD and #ADF95E with #5EADF9 are triadic colors.

2 #F9AD5E and #AD5EF9 with #5EADF9 are triadic colors.