Color Hex Logo

#8e9adb Color Hex

#8E9ADB
(142,154,219)
0 Favorites   0 Comments

Color spaces of #8e9adb

RGB 142154219
HSL0.640.520.71
HSV231°35°86°
CMYK 0.350.300.00   0.14
XYZ35.497133.976571.7050
Yxy33.97650.25140.2407
Hunter Lab58.28946.6967-32.1334
CIE-Lab64.943911.1748-34.4457

#8e9adb color RGB value is (142,154,219).

#8e9adb hex color red value is 142, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8e9adb hue: 0.64 , saturation: 0.52 and the lightness value of 8e9adb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10011010 11011011
Octal 216 232 333
Decimal 142 154 219
Hex 8E 9A DB

RGB Percentages of Color #8e9adb

%27.57
%29.90
%42.52

CMYK Percentages of Color #8e9adb

%35
%30
%0
%14

Triadic Colors of #8e9adb

#8e9adb #db8e9a #9adb8e

Analogous Colors of #8e9adb

#8e9adb #a98edb #8ec1db

Monochromatic Colors of #8e9adb

#8e9adb

Complementary Color

#8e9adb #dbcf8e

#8e9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e9adb Color CSS Codes

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

#8e9adb Text Font Color

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

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


#8e9adb Background Color

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

This div background color is #8e9adb


#8e9adb Border Color

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

This div border color is #8e9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e9adb


Comments

No comments written yet.

Please login to write comment.