Color Hex Logo

#868acc Color Hex

#868ACC
(134,138,204)
0 Favorites   0 Comments

Color spaces of #868acc

RGB 134138204
HSL0.660.410.66
HSV237°34°80°
CMYK 0.340.320.00   0.20
XYZ29.819127.604960.8834
Yxy27.60490.25200.2333
Hunter Lab52.54049.3614-31.9266
CIE-Lab59.530114.1860-34.5450

#868acc color RGB value is (134,138,204).

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

The process color (four color CMYK) of #868acc color hex is 0.34, 0.32, 0.00, 0.20. Web safe color of #868acc is #9999cc. Color #868acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 11001100
Octal 206 212 314
Decimal 134 138 204
Hex 86 8A CC

RGB Percentages of Color #868acc

%28.15
%28.99
%42.86

CMYK Percentages of Color #868acc

%34
%32
%0
%20

Triadic Colors of #868acc

#868acc #cc868a #8acc86

Analogous Colors of #868acc

#868acc #a586cc #86adcc

Monochromatic Colors of #868acc

#868acc

Complementary Color

#868acc #ccc886

#868acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868acc Color CSS Codes

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

#868acc Text Font Color

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

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


#868acc Background Color

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

This div background color is #868acc


#868acc Border Color

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

This div border color is #868acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868acc


Comments

No comments written yet.

Please login to write comment.