Color Hex Logo

#858bae Color Hex

#858BAE
(133,139,174)
0 Favorites   0 Comments

Color spaces of #858bae

RGB 133139174
HSL0.640.200.60
HSV231°24°68°
CMYK 0.240.200.00   0.32
XYZ26.545526.507843.7618
Yxy26.50780.27420.2738
Hunter Lab51.48571.9327-14.3553
CIE-Lab58.51595.6398-19.1204

#858bae color RGB value is (133,139,174).

#858bae hex color red value is 133, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #858bae hue: 0.64 , saturation: 0.20 and the lightness value of 858bae is 0.60.

The process color (four color CMYK) of #858bae color hex is 0.24, 0.20, 0.00, 0.32. Web safe color of #858bae is #999999. Color #858bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 10101110
Octal 205 213 256
Decimal 133 139 174
Hex 85 8B AE

RGB Percentages of Color #858bae

%29.82
%31.17
%39.01

CMYK Percentages of Color #858bae

%24
%20
%0
%32

Triadic Colors of #858bae

#858bae #ae858b #8bae85

Analogous Colors of #858bae

#858bae #9485ae #85a0ae

Monochromatic Colors of #858bae

#858bae

Complementary Color

#858bae #aea885

#858bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#858bae Color CSS Codes

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

#858bae Text Font Color

<p style="color:#858bae">Text here</p>

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


#858bae Background Color

<div style="background-color:#858bae">
Div content here</div>

This div background color is #858bae


#858bae Border Color

<div style="border:3px solid #858bae">
Div here</div>

This div border color is #858bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,139,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858bae;
  -webkit-box-shadow: 1px 1px 3px 2px #858bae;
  box-shadow:         1px 1px 3px 2px #858bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858bae


Comments

No comments written yet.

Please login to write comment.