Color Hex Logo

#868ecc Color Hex

#868ECC
(134,142,204)
0 Favorites   0 Comments

Color spaces of #868ecc

RGB 134142204
HSL0.650.410.66
HSV233°34°80°
CMYK 0.340.300.00   0.20
XYZ30.403628.774061.0782
Yxy28.77400.25280.2393
Hunter Lab53.64147.3002-29.9609
CIE-Lab60.581711.8590-32.9075

#868ecc color RGB value is (134,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 11001100
Octal 206 216 314
Decimal 134 142 204
Hex 86 8E CC

RGB Percentages of Color #868ecc

%27.92
%29.58
%42.50

CMYK Percentages of Color #868ecc

%34
%30
%0
%20

Triadic Colors of #868ecc

#868ecc #cc868e #8ecc86

Analogous Colors of #868ecc

#868ecc #a186cc #86b1cc

Monochromatic Colors of #868ecc

#868ecc

Complementary Color

#868ecc #ccc486

#868ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ecc Color CSS Codes

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

#868ecc Text Font Color

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

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


#868ecc Background Color

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

This div background color is #868ecc


#868ecc Border Color

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

This div border color is #868ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ecc

#868ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.