COLOR #8ED4EB

HEX: #8ED4EB RGB: (142,212,235)

Color info

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

RGB color model

#8ED4EB color RGB value is (142,212,235).

RGB: (142,212,235) (56%, 83%, 92%)

RGB channels and saturation

R 142 of 255 = 56%
G 212 of 255 = 83%
B 235 of 255 = 92%

142
212
235

R + G + B ~ 77%. #8ED4EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 212 + 235 = 589 (100%)
R 142 of 589 ~ 24.11%
G 212 of 589 ~ 35.99%
B 235 of 589 ~ 39.9'%

%24.11
%35.99
%39.9

CMYK color model

#8ED4EB color CMYK value is (40,10,0,8).

  • cyan value is 39.57%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (40,10,0,8)
C40M10Y0K8 (40%, 10%, 0%, 8%)
(0.40 / 0.10 / 0.00 / 0.08)

CMYK percentages

%39.57
%9.79
%0
%7.84

Codes

Color #8ED4EB in popluar color models

8E D4 EB
RGB 142 212 235
HSL 195° 69.92% 73.92%
HSB/HSV 195° 39.57% 92.16%
CMYK 39.57% 9.79% 0.00%
7.84%

Color #8ED4EB in popluar number systems.

HEX 8E D4 EB
Decimal 142 212 235
Binary 10001110 11010100 11101011
Octal 216 324 353

Shades and tints

Shades of #8ED4EB

#8ED4EB
(142,212,235)
#82C1D6
(130,193,214)
#76AEC1
(118,174,193)
#6A9BAC
(106,155,172)
#5E8897
(94,136,151)
#527582
(82,117,130)
#46626D
(70,98,109)
#3A4F58
(58,79,88)
#2E3C43
(46,60,67)
#22292E
(34,41,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #8ED4EB

#8ED4EB
(142,212,235)
#98D7EC
(152,215,236)
#A2DAED
(162,218,237)
#ACDDEE
(172,221,238)
#B6E0EF
(182,224,239)
#C0E3F0
(192,227,240)
#CAE6F1
(202,230,241)
#D4E9F2
(212,233,242)
#DEECF3
(222,236,243)
#E8EFF4
(232,239,244)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED4EB color. Also use rgb(142,212,235) instead hex code.

Text Font Color

.myTextColor { color: #8ED4EB; }

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

This text font color is #8ED4EB.

Background Color

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

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

This div background color is #8ED4EB.

Border color

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

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

This div border color is #8ED4EB.

Opacity

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

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

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

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

This text has shadow with #8ED4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED4EB.

Preview

Color preview on black background

This text has color #8ED4EB on black background.


Color preview on white background

This text has color #8ED4EB on white background.


Black color preview on #8ED4EB background

This text has black color on #8ED4EB background.


White color preview on #8ED4EB background

This text has white color on #8ED4EB background.


Related colors

Complementary color

Complementary color for #hex is #712B14.


I love getcolorcode.com

Triadic colors

1 #EB8ED4 and #D4EB8E with #8ED4EB are triadic colors.

2 #EBD48E and #D48EEB with #8ED4EB are triadic colors.