Color Hex Logo

#868edc Color Hex

#868EDC
(134,142,220)
0 Favorites   0 Comments

Color spaces of #868edc

RGB 134142220
HSL0.650.550.69
HSV234°39°86°
CMYK 0.390.350.00   0.14
XYZ32.422829.581671.7111
Yxy29.58160.24250.2212
Hunter Lab54.389011.2282-40.1008
CIE-Lab61.291516.2076-40.7479

#868edc color RGB value is (134,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 11011100
Octal 206 216 334
Decimal 134 142 220
Hex 86 8E DC

RGB Percentages of Color #868edc

%27.02
%28.63
%44.35

CMYK Percentages of Color #868edc

%39
%35
%0
%14

Triadic Colors of #868edc

#868edc #dc868e #8edc86

Analogous Colors of #868edc

#868edc #a986dc #86b9dc

Monochromatic Colors of #868edc

#868edc

Complementary Color

#868edc #dcd486

#868edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868edc Color CSS Codes

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

#868edc Text Font Color

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

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


#868edc Background Color

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

This div background color is #868edc


#868edc Border Color

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

This div border color is #868edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868edc


Comments

No comments written yet.

Please login to write comment.