Color Hex Logo

#859ddf Color Hex

#859DDF
(133,157,223)
0 Favorites   0 Comments

Color spaces of #859ddf

RGB 133157223
HSL0.620.580.70
HSV224°40°87°
CMYK 0.400.300.00   0.13
XYZ35.049134.428274.6101
Yxy34.42820.24320.2389
Hunter Lab58.67553.9425-34.3185
CIE-Lab65.30108.1143-36.1489

#859ddf color RGB value is (133,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 11011111
Octal 205 235 337
Decimal 133 157 223
Hex 85 9D DF

RGB Percentages of Color #859ddf

%25.93
%30.60
%43.47

CMYK Percentages of Color #859ddf

%40
%30
%0
%13

Triadic Colors of #859ddf

#859ddf #df859d #9ddf85

Analogous Colors of #859ddf

#859ddf #9a85df #85cadf

Monochromatic Colors of #859ddf

#859ddf

Complementary Color

#859ddf #dfc785

#859ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#859ddf Color CSS Codes

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

#859ddf Text Font Color

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

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


#859ddf Background Color

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

This div background color is #859ddf


#859ddf Border Color

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

This div border color is #859ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,157,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859ddf


Comments

No comments written yet.

Please login to write comment.