Color Hex Logo

#8b9fec Color Hex

#8B9FEC
(139,159,236)
0 Favorites   0 Comments

Color spaces of #8b9fec

RGB 139159236
HSL0.630.720.74
HSV228°41°93°
CMYK 0.410.330.00   0.07
XYZ38.185936.341484.3589
Yxy36.34140.24030.2287
Hunter Lab60.28387.5715-40.7695
CIE-Lab66.780012.1319-40.9665

#8b9fec color RGB value is (139,159,236).

#8b9fec hex color red value is 139, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8b9fec hue: 0.63 , saturation: 0.72 and the lightness value of 8b9fec is 0.74.

The process color (four color CMYK) of #8b9fec color hex is 0.41, 0.33, 0.00, 0.07. Web safe color of #8b9fec is #9999ff. Color #8b9fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10011111 11101100
Octal 213 237 354
Decimal 139 159 236
Hex 8B 9F EC

RGB Percentages of Color #8b9fec

%26.03
%29.78
%44.19

CMYK Percentages of Color #8b9fec

%41
%33
%0
%7

Triadic Colors of #8b9fec

#8b9fec #ec8b9f #9fec8b

Analogous Colors of #8b9fec

#8b9fec #a88bec #8bd0ec

Monochromatic Colors of #8b9fec

#8b9fec

Complementary Color

#8b9fec #ecd88b

#8b9fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b9fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b9fec Color CSS Codes

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

#8b9fec Text Font Color

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

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


#8b9fec Background Color

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

This div background color is #8b9fec


#8b9fec Border Color

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

This div border color is #8b9fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b9fec


Comments

No comments written yet.

Please login to write comment.