Color Hex Logo

#8ebdf7 Color Hex

#8EBDF7
(142,189,247)
0 Favorites   0 Comments

Color spaces of #8ebdf7

RGB 142189247
HSL0.590.870.76
HSV213°43°97°
CMYK 0.430.230.00   0.03
XYZ46.141448.861494.9950
Yxy48.86140.24290.2572
Hunter Lab69.9009-4.4993-31.6442
CIE-Lab75.3650-0.8495-33.5812

#8ebdf7 color RGB value is (142,189,247).

#8ebdf7 hex color red value is 142, green value is 189 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #8ebdf7 hue: 0.59 , saturation: 0.87 and the lightness value of 8ebdf7 is 0.76.

The process color (four color CMYK) of #8ebdf7 color hex is 0.43, 0.23, 0.00, 0.03. Web safe color of #8ebdf7 is #99ccff. Color #8ebdf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 11110111
Octal 216 275 367
Decimal 142 189 247
Hex 8E BD F7

RGB Percentages of Color #8ebdf7

%24.57
%32.70
%42.73

CMYK Percentages of Color #8ebdf7

%43
%23
%0
%3

Triadic Colors of #8ebdf7

#8ebdf7 #f78ebd #bdf78e

Analogous Colors of #8ebdf7

#8ebdf7 #948ef7 #8ef2f7

Monochromatic Colors of #8ebdf7

#8ebdf7

Complementary Color

#8ebdf7 #f7c88e

#8ebdf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdf7 Color CSS Codes

.mybgcolor {background-color:#8ebdf7; } 
.myforecolor {color:#8ebdf7; }
.mybordercolor {border:3px solid #8ebdf7; }

#8ebdf7 Text Font Color

<p style="color:#8ebdf7">Text here</p>

This sample text font color is #8ebdf7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8ebdf7 Background Color

<div style="background-color:#8ebdf7">
Div content here</div>

This div background color is #8ebdf7


#8ebdf7 Border Color

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

This div border color is #8ebdf7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,189,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ebdf7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ebdf7;
  -webkit-box-shadow: 1px 1px 3px 2px #8ebdf7;
  box-shadow:         1px 1px 3px 2px #8ebdf7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,189,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8ebdf7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8ebdf7;
  -webkit-box-shadow: 1px 1px 3px 2px #8ebdf7;
  box-shadow:         1px 1px 3px 2px #8ebdf7;">
Div content here</div>

This div box has shadow with color #8ebdf7


Comments

No comments written yet.

Please login to write comment.