COLOR #54C4E2

HEX: #54C4E2
RGB: (84,196,226)

Color info

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

RGB color model

#54C4E2 color RGB value is (84,196,226).

  • red value is 84;
  • green value is 196;
  • blue value is 226.
RGB:
(84,196,226)
(33%,77%,89%)

RGB channels and saturation

R 84 of 255 = 33%
G 196 of 255 = 77%
B 226 of 255 = 89%

84
196
226

R + G + B ~ 66%. #54C4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 196 + 226 = 506 (100%)
R 84 of 506 ~ 16.6%
G 196 of 506 ~ 38.74%
B 226 of 506 ~ 44.66%

%16.6
%38.74
%44.66

CMYK color model

#54C4E2 color CMYK value is (63,13,0,11).

  • cyan value is 62.83%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(63,13,0,11)
C63M13Y0K11 
(63%,13%,0%,11%)
(0.63/0.13/0.00/0.11)	

CMYK percentages

%62.83
%13.27
%0
%11.37

Codes

Color #54C4E2 in popluar color models

54C4E2
RGB84196226
HSL193°71.00%60.78%
HSB/HSV193°62.83%88.63%
CMYK62.83%13.27%0.00%
11.37%

Color #54C4E2 in popluar number systems.

HEX54C4E2
Decimal84196226
Binary10101001100010011100010
Octal124304342

Shades and tints

Shades of #54C4E2

#54C4E2
(84,196,226)
#4DB3CE
(77,179,206)
#46A2BA
(70,162,186)
#3F91A6
(63,145,166)
#388092
(56,128,146)
#316F7E
(49,111,126)
#2A5E6A
(42,94,106)
#234D56
(35,77,86)
#1C3C42
(28,60,66)
#152B2E
(21,43,46)
#0E1A1A
(14,26,26)
#000000
(0,0,0)

Tints of #54C4E2

#54C4E2
(84,196,226)
#63C9E4
(99,201,228)
#72CEE6
(114,206,230)
#81D3E8
(129,211,232)
#90D8EA
(144,216,234)
#9FDDEC
(159,221,236)
#AEE2EE
(174,226,238)
#BDE7F0
(189,231,240)
#CCECF2
(204,236,242)
#DBF1F4
(219,241,244)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54C4E2 color. Also use rgb(84,196,226) instead hex code.

Text Font Color

.myTextColor { color: #54C4E2; }

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

This text font color is #54C4E2.


Background Color

.myBgColor { background-color: #54C4E2; }

<div style="background-color:#54C4E2">Inner text</div>

This div background color is #54C4E2.


Border color

.myBorderColor { border: 1px solid #54C4E2; }

<div style="border:3px solid #54C4E2">Div</div>

This div border color is #54C4E2.


Opacity

.myOpacity80 { color: #54C4E2; opacity: 0.8; }

<p style="color:#54C4E2;opacity:0.8;">80%</p>

Text with #54C4E2 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 #54C4E2;}

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

This text has shadow with #54C4E2 color.

.textShadow {text-shadow: 3px 3px 1px #54C4E2, 3px 3px 1px red;}

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

This text has shadow with #54C4E2 primary color and red secondary color.


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

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

This text has shadow with #54C4E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54C4E2 on black background.


Color preview on white background

This text has color #54C4E2 on white background.



Black color preview on #54C4E2 background

This text has black color on #54C4E2 background.


White color preview on #54C4E2 background

This text has white color on #54C4E2 background.