Color spaces of #959ada
RGB | 149 | 154 | 218 |
---|---|---|---|
HSL | 0.65 | 0.48 | 0.72 |
HSV | 236° | 32° | 85° |
CMYK | 0.32 | 0.29 | 0.00 0.15 |
XYZ | 36.6049 | 34.5627 | 71.0717 |
Yxy | 34.5627 | 0.2573 | 0.2430 |
Hunter Lab | 58.7901 | 8.2582 | -30.5231 |
CIE-Lab | 65.4068 | 12.8872 | -33.1339 |
#959ada color RGB value is (149,154,218).
#959ada hex color red value is 149, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #959ada hue: 0.65 , saturation: 0.48 and the lightness value of 959ada is 0.72.
The process color (four color CMYK) of #959ada color hex is 0.32, 0.29, 0.00, 0.15. Web safe color of #959ada is #9999cc. Color #959ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10011010 | 11011010 |
Octal | 225 | 232 | 332 |
Decimal | 149 | 154 | 218 |
Hex | 95 | 9A | DA |
Shades of #959ada
Tints of #959ada
RGB Percentages of Color #959ada
CMYK Percentages of Color #959ada
Complementary Color
#959ada | #dad595 |
#959ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#959ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#959ada Color CSS Codes
.mybgcolor {background-color:#959ada; } .myforecolor {color:#959ada; } .mybordercolor {border:3px solid #959ada; }
#959ada Text Font Color
<p style="color:#959ada">Text here</p>
This sample text font color is #959ada
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.
#959ada Background Color
<div style="background-color:#959ada">
Div content here</div>
This div background color is #959ada
#959ada Border Color
<div style="border:3px solid #959ada">
Div here</div>
This div border color is #959ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,154,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #959ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #959ada; -webkit-box-shadow: 1px 1px 3px 2px #959ada; box-shadow: 1px 1px 3px 2px #959ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,154,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #959ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #959ada; -webkit-box-shadow: 1px 1px 3px 2px #959ada; box-shadow: 1px 1px 3px 2px #959ada;">
Div content here</div>
This div box has shadow with color #959ada
Comments
No comments written yet.
Please login to write comment.