Color Hex Logo

#8ebffd Color Hex

#8EBFFD
(142,191,253)
0 Favorites   0 Comments

Color spaces of #8ebffd

RGB 142191253
HSL0.590.970.77
HSV214°44°99°
CMYK 0.440.250.00   0.01
XYZ47.515850.1042100.0952
Yxy50.10420.24030.2534
Hunter Lab70.7843-4.0498-34.2922
CIE-Lab76.1332-0.2969-35.6175

#8ebffd color RGB value is (142,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111111 11111101
Octal 216 277 375
Decimal 142 191 253
Hex 8E BF FD

RGB Percentages of Color #8ebffd

%24.23
%32.59
%43.17

CMYK Percentages of Color #8ebffd

%44
%25
%0
%1

Triadic Colors of #8ebffd

#8ebffd #fd8ebf #bffd8e

Analogous Colors of #8ebffd

#8ebffd #958efd #8ef7fd

Monochromatic Colors of #8ebffd

#8ebffd

Complementary Color

#8ebffd #fdcc8e

#8ebffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebffd Color CSS Codes

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

#8ebffd Text Font Color

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

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


#8ebffd Background Color

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

This div background color is #8ebffd


#8ebffd Border Color

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

This div border color is #8ebffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebffd

#8ebffd Color Palettes


Comments

No comments written yet.

Please login to write comment.