COLOR #54CACD

HEX: #54CACD
RGB: (84,202,205)

Color info

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

RGB color model

#54CACD color RGB value is (84,202,205).

  • red value is 84;
  • green value is 202;
  • blue value is 205.
RGB:
(84,202,205)
(33%,79%,80%)

RGB channels and saturation

R 84 of 255 = 33%
G 202 of 255 = 79%
B 205 of 255 = 80%

84
202
205

R + G + B ~ 64%. #54CACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 202 + 205 = 491 (100%)
R 84 of 491 ~ 17.11%
G 202 of 491 ~ 41.14%
B 205 of 491 ~ 41.75%

%17.11
%41.14
%41.75

CMYK color model

#54CACD color CMYK value is (59,1,0,20).

  • cyan value is 59.02%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(59,1,0,20)
C59M1Y0K20 
(59%,1%,0%,20%)
(0.59/0.01/0.00/0.20)	

CMYK percentages

%59.02
%1.46
%0
%19.61

Codes

Color #54CACD in popluar color models

54CACD
RGB84202205
HSL181°54.75%56.67%
HSB/HSV181°59.02%80.39%
CMYK59.02%1.46%0.00%
19.61%

Color #54CACD in popluar number systems.

HEX54CACD
Decimal84202205
Binary10101001100101011001101
Octal124312315

Shades and tints

Shades of #54CACD

#54CACD
(84,202,205)
#4DB8BB
(77,184,187)
#46A6A9
(70,166,169)
#3F9497
(63,148,151)
#388285
(56,130,133)
#317073
(49,112,115)
#2A5E61
(42,94,97)
#234C4F
(35,76,79)
#1C3A3D
(28,58,61)
#15282B
(21,40,43)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #54CACD

#54CACD
(84,202,205)
#63CED1
(99,206,209)
#72D2D5
(114,210,213)
#81D6D9
(129,214,217)
#90DADD
(144,218,221)
#9FDEE1
(159,222,225)
#AEE2E5
(174,226,229)
#BDE6E9
(189,230,233)
#CCEAED
(204,234,237)
#DBEEF1
(219,238,241)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54CACD color. Also use rgb(84,202,205) instead hex code.

Text Font Color

.myTextColor { color: #54CACD; }

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

This text font color is #54CACD.


Background Color

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

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

This div background color is #54CACD.


Border color

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

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

This div border color is #54CACD.


Opacity

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

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

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

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

This text has shadow with #54CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54CACD on black background.


Color preview on white background

This text has color #54CACD on white background.



Black color preview on #54CACD background

This text has black color on #54CACD background.


White color preview on #54CACD background

This text has white color on #54CACD background.