Color Hex Logo

#868fab Color Hex

#868FAB
(134,143,171)
0 Favorites   0 Comments

Color spaces of #868fab

RGB 134143171
HSL0.630.180.60
HSV225°22°67°
CMYK 0.220.160.00   0.33
XYZ27.004727.653542.4424
Yxy27.65350.27810.2848
Hunter Lab52.5866-0.3618-11.0421
CIE-Lab59.57442.9513-15.7970

#868fab color RGB value is (134,143,171).

#868fab hex color red value is 134, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #868fab hue: 0.63 , saturation: 0.18 and the lightness value of 868fab is 0.60.

The process color (four color CMYK) of #868fab color hex is 0.22, 0.16, 0.00, 0.33. Web safe color of #868fab is #999999. Color #868fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 10101011
Octal 206 217 253
Decimal 134 143 171
Hex 86 8F AB

RGB Percentages of Color #868fab

%29.91
%31.92
%38.17

CMYK Percentages of Color #868fab

%22
%16
%0
%33

Triadic Colors of #868fab

#868fab #ab868f #8fab86

Analogous Colors of #868fab

#868fab #9086ab #86a2ab

Monochromatic Colors of #868fab

#868fab

Complementary Color

#868fab #aba286

#868fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#868fab Color CSS Codes

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

#868fab Text Font Color

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

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


#868fab Background Color

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

This div background color is #868fab


#868fab Border Color

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

This div border color is #868fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868fab


Comments

No comments written yet.

Please login to write comment.