Color Hex Logo

#869fda Color Hex

#869FDA
(134,159,218)
0 Favorites   0 Comments

Color spaces of #869fda

RGB 134159218
HSL0.620.530.69
HSV222°39°85°
CMYK 0.390.270.00   0.15
XYZ34.884534.926671.2326
Yxy34.92660.24730.2476
Hunter Lab59.09871.9413-30.0940
CIE-Lab65.69155.8692-32.7739

#869fda color RGB value is (134,159,218).

#869fda hex color red value is 134, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #869fda hue: 0.62 , saturation: 0.53 and the lightness value of 869fda is 0.69.

The process color (four color CMYK) of #869fda color hex is 0.39, 0.27, 0.00, 0.15. Web safe color of #869fda is #9999cc. Color #869fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011111 11011010
Octal 206 237 332
Decimal 134 159 218
Hex 86 9F DA

RGB Percentages of Color #869fda

%26.22
%31.12
%42.66

CMYK Percentages of Color #869fda

%39
%27
%0
%15

Triadic Colors of #869fda

#869fda #da869f #9fda86

Analogous Colors of #869fda

#869fda #9786da #86c9da

Monochromatic Colors of #869fda

#869fda

Complementary Color

#869fda #dac186

#869fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#869fda Color CSS Codes

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

#869fda Text Font Color

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

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


#869fda Background Color

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

This div background color is #869fda


#869fda Border Color

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

This div border color is #869fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869fda

#869fda Color Palettes


Comments

No comments written yet.

Please login to write comment.