Color Hex Logo

#868a93 Color Hex

#868A93
(134,138,147)
0 Favorites   0 Comments

Color spaces of #868a93

RGB 134138147
HSL0.620.060.55
HSV222°58°
CMYK 0.090.060.00   0.42
XYZ24.186525.351931.2224
Yxy25.35190.29950.3139
Hunter Lab50.3507-2.3692-1.5202
CIE-Lab57.41670.3947-5.3055

#868a93 color RGB value is (134,138,147).

#868a93 hex color red value is 134, green value is 138 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #868a93 hue: 0.62 , saturation: 0.06 and the lightness value of 868a93 is 0.55.

The process color (four color CMYK) of #868a93 color hex is 0.09, 0.06, 0.00, 0.42. Web safe color of #868a93 is #999999. Color #868a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 10010011
Octal 206 212 223
Decimal 134 138 147
Hex 86 8A 93

RGB Percentages of Color #868a93

%31.98
%32.94
%35.08

CMYK Percentages of Color #868a93

%9
%6
%0
%42

Triadic Colors of #868a93

#868a93 #93868a #8a9386

Analogous Colors of #868a93

#868a93 #898693 #869193

Monochromatic Colors of #868a93

#868a93

Complementary Color

#868a93 #938f86

#868a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868a93 Color CSS Codes

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

#868a93 Text Font Color

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

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


#868a93 Background Color

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

This div background color is #868a93


#868a93 Border Color

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

This div border color is #868a93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868a93


Comments

No comments written yet.

Please login to write comment.