Color Hex Logo

#868bad Color Hex

#868BAD
(134,139,173)
0 Favorites   0 Comments

Color spaces of #868bad

RGB 134139173
HSL0.650.190.60
HSV232°23°68°
CMYK 0.230.200.00   0.32
XYZ26.607026.550743.2576
Yxy26.55070.27600.2754
Hunter Lab51.52741.9985-13.7052
CIE-Lab58.55615.7188-18.4821

#868bad color RGB value is (134,139,173).

#868bad hex color red value is 134, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #868bad hue: 0.65 , saturation: 0.19 and the lightness value of 868bad is 0.60.

The process color (four color CMYK) of #868bad color hex is 0.23, 0.20, 0.00, 0.32. Web safe color of #868bad is #999999. Color #868bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 10101101
Octal 206 213 255
Decimal 134 139 173
Hex 86 8B AD

RGB Percentages of Color #868bad

%30.04
%31.17
%38.79

CMYK Percentages of Color #868bad

%23
%20
%0
%32

Triadic Colors of #868bad

#868bad #ad868b #8bad86

Analogous Colors of #868bad

#868bad #9586ad #869fad

Monochromatic Colors of #868bad

#868bad

Complementary Color

#868bad #ada886

#868bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#868bad Color CSS Codes

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

#868bad Text Font Color

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

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


#868bad Background Color

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

This div background color is #868bad


#868bad Border Color

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

This div border color is #868bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868bad


Comments

No comments written yet.

Please login to write comment.