Color Hex Logo

#859edc Color Hex

#859EDC
(133,158,220)
0 Favorites   0 Comments

Color spaces of #859edc

RGB 133158220
HSL0.620.550.69
HSV223°40°86°
CMYK 0.400.280.00   0.14
XYZ34.818034.607672.5550
Yxy34.60760.24520.2437
Hunter Lab58.82822.6974-31.9448
CIE-Lab65.44206.7169-34.2718

#859edc color RGB value is (133,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011110 11011100
Octal 205 236 334
Decimal 133 158 220
Hex 85 9E DC

RGB Percentages of Color #859edc

%26.03
%30.92
%43.05

CMYK Percentages of Color #859edc

%40
%28
%0
%14

Triadic Colors of #859edc

#859edc #dc859e #9edc85

Analogous Colors of #859edc

#859edc #9885dc #85cadc

Monochromatic Colors of #859edc

#859edc

Complementary Color

#859edc #dcc385

#859edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#859edc Color CSS Codes

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

#859edc Text Font Color

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

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


#859edc Background Color

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

This div background color is #859edc


#859edc Border Color

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

This div border color is #859edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859edc


Comments

No comments written yet.

Please login to write comment.