Color Hex Logo

#868fbe Color Hex

#868FBE
(134,143,190)
0 Favorites   0 Comments

Color spaces of #868fbe

RGB 134143190
HSL0.640.300.64
HSV230°29°75°
CMYK 0.290.250.00   0.25
XYZ28.948228.431052.6772
Yxy28.43100.26300.2583
Hunter Lab53.32073.5976-21.2499
CIE-Lab60.27617.6300-25.4959

#868fbe color RGB value is (134,143,190).

#868fbe hex color red value is 134, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #868fbe hue: 0.64 , saturation: 0.30 and the lightness value of 868fbe is 0.64.

The process color (four color CMYK) of #868fbe color hex is 0.29, 0.25, 0.00, 0.25. Web safe color of #868fbe is #9999cc. Color #868fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 10111110
Octal 206 217 276
Decimal 134 143 190
Hex 86 8F BE

RGB Percentages of Color #868fbe

%28.69
%30.62
%40.69

CMYK Percentages of Color #868fbe

%29
%25
%0
%25

Triadic Colors of #868fbe

#868fbe #be868f #8fbe86

Analogous Colors of #868fbe

#868fbe #9986be #86abbe

Monochromatic Colors of #868fbe

#868fbe

Complementary Color

#868fbe #beb586

#868fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#868fbe Color CSS Codes

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

#868fbe Text Font Color

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

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


#868fbe Background Color

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

This div background color is #868fbe


#868fbe Border Color

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

This div border color is #868fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868fbe


Comments

No comments written yet.

Please login to write comment.