Color Hex Logo

#868ebc Color Hex

#868EBC
(134,142,188)
0 Favorites   0 Comments

Color spaces of #868ebc

RGB 134142188
HSL0.640.290.63
HSV231°29°74°
CMYK 0.290.240.00   0.26
XYZ28.581628.045251.4838
Yxy28.04520.26440.2594
Hunter Lab52.95773.6615-20.5694
CIE-Lab59.92967.6978-24.8987

#868ebc color RGB value is (134,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 10111100
Octal 206 216 274
Decimal 134 142 188
Hex 86 8E BC

RGB Percentages of Color #868ebc

%28.88
%30.60
%40.52

CMYK Percentages of Color #868ebc

%29
%24
%0
%26

Triadic Colors of #868ebc

#868ebc #bc868e #8ebc86

Analogous Colors of #868ebc

#868ebc #9986bc #86a9bc

Monochromatic Colors of #868ebc

#868ebc

Complementary Color

#868ebc #bcb486

#868ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ebc Color CSS Codes

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

#868ebc Text Font Color

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

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


#868ebc Background Color

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

This div background color is #868ebc


#868ebc Border Color

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

This div border color is #868ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ebc


Comments

No comments written yet.

Please login to write comment.