Color Hex Logo

#8ea3da Color Hex

#8EA3DA
(142,163,218)
0 Favorites   0 Comments

Color spaces of #8ea3da

RGB 142163218
HSL0.620.510.71
HSV223°35°85°
CMYK 0.350.250.00   0.15
XYZ36.907437.007171.5275
Yxy37.00710.25380.2544
Hunter Lab60.83351.8366-27.1293
CIE-Lab67.28245.8021-30.2703

#8ea3da color RGB value is (142,163,218).

#8ea3da hex color red value is 142, green value is 163 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8ea3da hue: 0.62 , saturation: 0.51 and the lightness value of 8ea3da is 0.71.

The process color (four color CMYK) of #8ea3da color hex is 0.35, 0.25, 0.00, 0.15. Web safe color of #8ea3da is #9999cc. Color #8ea3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100011 11011010
Octal 216 243 332
Decimal 142 163 218
Hex 8E A3 DA

RGB Percentages of Color #8ea3da

%27.15
%31.17
%41.68

CMYK Percentages of Color #8ea3da

%35
%25
%0
%15

Triadic Colors of #8ea3da

#8ea3da #da8ea3 #a3da8e

Analogous Colors of #8ea3da

#8ea3da #9f8eda #8ec9da

Monochromatic Colors of #8ea3da

#8ea3da

Complementary Color

#8ea3da #dac58e

#8ea3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea3da Color CSS Codes

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

#8ea3da Text Font Color

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

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


#8ea3da Background Color

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

This div background color is #8ea3da


#8ea3da Border Color

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

This div border color is #8ea3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea3da


Comments

No comments written yet.

Please login to write comment.