COLOR #5ACDE5

HEX: #5ACDE5
RGB: (90,205,229)

Color info

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

RGB color model

#5ACDE5 color RGB value is (90,205,229).

  • red value is 90;
  • green value is 205;
  • blue value is 229.
RGB:
(90,205,229)
(35%,80%,90%)

RGB channels and saturation

R 90 of 255 = 35%
G 205 of 255 = 80%
B 229 of 255 = 90%

90
205
229

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

Portions of RGB colors in percentages

R + G + B =
90 + 205 + 229 = 524 (100%)
R 90 of 524 ~ 17.18%
G 205 of 524 ~ 39.12%
B 229 of 524 ~ 43.7%

%17.18
%39.12
%43.7

CMYK color model

#5ACDE5 color CMYK value is (61,10,0,10).

  • cyan value is 60.70%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(61,10,0,10)
C61M10Y0K10 
(61%,10%,0%,10%)
(0.61/0.10/0.00/0.10)	

CMYK percentages

%60.7
%10.48
%0
%10.2

Codes

Color #5ACDE5 in popluar color models

5ACDE5
RGB90205229
HSL190°72.77%62.55%
HSB/HSV190°60.70%89.80%
CMYK60.70%10.48%0.00%
10.20%

Color #5ACDE5 in popluar number systems.

HEX5ACDE5
Decimal90205229
Binary10110101100110111100101
Octal132315345

Shades and tints

Shades of #5ACDE5

#5ACDE5
(90,205,229)
#52BBD1
(82,187,209)
#4AA9BD
(74,169,189)
#4297A9
(66,151,169)
#3A8595
(58,133,149)
#327381
(50,115,129)
#2A616D
(42,97,109)
#224F59
(34,79,89)
#1A3D45
(26,61,69)
#122B31
(18,43,49)
#0A191D
(10,25,29)
#000000
(0,0,0)

Tints of #5ACDE5

#5ACDE5
(90,205,229)
#69D1E7
(105,209,231)
#78D5E9
(120,213,233)
#87D9EB
(135,217,235)
#96DDED
(150,221,237)
#A5E1EF
(165,225,239)
#B4E5F1
(180,229,241)
#C3E9F3
(195,233,243)
#D2EDF5
(210,237,245)
#E1F1F7
(225,241,247)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ACDE5 color. Also use rgb(90,205,229) instead hex code.

Text Font Color

.myTextColor { color: #5ACDE5; }

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

This text font color is #5ACDE5.


Background Color

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

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

This div background color is #5ACDE5.


Border color

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

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

This div border color is #5ACDE5.


Opacity

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

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

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

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

This text has shadow with #5ACDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACDE5 on black background.


Color preview on white background

This text has color #5ACDE5 on white background.



Black color preview on #5ACDE5 background

This text has black color on #5ACDE5 background.


White color preview on #5ACDE5 background

This text has white color on #5ACDE5 background.