Color Hex Logo

#868ebb Color Hex

#868EBB
(134,142,187)
0 Favorites   0 Comments

Color spaces of #868ebb

RGB 134142187
HSL0.640.280.63
HSV231°28°73°
CMYK 0.280.240.00   0.27
XYZ28.474228.002250.9179
Yxy28.00220.26510.2607
Hunter Lab52.91713.4442-20.0081
CIE-Lab59.89077.4451-24.3927

#868ebb color RGB value is (134,142,187).

#868ebb hex color red value is 134, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #868ebb hue: 0.64 , saturation: 0.28 and the lightness value of 868ebb is 0.63.

The process color (four color CMYK) of #868ebb color hex is 0.28, 0.24, 0.00, 0.27. Web safe color of #868ebb is #9999cc. Color #868ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 10111011
Octal 206 216 273
Decimal 134 142 187
Hex 86 8E BB

RGB Percentages of Color #868ebb

%28.94
%30.67
%40.39

CMYK Percentages of Color #868ebb

%28
%24
%0
%27

Triadic Colors of #868ebb

#868ebb #bb868e #8ebb86

Analogous Colors of #868ebb

#868ebb #9986bb #86a9bb

Monochromatic Colors of #868ebb

#868ebb

Complementary Color

#868ebb #bbb386

#868ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ebb Color CSS Codes

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

#868ebb Text Font Color

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

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


#868ebb Background Color

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

This div background color is #868ebb


#868ebb Border Color

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

This div border color is #868ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,142,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ebb


Comments

No comments written yet.

Please login to write comment.