Color Hex Logo

#8f9bec Color Hex

#8F9BEC
(143,155,236)
0 Favorites   0 Comments

Color spaces of #8f9bec

RGB 143155236
HSL0.650.710.74
HSV232°39°93°
CMYK 0.390.340.00   0.07
XYZ38.189435.338584.1651
Yxy35.33850.24220.2241
Hunter Lab59.446210.6411-42.3316
CIE-Lab66.011415.4561-42.1509

#8f9bec color RGB value is (143,155,236).

#8f9bec hex color red value is 143, green value is 155 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8f9bec hue: 0.65 , saturation: 0.71 and the lightness value of 8f9bec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011011 11101100
Octal 217 233 354
Decimal 143 155 236
Hex 8F 9B EC

RGB Percentages of Color #8f9bec

%26.78
%29.03
%44.19

CMYK Percentages of Color #8f9bec

%39
%34
%0
%7

Triadic Colors of #8f9bec

#8f9bec #ec8f9b #9bec8f

Analogous Colors of #8f9bec

#8f9bec #b28fec #8fcaec

Monochromatic Colors of #8f9bec

#8f9bec

Complementary Color

#8f9bec #ece08f

#8f9bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9bec Color CSS Codes

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

#8f9bec Text Font Color

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

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


#8f9bec Background Color

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

This div background color is #8f9bec


#8f9bec Border Color

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

This div border color is #8f9bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9bec


Comments

No comments written yet.

Please login to write comment.