COLOR #5CAEC2

HEX: #5CAEC2
RGB: (92,174,194)

Color info

#5CAEC2 contains mainly green and blue colors. Web safe color of #5CAEC2 is #6699CC (or #69C).

RGB color model

#5CAEC2 color RGB value is (92,174,194).

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

RGB channels and saturation

R 92 of 255 = 36%
G 174 of 255 = 68%
B 194 of 255 = 76%

92
174
194

R + G + B ~ 60%. #5CAEC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 174 + 194 = 460 (100%)
R 92 of 460 ~ 20%
G 174 of 460 ~ 37.83%
B 194 of 460 ~ 42.17%

%20
%37.83
%42.17

CMYK color model

#5CAEC2 color CMYK value is (53,10,0,24).

  • cyan value is 52.58%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(53,10,0,24)
C53M10Y0K24 
(53%,10%,0%,24%)
(0.53/0.10/0.00/0.24)	

CMYK percentages

%52.58
%10.31
%0
%23.92

Codes

Color #5CAEC2 in popluar color models

5CAEC2
RGB92174194
HSL192°45.54%56.08%
HSB/HSV192°52.58%76.08%
CMYK52.58%10.31%0.00%
23.92%

Color #5CAEC2 in popluar number systems.

HEX5CAEC2
Decimal92174194
Binary10111001010111011000010
Octal134256302

Shades and tints

Shades of #5CAEC2

#5CAEC2
(92,174,194)
#549FB1
(84,159,177)
#4C90A0
(76,144,160)
#44818F
(68,129,143)
#3C727E
(60,114,126)
#34636D
(52,99,109)
#2C545C
(44,84,92)
#24454B
(36,69,75)
#1C363A
(28,54,58)
#142729
(20,39,41)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #5CAEC2

#5CAEC2
(92,174,194)
#6AB5C7
(106,181,199)
#78BCCC
(120,188,204)
#86C3D1
(134,195,209)
#94CAD6
(148,202,214)
#A2D1DB
(162,209,219)
#B0D8E0
(176,216,224)
#BEDFE5
(190,223,229)
#CCE6EA
(204,230,234)
#DAEDEF
(218,237,239)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAEC2; }

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

This text font color is #5CAEC2.


Background Color

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

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

This div background color is #5CAEC2.


Border color

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

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

This div border color is #5CAEC2.


Opacity

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

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

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

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

This text has shadow with #5CAEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAEC2 on black background.


Color preview on white background

This text has color #5CAEC2 on white background.



Black color preview on #5CAEC2 background

This text has black color on #5CAEC2 background.


White color preview on #5CAEC2 background

This text has white color on #5CAEC2 background.