Color Hex Logo

#868ebf Color Hex

#868EBF
(134,142,191)
0 Favorites   0 Comments

Color spaces of #868ebf

RGB 134142191
HSL0.640.310.64
HSV232°30°75°
CMYK 0.300.260.00   0.25
XYZ28.908528.175953.2051
Yxy28.17590.26210.2555
Hunter Lab53.08104.3214-22.2720
CIE-Lab60.04738.4625-26.4131

#868ebf color RGB value is (134,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 10111111
Octal 206 216 277
Decimal 134 142 191
Hex 86 8E BF

RGB Percentages of Color #868ebf

%28.69
%30.41
%40.90

CMYK Percentages of Color #868ebf

%30
%26
%0
%25

Triadic Colors of #868ebf

#868ebf #bf868e #8ebf86

Analogous Colors of #868ebf

#868ebf #9b86bf #86abbf

Monochromatic Colors of #868ebf

#868ebf

Complementary Color

#868ebf #bfb786

#868ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ebf Color CSS Codes

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

#868ebf Text Font Color

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

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


#868ebf Background Color

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

This div background color is #868ebf


#868ebf Border Color

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

This div border color is #868ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ebf


Comments

No comments written yet.

Please login to write comment.