COLOR #5EB4D0

HEX: #5EB4D0
RGB: (94,180,208)

Color info

#5EB4D0 contains mainly green and blue colors. Web safe color of #5EB4D0 is #66CCCC (or #6CC).

RGB color model

#5EB4D0 color RGB value is (94,180,208).

  • red value is 94;
  • green value is 180;
  • blue value is 208.
RGB:
(94,180,208)
(37%,71%,82%)

RGB channels and saturation

R 94 of 255 = 37%
G 180 of 255 = 71%
B 208 of 255 = 82%

94
180
208

R + G + B ~ 63%. #5EB4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 180 + 208 = 482 (100%)
R 94 of 482 ~ 19.5%
G 180 of 482 ~ 37.34%
B 208 of 482 ~ 43.15%

%19.5
%37.34
%43.15

CMYK color model

#5EB4D0 color CMYK value is (55,13,0,18).

  • cyan value is 54.81%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(55,13,0,18)
C55M13Y0K18 
(55%,13%,0%,18%)
(0.55/0.13/0.00/0.18)	

CMYK percentages

%54.81
%13.46
%0
%18.43

Codes

Color #5EB4D0 in popluar color models

5EB4D0
RGB94180208
HSL195°54.81%59.22%
HSB/HSV195°54.81%81.57%
CMYK54.81%13.46%0.00%
18.43%

Color #5EB4D0 in popluar number systems.

HEX5EB4D0
Decimal94180208
Binary10111101011010011010000
Octal136264320

Shades and tints

Shades of #5EB4D0

#5EB4D0
(94,180,208)
#56A4BE
(86,164,190)
#4E94AC
(78,148,172)
#46849A
(70,132,154)
#3E7488
(62,116,136)
#366476
(54,100,118)
#2E5464
(46,84,100)
#264452
(38,68,82)
#1E3440
(30,52,64)
#16242E
(22,36,46)
#0E141C
(14,20,28)
#000000
(0,0,0)

Tints of #5EB4D0

#5EB4D0
(94,180,208)
#6CBAD4
(108,186,212)
#7AC0D8
(122,192,216)
#88C6DC
(136,198,220)
#96CCE0
(150,204,224)
#A4D2E4
(164,210,228)
#B2D8E8
(178,216,232)
#C0DEEC
(192,222,236)
#CEE4F0
(206,228,240)
#DCEAF4
(220,234,244)
#EAF0F8
(234,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB4D0 color. Also use rgb(94,180,208) instead hex code.

Text Font Color

.myTextColor { color: #5EB4D0; }

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

This text font color is #5EB4D0.


Background Color

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

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

This div background color is #5EB4D0.


Border color

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

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

This div border color is #5EB4D0.


Opacity

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

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

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

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

This text has shadow with #5EB4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB4D0 on black background.


Color preview on white background

This text has color #5EB4D0 on white background.



Black color preview on #5EB4D0 background

This text has black color on #5EB4D0 background.


White color preview on #5EB4D0 background

This text has white color on #5EB4D0 background.