Color Hex Logo

#8ea3eb Color Hex

#8EA3EB
(142,163,235)
0 Favorites   0 Comments

Color spaces of #8ea3eb

RGB 142163235
HSL0.630.700.74
HSV226°40°92°
CMYK 0.400.310.00   0.08
XYZ39.247937.943383.8525
Yxy37.94330.24370.2356
Hunter Lab61.59815.9364-37.5918
CIE-Lab67.978810.3535-38.5313

#8ea3eb color RGB value is (142,163,235).

#8ea3eb hex color red value is 142, green value is 163 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8ea3eb hue: 0.63 , saturation: 0.70 and the lightness value of 8ea3eb is 0.74.

The process color (four color CMYK) of #8ea3eb color hex is 0.40, 0.31, 0.00, 0.08. Web safe color of #8ea3eb is #9999ff. Color #8ea3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100011 11101011
Octal 216 243 353
Decimal 142 163 235
Hex 8E A3 EB

RGB Percentages of Color #8ea3eb

%26.30
%30.19
%43.52

CMYK Percentages of Color #8ea3eb

%40
%31
%0
%8

Triadic Colors of #8ea3eb

#8ea3eb #eb8ea3 #a3eb8e

Analogous Colors of #8ea3eb

#8ea3eb #a88eeb #8ed2eb

Monochromatic Colors of #8ea3eb

#8ea3eb

Complementary Color

#8ea3eb #ebd68e

#8ea3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea3eb Color CSS Codes

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

#8ea3eb Text Font Color

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

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


#8ea3eb Background Color

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

This div background color is #8ea3eb


#8ea3eb Border Color

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

This div border color is #8ea3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea3eb


Comments

No comments written yet.

Please login to write comment.