Color Hex Logo

#8f9bde Color Hex

#8F9BDE
(143,155,222)
0 Favorites   0 Comments

Color spaces of #8f9bde

RGB 143155222
HSL0.640.540.72
HSV231°36°87°
CMYK 0.360.300.00   0.13
XYZ36.233934.556373.8675
Yxy34.55630.25050.2389
Hunter Lab58.78467.1515-33.3533
CIE-Lab65.401711.6756-35.3883

#8f9bde color RGB value is (143,155,222).

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

The process color (four color CMYK) of #8f9bde color hex is 0.36, 0.30, 0.00, 0.13. Web safe color of #8f9bde is #9999cc. Color #8f9bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011011 11011110
Octal 217 233 336
Decimal 143 155 222
Hex 8F 9B DE

RGB Percentages of Color #8f9bde

%27.50
%29.81
%42.69

CMYK Percentages of Color #8f9bde

%36
%30
%0
%13

Triadic Colors of #8f9bde

#8f9bde #de8f9b #9bde8f

Analogous Colors of #8f9bde

#8f9bde #ab8fde #8fc3de

Monochromatic Colors of #8f9bde

#8f9bde

Complementary Color

#8f9bde #ded28f

#8f9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9bde Color CSS Codes

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

#8f9bde Text Font Color

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

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


#8f9bde Background Color

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

This div background color is #8f9bde


#8f9bde Border Color

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

This div border color is #8f9bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9bde


Comments

No comments written yet.

Please login to write comment.