Color Hex Logo

#8eaefa Color Hex

#8EAEFA
(142,174,250)
0 Favorites   0 Comments

Color spaces of #8eaefa

RGB 142174250
HSL0.620.920.77
HSV222°43°98°
CMYK 0.430.300.00   0.02
XYZ43.546742.925096.4327
Yxy42.92500.23810.2347
Hunter Lab65.51723.9869-41.4051
CIE-Lab71.50408.2841-41.1974

#8eaefa color RGB value is (142,174,250).

#8eaefa hex color red value is 142, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8eaefa hue: 0.62 , saturation: 0.92 and the lightness value of 8eaefa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 11111010
Octal 216 256 372
Decimal 142 174 250
Hex 8E AE FA

RGB Percentages of Color #8eaefa

%25.09
%30.74
%44.17

CMYK Percentages of Color #8eaefa

%43
%30
%0
%2

Triadic Colors of #8eaefa

#8eaefa #fa8eae #aefa8e

Analogous Colors of #8eaefa

#8eaefa #a48efa #8ee4fa

Monochromatic Colors of #8eaefa

#8eaefa

Complementary Color

#8eaefa #fada8e

#8eaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaefa Color CSS Codes

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

#8eaefa Text Font Color

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

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


#8eaefa Background Color

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

This div background color is #8eaefa


#8eaefa Border Color

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

This div border color is #8eaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaefa


Comments

No comments written yet.

Please login to write comment.