Color Hex Logo

#8e9fbc Color Hex

#8E9FBC
(142,159,188)
0 Favorites   0 Comments

Color spaces of #8e9fbc

RGB 142159188
HSL0.610.260.65
HSV218°24°74°
CMYK 0.240.150.00   0.26
XYZ32.630634.177952.4541
Yxy34.17790.27360.2866
Hunter Lab58.4619-2.6782-12.2738
CIE-Lab65.10350.5213-16.9508

#8e9fbc color RGB value is (142,159,188).

#8e9fbc hex color red value is 142, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8e9fbc hue: 0.61 , saturation: 0.26 and the lightness value of 8e9fbc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10011111 10111100
Octal 216 237 274
Decimal 142 159 188
Hex 8E 9F BC

RGB Percentages of Color #8e9fbc

%29.04
%32.52
%38.45

CMYK Percentages of Color #8e9fbc

%24
%15
%0
%26

Triadic Colors of #8e9fbc

#8e9fbc #bc8e9f #9fbc8e

Analogous Colors of #8e9fbc

#8e9fbc #948ebc #8eb6bc

Monochromatic Colors of #8e9fbc

#8e9fbc

Complementary Color

#8e9fbc #bcab8e

#8e9fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e9fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e9fbc Color CSS Codes

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

#8e9fbc Text Font Color

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

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


#8e9fbc Background Color

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

This div background color is #8e9fbc


#8e9fbc Border Color

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

This div border color is #8e9fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e9fbc

#8e9fbc Color Palettes


Comments

No comments written yet.

Please login to write comment.