Color Hex Logo

#868fa5 Color Hex

#868FA5
(134,143,165)
0 Favorites   0 Comments

Color spaces of #868fa5

RGB 134143165
HSL0.620.150.59
HSV223°19°65°
CMYK 0.190.130.00   0.35
XYZ26.445527.429939.4980
Yxy27.42990.28320.2938
Hunter Lab52.3736-1.5220-8.0526
CIE-Lab59.37021.5469-12.6894

#868fa5 color RGB value is (134,143,165).

#868fa5 hex color red value is 134, green value is 143 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #868fa5 hue: 0.62 , saturation: 0.15 and the lightness value of 868fa5 is 0.59.

The process color (four color CMYK) of #868fa5 color hex is 0.19, 0.13, 0.00, 0.35. Web safe color of #868fa5 is #999999. Color #868fa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 10100101
Octal 206 217 245
Decimal 134 143 165
Hex 86 8F A5

RGB Percentages of Color #868fa5

%30.32
%32.35
%37.33

CMYK Percentages of Color #868fa5

%19
%13
%0
%35

Triadic Colors of #868fa5

#868fa5 #a5868f #8fa586

Analogous Colors of #868fa5

#868fa5 #8d86a5 #869fa5

Monochromatic Colors of #868fa5

#868fa5

Complementary Color

#868fa5 #a59c86

#868fa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868fa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868fa5 Color CSS Codes

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

#868fa5 Text Font Color

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

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


#868fa5 Background Color

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

This div background color is #868fa5


#868fa5 Border Color

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

This div border color is #868fa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868fa5


Comments

No comments written yet.

Please login to write comment.