Color Hex Logo

#859ddb Color Hex

#859DDB
(133,157,219)
0 Favorites   0 Comments

Color spaces of #859ddb

RGB 133157219
HSL0.620.540.69
HSV223°39°86°
CMYK 0.390.280.00   0.14
XYZ34.516034.215071.8028
Yxy34.21500.24560.2435
Hunter Lab58.49362.9658-31.8349
CIE-Lab65.13297.0120-34.1990

#859ddb color RGB value is (133,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 11011011
Octal 205 235 333
Decimal 133 157 219
Hex 85 9D DB

RGB Percentages of Color #859ddb

%26.13
%30.84
%43.03

CMYK Percentages of Color #859ddb

%39
%28
%0
%14

Triadic Colors of #859ddb

#859ddb #db859d #9ddb85

Analogous Colors of #859ddb

#859ddb #9885db #85c8db

Monochromatic Colors of #859ddb

#859ddb

Complementary Color

#859ddb #dbc385

#859ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#859ddb Color CSS Codes

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

#859ddb Text Font Color

<p style="color:#859ddb">Text here</p>

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


#859ddb Background Color

<div style="background-color:#859ddb">
Div content here</div>

This div background color is #859ddb


#859ddb Border Color

<div style="border:3px solid #859ddb">
Div here</div>

This div border color is #859ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,157,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #859ddb;
  box-shadow:         1px 1px 3px 2px #859ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,157,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 #859ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859ddb


Comments

No comments written yet.

Please login to write comment.