COLOR #84FEFF

HEX: #84FEFF
RGB: (132,254,255)

Color info

#84FEFF contains mainly green and blue colors. Web safe color of #84FEFF is #99FFFF (or #9FF).

RGB color model

#84FEFF color RGB value is (132,254,255).

  • red value is 132;
  • green value is 254;
  • blue value is 255.
RGB:
(132,254,255)
(52%,100%,100%)

RGB channels and saturation

R 132 of 255 = 52%
G 254 of 255 = 100%
B 255 of 255 = 100%

132
254
255

R + G + B ~ 84%. #84FEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 254 + 255 = 641 (100%)
R 132 of 641 ~ 20.59%
G 254 of 641 ~ 39.63%
B 255 of 641 ~ 39.78%

%20.59
%39.63
%39.78

CMYK color model

#84FEFF color CMYK value is (48,0,0,0).

  • cyan value is 48.24%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(48,0,0,0)
C48M0Y0K0 
(48%,0%,0%,0%)
(0.48/0.00/0.00/0.00)	

CMYK percentages

%48.24
%0.39
%0
%0

Codes

Color #84FEFF in popluar color models

84FEFF
RGB132254255
HSL180°100.00%75.88%
HSB/HSV180°48.24%100.00%
CMYK48.24%0.39%0.00%
0.00%

Color #84FEFF in popluar number systems.

HEX84FEFF
Decimal132254255
Binary100001001111111011111111
Octal204376377

Shades and tints

Shades of #84FEFF

#84FEFF
(132,254,255)
#78E7E8
(120,231,232)
#6CD0D1
(108,208,209)
#60B9BA
(96,185,186)
#54A2A3
(84,162,163)
#488B8C
(72,139,140)
#3C7475
(60,116,117)
#305D5E
(48,93,94)
#244647
(36,70,71)
#182F30
(24,47,48)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #84FEFF

#84FEFF
(132,254,255)
#8FFEFF
(143,254,255)
#9AFEFF
(154,254,255)
#A5FEFF
(165,254,255)
#B0FEFF
(176,254,255)
#BBFEFF
(187,254,255)
#C6FEFF
(198,254,255)
#D1FEFF
(209,254,255)
#DCFEFF
(220,254,255)
#E7FEFF
(231,254,255)
#F2FEFF
(242,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84FEFF color. Also use rgb(132,254,255) instead hex code.

Text Font Color

.myTextColor { color: #84FEFF; }

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

This text font color is #84FEFF.


Background Color

.myBgColor { background-color: #84FEFF; }

<div style="background-color:#84FEFF">Inner text</div>

This div background color is #84FEFF.


Border color

.myBorderColor { border: 1px solid #84FEFF; }

<div style="border:3px solid #84FEFF">Div</div>

This div border color is #84FEFF.


Opacity

.myOpacity80 { color: #84FEFF; opacity: 0.8; }

<p style="color:#84FEFF;opacity:0.8;">80%</p>

Text with #84FEFF 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 #84FEFF;}

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

This text has shadow with #84FEFF color.

.textShadow {text-shadow: 3px 3px 1px #84FEFF, 3px 3px 1px red;}

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

This text has shadow with #84FEFF primary color and red secondary color.


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

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

This text has shadow with #84FEFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84FEFF on black background.


Color preview on white background

This text has color #84FEFF on white background.



Black color preview on #84FEFF background

This text has black color on #84FEFF background.


White color preview on #84FEFF background

This text has white color on #84FEFF background.