COLOR #5CDEE1

HEX: #5CDEE1
RGB: (92,222,225)

Color info

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

RGB color model

#5CDEE1 color RGB value is (92,222,225).

  • red value is 92;
  • green value is 222;
  • blue value is 225.
RGB:
(92,222,225)
(36%,87%,88%)

RGB channels and saturation

R 92 of 255 = 36%
G 222 of 255 = 87%
B 225 of 255 = 88%

92
222
225

R + G + B ~ 70%. #5CDEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 222 + 225 = 539 (100%)
R 92 of 539 ~ 17.07%
G 222 of 539 ~ 41.19%
B 225 of 539 ~ 41.74%

%17.07
%41.19
%41.74

CMYK color model

#5CDEE1 color CMYK value is (59,1,0,12).

  • cyan value is 59.11%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(59,1,0,12)
C59M1Y0K12 
(59%,1%,0%,12%)
(0.59/0.01/0.00/0.12)	

CMYK percentages

%59.11
%1.33
%0
%11.76

Codes

Color #5CDEE1 in popluar color models

5CDEE1
RGB92222225
HSL181°68.91%62.16%
HSB/HSV181°59.11%88.24%
CMYK59.11%1.33%0.00%
11.76%

Color #5CDEE1 in popluar number systems.

HEX5CDEE1
Decimal92222225
Binary10111001101111011100001
Octal134336341

Shades and tints

Shades of #5CDEE1

#5CDEE1
(92,222,225)
#54CACD
(84,202,205)
#4CB6B9
(76,182,185)
#44A2A5
(68,162,165)
#3C8E91
(60,142,145)
#347A7D
(52,122,125)
#2C6669
(44,102,105)
#245255
(36,82,85)
#1C3E41
(28,62,65)
#142A2D
(20,42,45)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #5CDEE1

#5CDEE1
(92,222,225)
#6AE1E3
(106,225,227)
#78E4E5
(120,228,229)
#86E7E7
(134,231,231)
#94EAE9
(148,234,233)
#A2EDEB
(162,237,235)
#B0F0ED
(176,240,237)
#BEF3EF
(190,243,239)
#CCF6F1
(204,246,241)
#DAF9F3
(218,249,243)
#E8FCF5
(232,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CDEE1 color. Also use rgb(92,222,225) instead hex code.

Text Font Color

.myTextColor { color: #5CDEE1; }

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

This text font color is #5CDEE1.


Background Color

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

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

This div background color is #5CDEE1.


Border color

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

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

This div border color is #5CDEE1.


Opacity

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

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

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

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

This text has shadow with #5CDEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CDEE1 on black background.


Color preview on white background

This text has color #5CDEE1 on white background.



Black color preview on #5CDEE1 background

This text has black color on #5CDEE1 background.


White color preview on #5CDEE1 background

This text has white color on #5CDEE1 background.