Color Hex Logo

#8f9beb Color Hex

#8F9BEB
(143,155,235)
0 Favorites   0 Comments

Color spaces of #8f9beb

RGB 143155235
HSL0.640.700.74
HSV232°39°92°
CMYK 0.390.340.00   0.08
XYZ38.044435.280583.4019
Yxy35.28050.24270.2251
Hunter Lab59.397410.3849-41.6729
CIE-Lab65.966515.1821-41.6718

#8f9beb color RGB value is (143,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011011 11101011
Octal 217 233 353
Decimal 143 155 235
Hex 8F 9B EB

RGB Percentages of Color #8f9beb

%26.83
%29.08
%44.09

CMYK Percentages of Color #8f9beb

%39
%34
%0
%8

Triadic Colors of #8f9beb

#8f9beb #eb8f9b #9beb8f

Analogous Colors of #8f9beb

#8f9beb #b18feb #8fc9eb

Monochromatic Colors of #8f9beb

#8f9beb

Complementary Color

#8f9beb #ebdf8f

#8f9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9beb Color CSS Codes

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

#8f9beb Text Font Color

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

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


#8f9beb Background Color

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

This div background color is #8f9beb


#8f9beb Border Color

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

This div border color is #8f9beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,155,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9beb


Comments

No comments written yet.

Please login to write comment.