Color Hex Logo

#868ced Color Hex

#868CED
(134,140,237)
0 Favorites   0 Comments

Color spaces of #868ced

RGB 134140237
HSL0.660.740.73
HSV237°43°93°
CMYK 0.430.410.00   0.07
XYZ34.495729.938984.0814
Yxy29.93890.23230.2016
Hunter Lab54.716516.7806-52.8079
CIE-Lab61.601522.1636-49.6933

#868ced color RGB value is (134,140,237).

#868ced hex color red value is 134, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #868ced hue: 0.66 , saturation: 0.74 and the lightness value of 868ced is 0.73.

The process color (four color CMYK) of #868ced color hex is 0.43, 0.41, 0.00, 0.07. Web safe color of #868ced is #9999ff. Color #868ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11101101
Octal 206 214 355
Decimal 134 140 237
Hex 86 8C ED

RGB Percentages of Color #868ced

%26.22
%27.40
%46.38

CMYK Percentages of Color #868ced

%43
%41
%0
%7

Triadic Colors of #868ced

#868ced #ed868c #8ced86

Analogous Colors of #868ced

#868ced #b486ed #86c0ed

Monochromatic Colors of #868ced

#868ced

Complementary Color

#868ced #ede786

#868ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ced Color CSS Codes

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

#868ced Text Font Color

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

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


#868ced Background Color

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

This div background color is #868ced


#868ced Border Color

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

This div border color is #868ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ced


Comments

No comments written yet.

Please login to write comment.