Color Hex Logo

#8ebffc Color Hex

#8EBFFC
(142,191,252)
0 Favorites   0 Comments

Color spaces of #8ebffc

RGB 142191252
HSL0.590.950.77
HSV213°44°99°
CMYK 0.440.240.00   0.01
XYZ47.356850.040799.2583
Yxy50.04070.24080.2545
Hunter Lab70.7395-4.2965-33.6753
CIE-Lab76.0942-0.5722-35.1411

#8ebffc color RGB value is (142,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111111 11111100
Octal 216 277 374
Decimal 142 191 252
Hex 8E BF FC

RGB Percentages of Color #8ebffc

%24.27
%32.65
%43.08

CMYK Percentages of Color #8ebffc

%44
%24
%0
%1

Triadic Colors of #8ebffc

#8ebffc #fc8ebf #bffc8e

Analogous Colors of #8ebffc

#8ebffc #948efc #8ef6fc

Monochromatic Colors of #8ebffc

#8ebffc

Complementary Color

#8ebffc #fccb8e

#8ebffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebffc Color CSS Codes

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

#8ebffc Text Font Color

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

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


#8ebffc Background Color

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

This div background color is #8ebffc


#8ebffc Border Color

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

This div border color is #8ebffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebffc


Comments

No comments written yet.

Please login to write comment.