Color Hex Logo

#8d9bde Color Hex

#8D9BDE
(141,155,222)
0 Favorites   0 Comments

Color spaces of #8d9bde

RGB 141155222
HSL0.640.550.71
HSV230°36°87°
CMYK 0.360.300.00   0.13
XYZ35.890734.379373.8515
Yxy34.37930.24900.2385
Hunter Lab58.63396.6534-33.6342
CIE-Lab65.262511.1275-35.6157

#8d9bde color RGB value is (141,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011011 11011110
Octal 215 233 336
Decimal 141 155 222
Hex 8D 9B DE

RGB Percentages of Color #8d9bde

%27.22
%29.92
%42.86

CMYK Percentages of Color #8d9bde

%36
%30
%0
%13

Triadic Colors of #8d9bde

#8d9bde #de8d9b #9bde8d

Analogous Colors of #8d9bde

#8d9bde #a88dde #8dc4de

Monochromatic Colors of #8d9bde

#8d9bde

Complementary Color

#8d9bde #ded08d

#8d9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9bde Color CSS Codes

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

#8d9bde Text Font Color

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

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


#8d9bde Background Color

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

This div background color is #8d9bde


#8d9bde Border Color

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

This div border color is #8d9bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9bde


Comments

No comments written yet.

Please login to write comment.