Color Hex Logo

#8f9ebc Color Hex

#8F9EBC
(143,158,188)
0 Favorites   0 Comments

Color spaces of #8f9ebc

RGB 143158188
HSL0.610.250.65
HSV220°24°74°
CMYK 0.240.160.00   0.26
XYZ32.631733.924252.4051
Yxy33.92420.27430.2852
Hunter Lab58.2445-1.9225-12.5747
CIE-Lab64.90241.3923-17.2488

#8f9ebc color RGB value is (143,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011110 10111100
Octal 217 236 274
Decimal 143 158 188
Hex 8F 9E BC

RGB Percentages of Color #8f9ebc

%29.24
%32.31
%38.45

CMYK Percentages of Color #8f9ebc

%24
%16
%0
%26

Triadic Colors of #8f9ebc

#8f9ebc #bc8f9e #9ebc8f

Analogous Colors of #8f9ebc

#8f9ebc #978fbc #8fb5bc

Monochromatic Colors of #8f9ebc

#8f9ebc

Complementary Color

#8f9ebc #bcad8f

#8f9ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9ebc Color CSS Codes

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

#8f9ebc Text Font Color

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

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


#8f9ebc Background Color

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

This div background color is #8f9ebc


#8f9ebc Border Color

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

This div border color is #8f9ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9ebc


Comments

No comments written yet.

Please login to write comment.