Color spaces of #929ebd
RGB | 146 | 158 | 189 |
---|---|---|---|
HSL | 0.62 | 0.25 | 0.66 |
HSV | 223° | 23° | 74° |
CMYK | 0.23 | 0.16 | 0.00 0.26 |
XYZ | 33.2662 | 34.2388 | 52.9996 |
Yxy | 34.2388 | 0.2761 | 0.2841 |
Hunter Lab | 58.5139 | -0.9190 | -12.7428 |
CIE-Lab | 65.1517 | 2.5723 | -17.4094 |
#929ebd color RGB value is (146,158,189).
#929ebd hex color red value is 146, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #929ebd hue: 0.62 , saturation: 0.25 and the lightness value of 929ebd is 0.66.
The process color (four color CMYK) of #929ebd color hex is 0.23, 0.16, 0.00, 0.26. Web safe color of #929ebd is #9999cc. Color #929ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10011110 | 10111101 |
Octal | 222 | 236 | 275 |
Decimal | 146 | 158 | 189 |
Hex | 92 | 9E | BD |
Shades of #929ebd
Tints of #929ebd
RGB Percentages of Color #929ebd
CMYK Percentages of Color #929ebd
Complementary Color
#929ebd | #bdb192 |
#929ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#929ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#929ebd Color CSS Codes
.mybgcolor {background-color:#929ebd; } .myforecolor {color:#929ebd; } .mybordercolor {border:3px solid #929ebd; }
#929ebd Text Font Color
<p style="color:#929ebd">Text here</p>
This sample text font color is #929ebd
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.
#929ebd Background Color
<div style="background-color:#929ebd">
Div content here</div>
This div background color is #929ebd
#929ebd Border Color
<div style="border:3px solid #929ebd">
Div here</div>
This div border color is #929ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,158,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #929ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #929ebd; -webkit-box-shadow: 1px 1px 3px 2px #929ebd; box-shadow: 1px 1px 3px 2px #929ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,158,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 #929ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #929ebd; -webkit-box-shadow: 1px 1px 3px 2px #929ebd; box-shadow: 1px 1px 3px 2px #929ebd;">
Div content here</div>
This div box has shadow with color #929ebd
Comments
No comments written yet.
Please login to write comment.