Color Hex Logo

#868dab Color Hex

#868DAB
(134,141,171)
0 Favorites   0 Comments

Color spaces of #868dab

RGB 134141171
HSL0.640.180.60
HSV229°22°67°
CMYK 0.220.180.00   0.33
XYZ26.707127.058442.3432
Yxy27.05840.27790.2815
Hunter Lab52.01770.6151-11.8506
CIE-Lab59.02834.0930-16.6245

#868dab color RGB value is (134,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 10101011
Octal 206 215 253
Decimal 134 141 171
Hex 86 8D AB

RGB Percentages of Color #868dab

%30.04
%31.61
%38.34

CMYK Percentages of Color #868dab

%22
%18
%0
%33

Triadic Colors of #868dab

#868dab #ab868d #8dab86

Analogous Colors of #868dab

#868dab #9286ab #86a0ab

Monochromatic Colors of #868dab

#868dab

Complementary Color

#868dab #aba486

#868dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#868dab Color CSS Codes

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

#868dab Text Font Color

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

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


#868dab Background Color

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

This div background color is #868dab


#868dab Border Color

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

This div border color is #868dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,141,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 #868dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868dab


Comments

No comments written yet.

Please login to write comment.