Color Hex Logo

#869fdb Color Hex

#869FDB
(134,159,219)
1 Favorites   0 Comments

Color spaces of #869fdb

RGB 134159219
HSL0.620.540.69
HSV222°39°86°
CMYK 0.390.270.00   0.14
XYZ35.015834.979171.9239
Yxy34.97910.24670.2465
Hunter Lab59.14312.1808-30.7023
CIE-Lab65.73246.1414-33.2632

#869fdb color RGB value is (134,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011111 11011011
Octal 206 237 333
Decimal 134 159 219
Hex 86 9F DB

RGB Percentages of Color #869fdb

%26.17
%31.05
%42.77

CMYK Percentages of Color #869fdb

%39
%27
%0
%14

Triadic Colors of #869fdb

#869fdb #db869f #9fdb86

Analogous Colors of #869fdb

#869fdb #9886db #86cadb

Monochromatic Colors of #869fdb

#869fdb

Complementary Color

#869fdb #dbc286

#869fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#869fdb Color CSS Codes

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

#869fdb Text Font Color

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

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


#869fdb Background Color

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

This div background color is #869fdb


#869fdb Border Color

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

This div border color is #869fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869fdb

#869fdb Color Palettes


Comments

No comments written yet.

Please login to write comment.