Color Hex Logo

#859abc Color Hex

#859ABC
(133,154,188)
0 Favorites   0 Comments

Color spaces of #859abc

RGB 133154188
HSL0.600.290.63
HSV217°29°74°
CMYK 0.290.180.00   0.26
XYZ30.305631.728652.1039
Yxy31.72860.26550.2780
Hunter Lab56.3281-2.5379-15.4139
CIE-Lab63.11790.5589-20.0246

#859abc color RGB value is (133,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 10111100
Octal 205 232 274
Decimal 133 154 188
Hex 85 9A BC

RGB Percentages of Color #859abc

%28.00
%32.42
%39.58

CMYK Percentages of Color #859abc

%29
%18
%0
%26

Triadic Colors of #859abc

#859abc #bc859a #9abc85

Analogous Colors of #859abc

#859abc #8c85bc #85b6bc

Monochromatic Colors of #859abc

#859abc

Complementary Color

#859abc #bca785

#859abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#859abc Color CSS Codes

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

#859abc Text Font Color

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

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


#859abc Background Color

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

This div background color is #859abc


#859abc Border Color

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

This div border color is #859abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859abc


Comments

No comments written yet.

Please login to write comment.