Color Hex Logo

#8ea5fe Color Hex

#8EA5FE
(142,165,254)
0 Favorites   0 Comments

Color spaces of #8ea5fe

RGB 142165254
HSL0.630.980.78
HSV228°44°100°
CMYK 0.440.350.00   0.00
XYZ42.499939.816899.2114
Yxy39.81680.23410.2193
Hunter Lab63.10069.7985-49.0498
CIE-Lab69.338814.5032-46.7578

#8ea5fe color RGB value is (142,165,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100101 11111110
Octal 216 245 376
Decimal 142 165 254
Hex 8E A5 FE

RGB Percentages of Color #8ea5fe

%25.31
%29.41
%45.28

CMYK Percentages of Color #8ea5fe

%44
%35
%0
%0

Triadic Colors of #8ea5fe

#8ea5fe #fe8ea5 #a5fe8e

Analogous Colors of #8ea5fe

#8ea5fe #af8efe #8eddfe

Monochromatic Colors of #8ea5fe

#8ea5fe

Complementary Color

#8ea5fe #fee78e

#8ea5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea5fe Color CSS Codes

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

#8ea5fe Text Font Color

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

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


#8ea5fe Background Color

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

This div background color is #8ea5fe


#8ea5fe Border Color

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

This div border color is #8ea5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea5fe


Comments

No comments written yet.

Please login to write comment.