Color Hex Logo

#868eee Color Hex

#868EEE
(134,142,238)
0 Favorites   0 Comments

Color spaces of #868eee

RGB 134142238
HSL0.650.750.73
HSV235°44°93°
CMYK 0.440.400.00   0.07
XYZ34.937130.587484.9515
Yxy30.58740.23220.2033
Hunter Lab55.305915.9744-52.3571
CIE-Lab62.157821.2805-49.3649

#868eee color RGB value is (134,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 11101110
Octal 206 216 356
Decimal 134 142 238
Hex 86 8E EE

RGB Percentages of Color #868eee

%26.07
%27.63
%46.30

CMYK Percentages of Color #868eee

%44
%40
%0
%7

Triadic Colors of #868eee

#868eee #ee868e #8eee86

Analogous Colors of #868eee

#868eee #b286ee #86c2ee

Monochromatic Colors of #868eee

#868eee

Complementary Color

#868eee #eee686

#868eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#868eee Color CSS Codes

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

#868eee Text Font Color

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

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


#868eee Background Color

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

This div background color is #868eee


#868eee Border Color

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

This div border color is #868eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868eee


Comments

No comments written yet.

Please login to write comment.