Color Hex Logo

#859dda Color Hex

#859DDA
(133,157,218)
0 Favorites   0 Comments

Color spaces of #859dda

RGB 133157218
HSL0.620.530.69
HSV223°39°85°
CMYK 0.390.280.00   0.15
XYZ34.384734.162471.1114
Yxy34.16240.24620.2446
Hunter Lab58.44862.7246-31.2210
CIE-Lab65.09136.7384-33.7102

#859dda color RGB value is (133,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 11011010
Octal 205 235 332
Decimal 133 157 218
Hex 85 9D DA

RGB Percentages of Color #859dda

%26.18
%30.91
%42.91

CMYK Percentages of Color #859dda

%39
%28
%0
%15

Triadic Colors of #859dda

#859dda #da859d #9dda85

Analogous Colors of #859dda

#859dda #9885da #85c8da

Monochromatic Colors of #859dda

#859dda

Complementary Color

#859dda #dac285

#859dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#859dda Color CSS Codes

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

#859dda Text Font Color

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

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


#859dda Background Color

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

This div background color is #859dda


#859dda Border Color

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

This div border color is #859dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859dda


Comments

No comments written yet.

Please login to write comment.