Color Hex Logo

#8eb1fd Color Hex

#8EB1FD
(142,177,253)
0 Favorites   0 Comments

Color spaces of #8eb1fd

RGB 142177253
HSL0.610.970.77
HSV221°44°99°
CMYK 0.440.300.00   0.01
XYZ44.607144.286999.1257
Yxy44.28690.23720.2355
Hunter Lab66.54843.1881-41.7302
CIE-Lab72.41987.4404-41.3899

#8eb1fd color RGB value is (142,177,253).

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

The process color (four color CMYK) of #8eb1fd color hex is 0.44, 0.30, 0.00, 0.01. Web safe color of #8eb1fd is #9999ff. Color #8eb1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110001 11111101
Octal 216 261 375
Decimal 142 177 253
Hex 8E B1 FD

RGB Percentages of Color #8eb1fd

%24.83
%30.94
%44.23

CMYK Percentages of Color #8eb1fd

%44
%30
%0
%1

Triadic Colors of #8eb1fd

#8eb1fd #fd8eb1 #b1fd8e

Analogous Colors of #8eb1fd

#8eb1fd #a38efd #8ee9fd

Monochromatic Colors of #8eb1fd

#8eb1fd

Complementary Color

#8eb1fd #fdda8e

#8eb1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb1fd Color CSS Codes

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

#8eb1fd Text Font Color

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

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


#8eb1fd Background Color

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

This div background color is #8eb1fd


#8eb1fd Border Color

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

This div border color is #8eb1fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,177,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 #8eb1fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb1fd


Comments

No comments written yet.

Please login to write comment.