COLOR #54FAD5

HEX: #54FAD5 RGB: (84,250,213)

Color info

#54FAD5 contains mainly green and blue colors. Web safe color of #54FAD5 is #66FFCC (or #6FC).

RGB color model

#54FAD5 color RGB value is (84,250,213).

RGB: (84,250,213) (33%, 98%, 84%)

RGB channels and saturation

R 84 of 255 = 33%
G 250 of 255 = 98%
B 213 of 255 = 84%

84
250
213

R + G + B ~ 72%. #54FAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 84 + 250 + 213 = 547 (100%)
R 84 of 547 ~ 15.36%
G 250 of 547 ~ 45.7%
B 213 of 547 ~ 38.94'%

%15.36
%45.7
%38.94

CMYK color model

#54FAD5 color CMYK value is (66,0,15,2).

  • cyan value is 66.40%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 1.96%

CMYK: (66,0,15,2)
C66M0Y15K2 (66%, 0%, 15%, 2%)
(0.66 / 0.00 / 0.15 / 0.02)

CMYK percentages

%66.4
%0
%14.8
%1.96

Codes

Color #54FAD5 in popluar color models

54 FA D5
RGB 84 250 213
HSL 167° 94.32% 65.49%
HSB/HSV 167° 66.40% 98.04%
CMYK 66.40% 0.00% 14.80%
1.96%

Color #54FAD5 in popluar number systems.

HEX 54 FA D5
Decimal 84 250 213
Binary 1010100 11111010 11010101
Octal 124 372 325

Shades and tints

Shades of #54FAD5

#54FAD5
(84,250,213)
#4DE4C2
(77,228,194)
#46CEAF
(70,206,175)
#3FB89C
(63,184,156)
#38A289
(56,162,137)
#318C76
(49,140,118)
#2A7663
(42,118,99)
#236050
(35,96,80)
#1C4A3D
(28,74,61)
#15342A
(21,52,42)
#0E1E17
(14,30,23)
#000000
(0,0,0)

Tints of #54FAD5

#54FAD5
(84,250,213)
#63FAD8
(99,250,216)
#72FADB
(114,250,219)
#81FADE
(129,250,222)
#90FAE1
(144,250,225)
#9FFAE4
(159,250,228)
#AEFAE7
(174,250,231)
#BDFAEA
(189,250,234)
#CCFAED
(204,250,237)
#DBFAF0
(219,250,240)
#EAFAF3
(234,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54FAD5 color. Also use rgb(84,250,213) instead hex code.

Text Font Color

.myTextColor { color: #54FAD5; }

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

This text font color is #54FAD5.

Background Color

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

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

This div background color is #54FAD5.

Border color

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

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

This div border color is #54FAD5.

Opacity

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

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

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

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

This text has shadow with #54FAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54FAD5.

Preview

Color preview on black background

This text has color #54FAD5 on black background.


Color preview on white background

This text has color #54FAD5 on white background.


Black color preview on #54FAD5 background

This text has black color on #54FAD5 background.


White color preview on #54FAD5 background

This text has white color on #54FAD5 background.


Related colors

Complementary color

Complementary color for #hex is #AB052A.


I love getcolorcode.com

Triadic colors

1 #D554FA and #FAD554 with #54FAD5 are triadic colors.

2 #D5FA54 and #FA54D5 with #54FAD5 are triadic colors.