COLOR #5CAEED

HEX: #5CAEED
RGB: (92,174,237)

Color info

#5CAEED contains mainly blue color. Web safe color of #5CAEED is #6699FF (or #69F).

RGB color model

#5CAEED color RGB value is (92,174,237).

  • red value is 92;
  • green value is 174;
  • blue value is 237.
RGB:
(92,174,237)
(36%,68%,93%)

RGB channels and saturation

R 92 of 255 = 36%
G 174 of 255 = 68%
B 237 of 255 = 93%

92
174
237

R + G + B ~ 66%. #5CAEED is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 174 + 237 = 503 (100%)
R 92 of 503 ~ 18.29%
G 174 of 503 ~ 34.59%
B 237 of 503 ~ 47.12%

%18.29
%34.59
%47.12

CMYK color model

#5CAEED color CMYK value is (61,27,0,7).

  • cyan value is 61.18%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(61,27,0,7)
C61M27Y0K7 
(61%,27%,0%,7%)
(0.61/0.27/0.00/0.07)	

CMYK percentages

%61.18
%26.58
%0
%7.06

Codes

Color #5CAEED in popluar color models

5CAEED
RGB92174237
HSL206°80.11%64.51%
HSB/HSV206°61.18%92.94%
CMYK61.18%26.58%0.00%
7.06%

Color #5CAEED in popluar number systems.

HEX5CAEED
Decimal92174237
Binary10111001010111011101101
Octal134256355

Shades and tints

Shades of #5CAEED

#5CAEED
(92,174,237)
#549FD8
(84,159,216)
#4C90C3
(76,144,195)
#4481AE
(68,129,174)
#3C7299
(60,114,153)
#346384
(52,99,132)
#2C546F
(44,84,111)
#24455A
(36,69,90)
#1C3645
(28,54,69)
#142730
(20,39,48)
#0C181B
(12,24,27)
#000000
(0,0,0)

Tints of #5CAEED

#5CAEED
(92,174,237)
#6AB5EE
(106,181,238)
#78BCEF
(120,188,239)
#86C3F0
(134,195,240)
#94CAF1
(148,202,241)
#A2D1F2
(162,209,242)
#B0D8F3
(176,216,243)
#BEDFF4
(190,223,244)
#CCE6F5
(204,230,245)
#DAEDF6
(218,237,246)
#E8F4F7
(232,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAEED color. Also use rgb(92,174,237) instead hex code.

Text Font Color

.myTextColor { color: #5CAEED; }

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

This text font color is #5CAEED.


Background Color

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

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

This div background color is #5CAEED.


Border color

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

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

This div border color is #5CAEED.


Opacity

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

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

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

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

This text has shadow with #5CAEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAEED on black background.


Color preview on white background

This text has color #5CAEED on white background.



Black color preview on #5CAEED background

This text has black color on #5CAEED background.


White color preview on #5CAEED background

This text has white color on #5CAEED background.