Color Hex Logo

#8ebffe Color Hex

#8EBFFE
(142,191,254)
0 Favorites   0 Comments

Color spaces of #8ebffe

RGB 142191254
HSL0.590.980.78
HSV214°44°100°
CMYK 0.440.250.00   0.00
XYZ47.675550.1681100.9366
Yxy50.16810.23980.2524
Hunter Lab70.8294-3.8027-34.9115
CIE-Lab76.1723-0.0216-36.0934

#8ebffe color RGB value is (142,191,254).

#8ebffe hex color red value is 142, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8ebffe hue: 0.59 , saturation: 0.98 and the lightness value of 8ebffe is 0.78.

The process color (four color CMYK) of #8ebffe color hex is 0.44, 0.25, 0.00, 0.00. Web safe color of #8ebffe is #99ccff. Color #8ebffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111111 11111110
Octal 216 277 376
Decimal 142 191 254
Hex 8E BF FE

RGB Percentages of Color #8ebffe

%24.19
%32.54
%43.27

CMYK Percentages of Color #8ebffe

%44
%25
%0
%0

Triadic Colors of #8ebffe

#8ebffe #fe8ebf #bffe8e

Analogous Colors of #8ebffe

#8ebffe #958efe #8ef7fe

Monochromatic Colors of #8ebffe

#8ebffe

Complementary Color

#8ebffe #fecd8e

#8ebffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebffe Color CSS Codes

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

#8ebffe Text Font Color

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

This sample text font color is #8ebffe
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.


#8ebffe Background Color

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

This div background color is #8ebffe


#8ebffe Border Color

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

This div border color is #8ebffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebffe


Comments

No comments written yet.

Please login to write comment.