Color Hex Logo

#868adc Color Hex

#868ADC
(134,138,220)
0 Favorites   0 Comments

Color spaces of #868adc

RGB 134138220
HSL0.660.550.69
HSV237°39°86°
CMYK 0.390.370.00   0.14
XYZ31.838328.412671.5163
Yxy28.41260.24160.2156
Hunter Lab53.303513.3374-42.2359
CIE-Lab60.259718.5431-42.3692

#868adc color RGB value is (134,138,220).

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

The process color (four color CMYK) of #868adc color hex is 0.39, 0.37, 0.00, 0.14. Web safe color of #868adc is #9999cc. Color #868adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 11011100
Octal 206 212 334
Decimal 134 138 220
Hex 86 8A DC

RGB Percentages of Color #868adc

%27.24
%28.05
%44.72

CMYK Percentages of Color #868adc

%39
%37
%0
%14

Triadic Colors of #868adc

#868adc #dc868a #8adc86

Analogous Colors of #868adc

#868adc #ad86dc #86b5dc

Monochromatic Colors of #868adc

#868adc

Complementary Color

#868adc #dcd886

#868adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868adc Color CSS Codes

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

#868adc Text Font Color

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

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


#868adc Background Color

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

This div background color is #868adc


#868adc Border Color

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

This div border color is #868adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868adc


Comments

No comments written yet.

Please login to write comment.