Color spaces of #858fae
RGB | 133 | 143 | 174 |
---|---|---|---|
HSL | 0.63 | 0.20 | 0.60 |
HSV | 225° | 24° | 68° |
CMYK | 0.24 | 0.18 | 0.00 0.32 |
XYZ | 27.1353 | 27.6875 | 43.9584 |
Yxy | 27.6875 | 0.2747 | 0.2803 |
Hunter Lab | 52.6189 | -0.0316 | -12.6983 |
CIE-Lab | 59.6054 | 3.3469 | -17.4628 |
#858fae color RGB value is (133,143,174).
#858fae hex color red value is 133, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #858fae hue: 0.63 , saturation: 0.20 and the lightness value of 858fae is 0.60.
The process color (four color CMYK) of #858fae color hex is 0.24, 0.18, 0.00, 0.32. Web safe color of #858fae is #999999. Color #858fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10001111 | 10101110 |
Octal | 205 | 217 | 256 |
Decimal | 133 | 143 | 174 |
Hex | 85 | 8F | AE |
Shades of #858fae
Tints of #858fae
RGB Percentages of Color #858fae
CMYK Percentages of Color #858fae
Complementary Color
#858fae | #aea485 |
#858fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#858fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#858fae Color CSS Codes
.mybgcolor {background-color:#858fae; } .myforecolor {color:#858fae; } .mybordercolor {border:3px solid #858fae; }
#858fae Text Font Color
<p style="color:#858fae">Text here</p>
This sample text font color is #858fae
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.
#858fae Background Color
<div style="background-color:#858fae">
Div content here</div>
This div background color is #858fae
#858fae Border Color
<div style="border:3px solid #858fae">
Div here</div>
This div border color is #858fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,143,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #858fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #858fae; -webkit-box-shadow: 1px 1px 3px 2px #858fae; box-shadow: 1px 1px 3px 2px #858fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,143,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 #858fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #858fae; -webkit-box-shadow: 1px 1px 3px 2px #858fae; box-shadow: 1px 1px 3px 2px #858fae;">
Div content here</div>
This div box has shadow with color #858fae
Comments
No comments written yet.
Please login to write comment.