Color Hex Logo

#868faa Color Hex

#868FAA
(134,143,170)
0 Favorites   0 Comments

Color spaces of #868faa

RGB 134143170
HSL0.630.170.60
HSV225°21°67°
CMYK 0.210.160.00   0.33
XYZ26.909727.615541.9422
Yxy27.61550.27900.2863
Hunter Lab52.5505-0.5582-10.5359
CIE-Lab59.53982.7147-15.2805

#868faa color RGB value is (134,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 10101010
Octal 206 217 252
Decimal 134 143 170
Hex 86 8F AA

RGB Percentages of Color #868faa

%29.98
%31.99
%38.03

CMYK Percentages of Color #868faa

%21
%16
%0
%33

Triadic Colors of #868faa

#868faa #aa868f #8faa86

Analogous Colors of #868faa

#868faa #8f86aa #86a1aa

Monochromatic Colors of #868faa

#868faa

Complementary Color

#868faa #aaa186

#868faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#868faa Color CSS Codes

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

#868faa Text Font Color

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

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


#868faa Background Color

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

This div background color is #868faa


#868faa Border Color

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

This div border color is #868faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868faa


Comments

No comments written yet.

Please login to write comment.