Color spaces of #959ebd
RGB | 149 | 158 | 189 |
---|---|---|---|
HSL | 0.63 | 0.23 | 0.66 |
HSV | 227° | 21° | 74° |
CMYK | 0.21 | 0.16 | 0.00 0.26 |
XYZ | 33.8066 | 34.5174 | 53.0248 |
Yxy | 34.5174 | 0.2786 | 0.2844 |
Hunter Lab | 58.7515 | -0.1033 | -12.3847 |
CIE-Lab | 65.3712 | 3.5239 | -17.0559 |
#959ebd color RGB value is (149,158,189).
#959ebd hex color red value is 149, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #959ebd hue: 0.63 , saturation: 0.23 and the lightness value of 959ebd is 0.66.
The process color (four color CMYK) of #959ebd color hex is 0.21, 0.16, 0.00, 0.26. Web safe color of #959ebd is #9999cc. Color #959ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10011110 | 10111101 |
Octal | 225 | 236 | 275 |
Decimal | 149 | 158 | 189 |
Hex | 95 | 9E | BD |
Shades of #959ebd
Tints of #959ebd
RGB Percentages of Color #959ebd
CMYK Percentages of Color #959ebd
Complementary Color
#959ebd | #bdb495 |
#959ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#959ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#959ebd Color CSS Codes
.mybgcolor {background-color:#959ebd; } .myforecolor {color:#959ebd; } .mybordercolor {border:3px solid #959ebd; }
#959ebd Text Font Color
<p style="color:#959ebd">Text here</p>
This sample text font color is #959ebd
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.
#959ebd Background Color
<div style="background-color:#959ebd">
Div content here</div>
This div background color is #959ebd
#959ebd Border Color
<div style="border:3px solid #959ebd">
Div here</div>
This div border color is #959ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,158,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #959ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #959ebd; -webkit-box-shadow: 1px 1px 3px 2px #959ebd; box-shadow: 1px 1px 3px 2px #959ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,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 #959ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #959ebd; -webkit-box-shadow: 1px 1px 3px 2px #959ebd; box-shadow: 1px 1px 3px 2px #959ebd;">
Div content here</div>
This div box has shadow with color #959ebd
Comments
No comments written yet.
Please login to write comment.