COLOR #8EFADC

HEX: #8EFADC RGB: (142,250,220)

Color info

#8EFADC contains mainly green and blue colors. Web safe color of #8EFADC is #99FFCC (or #9FC).

RGB color model

#8EFADC color RGB value is (142,250,220).

RGB: (142,250,220) (56%, 98%, 86%)

RGB channels and saturation

R 142 of 255 = 56%
G 250 of 255 = 98%
B 220 of 255 = 86%

142
250
220

R + G + B ~ 80%. #8EFADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 250 + 220 = 612 (100%)
R 142 of 612 ~ 23.2%
G 250 of 612 ~ 40.85%
B 220 of 612 ~ 35.95'%

%23.2
%40.85
%35.95

CMYK color model

#8EFADC color CMYK value is (43,0,12,2).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%

CMYK: (43,0,12,2)
C43M0Y12K2 (43%, 0%, 12%, 2%)
(0.43 / 0.00 / 0.12 / 0.02)

CMYK percentages

%43.2
%0
%12
%1.96

Codes

Color #8EFADC in popluar color models

8E FA DC
RGB 142 250 220
HSL 163° 91.53% 76.86%
HSB/HSV 163° 43.20% 98.04%
CMYK 43.20% 0.00% 12.00%
1.96%

Color #8EFADC in popluar number systems.

HEX 8E FA DC
Decimal 142 250 220
Binary 10001110 11111010 11011100
Octal 216 372 334

Shades and tints

Shades of #8EFADC

#8EFADC
(142,250,220)
#82E4C8
(130,228,200)
#76CEB4
(118,206,180)
#6AB8A0
(106,184,160)
#5EA28C
(94,162,140)
#528C78
(82,140,120)
#467664
(70,118,100)
#3A6050
(58,96,80)
#2E4A3C
(46,74,60)
#223428
(34,52,40)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #8EFADC

#8EFADC
(142,250,220)
#98FADF
(152,250,223)
#A2FAE2
(162,250,226)
#ACFAE5
(172,250,229)
#B6FAE8
(182,250,232)
#C0FAEB
(192,250,235)
#CAFAEE
(202,250,238)
#D4FAF1
(212,250,241)
#DEFAF4
(222,250,244)
#E8FAF7
(232,250,247)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EFADC color. Also use rgb(142,250,220) instead hex code.

Text Font Color

.myTextColor { color: #8EFADC; }

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

This text font color is #8EFADC.

Background Color

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

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

This div background color is #8EFADC.

Border color

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

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

This div border color is #8EFADC.

Opacity

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

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

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

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

This text has shadow with #8EFADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EFADC.

Preview

Color preview on black background

This text has color #8EFADC on black background.


Color preview on white background

This text has color #8EFADC on white background.


Black color preview on #8EFADC background

This text has black color on #8EFADC background.


White color preview on #8EFADC background

This text has white color on #8EFADC background.


Related colors

Complementary color

Complementary color for #hex is #710523.


I love getcolorcode.com

Triadic colors

1 #DC8EFA and #FADC8E with #8EFADC are triadic colors.

2 #DCFA8E and #FA8EDC with #8EFADC are triadic colors.