Color Hex Logo

#859abd Color Hex

#859ABD
(133,154,189)
0 Favorites   0 Comments

Color spaces of #859abd

RGB 133154189
HSL0.600.300.63
HSV218°30°74°
CMYK 0.300.190.00   0.26
XYZ30.413831.771952.6737
Yxy31.77190.26480.2766
Hunter Lab56.3666-2.3280-15.9490
CIE-Lab63.15390.8099-20.5307

#859abd color RGB value is (133,154,189).

#859abd hex color red value is 133, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #859abd hue: 0.60 , saturation: 0.30 and the lightness value of 859abd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 10111101
Octal 205 232 275
Decimal 133 154 189
Hex 85 9A BD

RGB Percentages of Color #859abd

%27.94
%32.35
%39.71

CMYK Percentages of Color #859abd

%30
%19
%0
%26

Triadic Colors of #859abd

#859abd #bd859a #9abd85

Analogous Colors of #859abd

#859abd #8c85bd #85b6bd

Monochromatic Colors of #859abd

#859abd

Complementary Color

#859abd #bda885

#859abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#859abd Color CSS Codes

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

#859abd Text Font Color

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

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


#859abd Background Color

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

This div background color is #859abd


#859abd Border Color

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

This div border color is #859abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859abd


Comments

No comments written yet.

Please login to write comment.