COLOR #8AD4FE

HEX: #8AD4FE
RGB: (138,212,254)

Color info

#8AD4FE contains mainly green and blue colors. Web safe color of #8AD4FE is #99CCFF (or #9CF).

RGB color model

#8AD4FE color RGB value is (138,212,254).

  • red value is 138;
  • green value is 212;
  • blue value is 254.
RGB:
(138,212,254)
(54%,83%,100%)

RGB channels and saturation

R 138 of 255 = 54%
G 212 of 255 = 83%
B 254 of 255 = 100%

138
212
254

R + G + B ~ 79%. #8AD4FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 212 + 254 = 604 (100%)
R 138 of 604 ~ 22.85%
G 212 of 604 ~ 35.1%
B 254 of 604 ~ 42.05%

%22.85
%35.1
%42.05

CMYK color model

#8AD4FE color CMYK value is (46,17,0,0).

  • cyan value is 45.67%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(46,17,0,0)
C46M17Y0K0 
(46%,17%,0%,0%)
(0.46/0.17/0.00/0.00)	

CMYK percentages

%45.67
%16.54
%0
%0.39

Codes

Color #8AD4FE in popluar color models

8AD4FE
RGB138212254
HSL202°98.31%76.86%
HSB/HSV202°45.67%99.61%
CMYK45.67%16.54%0.00%
0.39%

Color #8AD4FE in popluar number systems.

HEX8AD4FE
Decimal138212254
Binary100010101101010011111110
Octal212324376

Shades and tints

Shades of #8AD4FE

#8AD4FE
(138,212,254)
#7EC1E7
(126,193,231)
#72AED0
(114,174,208)
#669BB9
(102,155,185)
#5A88A2
(90,136,162)
#4E758B
(78,117,139)
#426274
(66,98,116)
#364F5D
(54,79,93)
#2A3C46
(42,60,70)
#1E292F
(30,41,47)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #8AD4FE

#8AD4FE
(138,212,254)
#94D7FE
(148,215,254)
#9EDAFE
(158,218,254)
#A8DDFE
(168,221,254)
#B2E0FE
(178,224,254)
#BCE3FE
(188,227,254)
#C6E6FE
(198,230,254)
#D0E9FE
(208,233,254)
#DAECFE
(218,236,254)
#E4EFFE
(228,239,254)
#EEF2FE
(238,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD4FE color. Also use rgb(138,212,254) instead hex code.

Text Font Color

.myTextColor { color: #8AD4FE; }

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

This text font color is #8AD4FE.


Background Color

.myBgColor { background-color: #8AD4FE; }

<div style="background-color:#8AD4FE">Inner text</div>

This div background color is #8AD4FE.


Border color

.myBorderColor { border: 1px solid #8AD4FE; }

<div style="border:3px solid #8AD4FE">Div</div>

This div border color is #8AD4FE.


Opacity

.myOpacity80 { color: #8AD4FE; opacity: 0.8; }

<p style="color:#8AD4FE;opacity:0.8;">80%</p>

Text with #8AD4FE 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 #8AD4FE;}

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

This text has shadow with #8AD4FE color.

.textShadow {text-shadow: 3px 3px 1px #8AD4FE, 3px 3px 1px red;}

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

This text has shadow with #8AD4FE primary color and red secondary color.


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

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

This text has shadow with #8AD4FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD4FE on black background.


Color preview on white background

This text has color #8AD4FE on white background.



Black color preview on #8AD4FE background

This text has black color on #8AD4FE background.


White color preview on #8AD4FE background

This text has white color on #8AD4FE background.