Color Hex Logo

#869ade Color Hex

#869ADE
(134,154,222)
0 Favorites   0 Comments

Color spaces of #869ade

RGB 134154222
HSL0.630.570.70
HSV226°40°87°
CMYK 0.400.310.00   0.13
XYZ34.571933.453573.7423
Yxy33.45350.24390.2360
Hunter Lab57.83905.4759-35.1050
CIE-Lab64.52649.8184-36.7981

#869ade color RGB value is (134,154,222).

#869ade hex color red value is 134, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #869ade hue: 0.63 , saturation: 0.57 and the lightness value of 869ade is 0.70.

The process color (four color CMYK) of #869ade color hex is 0.40, 0.31, 0.00, 0.13. Web safe color of #869ade is #9999cc. Color #869ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 11011110
Octal 206 232 336
Decimal 134 154 222
Hex 86 9A DE

RGB Percentages of Color #869ade

%26.27
%30.20
%43.53

CMYK Percentages of Color #869ade

%40
%31
%0
%13

Triadic Colors of #869ade

#869ade #de869a #9ade86

Analogous Colors of #869ade

#869ade #9e86de #86c6de

Monochromatic Colors of #869ade

#869ade

Complementary Color

#869ade #deca86

#869ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#869ade Color CSS Codes

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

#869ade Text Font Color

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

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


#869ade Background Color

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

This div background color is #869ade


#869ade Border Color

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

This div border color is #869ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869ade


Comments

No comments written yet.

Please login to write comment.