COLOR #5ECFE5

HEX: #5ECFE5 RGB: (94,207,229)

Color info

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

RGB color model

#5ECFE5 color RGB value is (94,207,229).

RGB: (94,207,229) (37%, 81%, 90%)

RGB channels and saturation

R 94 of 255 = 37%
G 207 of 255 = 81%
B 229 of 255 = 90%

94
207
229

R + G + B ~ 69%. #5ECFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 207 + 229 = 530 (100%)
R 94 of 530 ~ 17.74%
G 207 of 530 ~ 39.06%
B 229 of 530 ~ 43.21'%

%17.74
%39.06
%43.21

CMYK color model

#5ECFE5 color CMYK value is (59,10,0,10).

  • cyan value is 58.95%
  • magenta value is 9.61%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (59,10,0,10)
C59M10Y0K10 (59%, 10%, 0%, 10%)
(0.59 / 0.10 / 0.00 / 0.10)

CMYK percentages

%58.95
%9.61
%0
%10.2

Codes

Color #5ECFE5 in popluar color models

5E CF E5
RGB 94 207 229
HSL 190° 72.19% 63.33%
HSB/HSV 190° 58.95% 89.80%
CMYK 58.95% 9.61% 0.00%
10.20%

Color #5ECFE5 in popluar number systems.

HEX 5E CF E5
Decimal 94 207 229
Binary 1011110 11001111 11100101
Octal 136 317 345

Shades and tints

Shades of #5ECFE5

#5ECFE5
(94,207,229)
#56BDD1
(86,189,209)
#4EABBD
(78,171,189)
#4699A9
(70,153,169)
#3E8795
(62,135,149)
#367581
(54,117,129)
#2E636D
(46,99,109)
#265159
(38,81,89)
#1E3F45
(30,63,69)
#162D31
(22,45,49)
#0E1B1D
(14,27,29)
#000000
(0,0,0)

Tints of #5ECFE5

#5ECFE5
(94,207,229)
#6CD3E7
(108,211,231)
#7AD7E9
(122,215,233)
#88DBEB
(136,219,235)
#96DFED
(150,223,237)
#A4E3EF
(164,227,239)
#B2E7F1
(178,231,241)
#C0EBF3
(192,235,243)
#CEEFF5
(206,239,245)
#DCF3F7
(220,243,247)
#EAF7F9
(234,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ECFE5 color. Also use rgb(94,207,229) instead hex code.

Text Font Color

.myTextColor { color: #5ECFE5; }

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

This text font color is #5ECFE5.

Background Color

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

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

This div background color is #5ECFE5.

Border color

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

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

This div border color is #5ECFE5.

Opacity

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

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

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

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

This text has shadow with #5ECFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ECFE5.

Preview

Color preview on black background

This text has color #5ECFE5 on black background.


Color preview on white background

This text has color #5ECFE5 on white background.


Black color preview on #5ECFE5 background

This text has black color on #5ECFE5 background.


White color preview on #5ECFE5 background

This text has white color on #5ECFE5 background.


Related colors

Complementary color

Complementary color for #hex is #A1301A.


I love getcolorcode.com

Triadic colors

1 #E55ECF and #CFE55E with #5ECFE5 are triadic colors.

2 #E5CF5E and #CF5EE5 with #5ECFE5 are triadic colors.