Color Hex Logo

#868deb Color Hex

#868DEB
(134,141,235)
0 Favorites   0 Comments

Color spaces of #868deb

RGB 134141235
HSL0.660.720.72
HSV236°43°92°
CMYK 0.430.400.00   0.08
XYZ34.351830.116282.5997
Yxy30.11620.23360.2048
Hunter Lab54.878215.6977-50.8253
CIE-Lab61.754421.0080-48.3455

#868deb color RGB value is (134,141,235).

#868deb hex color red value is 134, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #868deb hue: 0.66 , saturation: 0.72 and the lightness value of 868deb is 0.72.

The process color (four color CMYK) of #868deb color hex is 0.43, 0.40, 0.00, 0.08. Web safe color of #868deb is #9999ff. Color #868deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 11101011
Octal 206 215 353
Decimal 134 141 235
Hex 86 8D EB

RGB Percentages of Color #868deb

%26.27
%27.65
%46.08

CMYK Percentages of Color #868deb

%43
%40
%0
%8

Triadic Colors of #868deb

#868deb #eb868d #8deb86

Analogous Colors of #868deb

#868deb #b286eb #86c0eb

Monochromatic Colors of #868deb

#868deb

Complementary Color

#868deb #ebe486

#868deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868deb Color CSS Codes

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

#868deb Text Font Color

<p style="color:#868deb">Text here</p>

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


#868deb Background Color

<div style="background-color:#868deb">
Div content here</div>

This div background color is #868deb


#868deb Border Color

<div style="border:3px solid #868deb">
Div here</div>

This div border color is #868deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,141,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868deb;
  -webkit-box-shadow: 1px 1px 3px 2px #868deb;
  box-shadow:         1px 1px 3px 2px #868deb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868deb


Comments

No comments written yet.

Please login to write comment.