Color Hex Logo

#8eaaea Color Hex

#8EAAEA
(142,170,234)
0 Favorites   0 Comments

Color spaces of #8eaaea

RGB 142170234
HSL0.620.690.74
HSV222°39°92°
CMYK 0.390.270.00   0.08
XYZ40.381340.440783.5194
Yxy40.44070.24570.2461
Hunter Lab63.59302.0590-33.3530
CIE-Lab69.78236.1301-35.1788

#8eaaea color RGB value is (142,170,234).

#8eaaea hex color red value is 142, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8eaaea hue: 0.62 , saturation: 0.69 and the lightness value of 8eaaea is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 11101010
Octal 216 252 352
Decimal 142 170 234
Hex 8E AA EA

RGB Percentages of Color #8eaaea

%26.01
%31.14
%42.86

CMYK Percentages of Color #8eaaea

%39
%27
%0
%8

Triadic Colors of #8eaaea

#8eaaea #ea8eaa #aaea8e

Analogous Colors of #8eaaea

#8eaaea #a08eea #8ed8ea

Monochromatic Colors of #8eaaea

#8eaaea

Complementary Color

#8eaaea #eace8e

#8eaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaaea Color CSS Codes

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

#8eaaea Text Font Color

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

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


#8eaaea Background Color

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

This div background color is #8eaaea


#8eaaea Border Color

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

This div border color is #8eaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaaea


Comments

No comments written yet.

Please login to write comment.