Color Hex Logo

#869fed Color Hex

#869FED
(134,159,237)
0 Favorites   0 Comments

Color spaces of #869fed

RGB 134159237
HSL0.630.740.73
HSV225°43°93°
CMYK 0.430.330.00   0.07
XYZ37.515735.979085.0881
Yxy35.97900.23660.2269
Hunter Lab59.98256.6724-42.1180
CIE-Lab66.503911.1508-41.9703

#869fed color RGB value is (134,159,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011111 11101101
Octal 206 237 355
Decimal 134 159 237
Hex 86 9F ED

RGB Percentages of Color #869fed

%25.28
%30.00
%44.72

CMYK Percentages of Color #869fed

%43
%33
%0
%7

Triadic Colors of #869fed

#869fed #ed869f #9fed86

Analogous Colors of #869fed

#869fed #a186ed #86d3ed

Monochromatic Colors of #869fed

#869fed

Complementary Color

#869fed #edd486

#869fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#869fed Color CSS Codes

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

#869fed Text Font Color

<p style="color:#869fed">Text here</p>

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


#869fed Background Color

<div style="background-color:#869fed">
Div content here</div>

This div background color is #869fed


#869fed Border Color

<div style="border:3px solid #869fed">
Div here</div>

This div border color is #869fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869fed


Comments

No comments written yet.

Please login to write comment.