COLOR #5ABADE

HEX: #5ABADE
RGB: (90,186,222)

Color info

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

RGB color model

#5ABADE color RGB value is (90,186,222).

  • red value is 90;
  • green value is 186;
  • blue value is 222.
RGB:
(90,186,222)
(35%,73%,87%)

RGB channels and saturation

R 90 of 255 = 35%
G 186 of 255 = 73%
B 222 of 255 = 87%

90
186
222

R + G + B ~ 65%. #5ABADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 186 + 222 = 498 (100%)
R 90 of 498 ~ 18.07%
G 186 of 498 ~ 37.35%
B 222 of 498 ~ 44.58%

%18.07
%37.35
%44.58

CMYK color model

#5ABADE color CMYK value is (59,16,0,13).

  • cyan value is 59.46%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(59,16,0,13)
C59M16Y0K13 
(59%,16%,0%,13%)
(0.59/0.16/0.00/0.13)	

CMYK percentages

%59.46
%16.22
%0
%12.94

Codes

Color #5ABADE in popluar color models

5ABADE
RGB90186222
HSL196°66.67%61.18%
HSB/HSV196°59.46%87.06%
CMYK59.46%16.22%0.00%
12.94%

Color #5ABADE in popluar number systems.

HEX5ABADE
Decimal90186222
Binary10110101011101011011110
Octal132272336

Shades and tints

Shades of #5ABADE

#5ABADE
(90,186,222)
#52AACA
(82,170,202)
#4A9AB6
(74,154,182)
#428AA2
(66,138,162)
#3A7A8E
(58,122,142)
#326A7A
(50,106,122)
#2A5A66
(42,90,102)
#224A52
(34,74,82)
#1A3A3E
(26,58,62)
#122A2A
(18,42,42)
#0A1A16
(10,26,22)
#000000
(0,0,0)

Tints of #5ABADE

#5ABADE
(90,186,222)
#69C0E1
(105,192,225)
#78C6E4
(120,198,228)
#87CCE7
(135,204,231)
#96D2EA
(150,210,234)
#A5D8ED
(165,216,237)
#B4DEF0
(180,222,240)
#C3E4F3
(195,228,243)
#D2EAF6
(210,234,246)
#E1F0F9
(225,240,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABADE color. Also use rgb(90,186,222) instead hex code.

Text Font Color

.myTextColor { color: #5ABADE; }

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

This text font color is #5ABADE.


Background Color

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

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

This div background color is #5ABADE.


Border color

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

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

This div border color is #5ABADE.


Opacity

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

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

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

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

This text has shadow with #5ABADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABADE on black background.


Color preview on white background

This text has color #5ABADE on white background.



Black color preview on #5ABADE background

This text has black color on #5ABADE background.


White color preview on #5ABADE background

This text has white color on #5ABADE background.