Color Hex Logo

#859aca Color Hex

#859ACA
(133,154,202)
0 Favorites   0 Comments

Color spaces of #859aca

RGB 133154202
HSL0.620.390.66
HSV222°34°79°
CMYK 0.340.240.00   0.21
XYZ31.889132.362060.4429
Yxy32.36200.25570.2595
Hunter Lab56.88760.5072-23.1741
CIE-Lab63.64104.1532-27.0590

#859aca color RGB value is (133,154,202).

#859aca hex color red value is 133, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #859aca hue: 0.62 , saturation: 0.39 and the lightness value of 859aca is 0.66.

The process color (four color CMYK) of #859aca color hex is 0.34, 0.24, 0.00, 0.21. Web safe color of #859aca is #9999cc. Color #859aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 11001010
Octal 205 232 312
Decimal 133 154 202
Hex 85 9A CA

RGB Percentages of Color #859aca

%27.20
%31.49
%41.31

CMYK Percentages of Color #859aca

%34
%24
%0
%21

Triadic Colors of #859aca

#859aca #ca859a #9aca85

Analogous Colors of #859aca

#859aca #9385ca #85bdca

Monochromatic Colors of #859aca

#859aca

Complementary Color

#859aca #cab585

#859aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#859aca Color CSS Codes

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

#859aca Text Font Color

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

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


#859aca Background Color

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

This div background color is #859aca


#859aca Border Color

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

This div border color is #859aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859aca


Comments

No comments written yet.

Please login to write comment.