Color Hex Logo

#8eaefd Color Hex

#8EAEFD
(142,174,253)
0 Favorites   0 Comments

Color spaces of #8eaefd

RGB 142174253
HSL0.620.970.77
HSV223°44°99°
CMYK 0.440.310.00   0.01
XYZ44.021043.114798.9303
Yxy43.11470.23660.2317
Hunter Lab65.66184.7619-43.3669
CIE-Lab71.63289.1237-42.6195

#8eaefd color RGB value is (142,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 11111101
Octal 216 256 375
Decimal 142 174 253
Hex 8E AE FD

RGB Percentages of Color #8eaefd

%24.96
%30.58
%44.46

CMYK Percentages of Color #8eaefd

%44
%31
%0
%1

Triadic Colors of #8eaefd

#8eaefd #fd8eae #aefd8e

Analogous Colors of #8eaefd

#8eaefd #a68efd #8ee6fd

Monochromatic Colors of #8eaefd

#8eaefd

Complementary Color

#8eaefd #fddd8e

#8eaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaefd Color CSS Codes

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

#8eaefd Text Font Color

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

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


#8eaefd Background Color

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

This div background color is #8eaefd


#8eaefd Border Color

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

This div border color is #8eaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.