Color spaces of #959acc
RGB | 149 | 154 | 204 |
---|---|---|---|
HSL | 0.65 | 0.35 | 0.69 |
HSV | 235° | 27° | 80° |
CMYK | 0.27 | 0.25 | 0.00 0.20 |
XYZ | 34.8491 | 33.8604 | 61.8257 |
Yxy | 33.8604 | 0.2670 | 0.2594 |
Hunter Lab | 58.1897 | 5.0695 | -22.2620 |
CIE-Lab | 64.8516 | 9.3682 | -26.2157 |
#959acc color RGB value is (149,154,204).
#959acc hex color red value is 149, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #959acc hue: 0.65 , saturation: 0.35 and the lightness value of 959acc is 0.69.
The process color (four color CMYK) of #959acc color hex is 0.27, 0.25, 0.00, 0.20. Web safe color of #959acc is #9999cc. Color #959acc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10011010 | 11001100 |
Octal | 225 | 232 | 314 |
Decimal | 149 | 154 | 204 |
Hex | 95 | 9A | CC |
Shades of #959acc
Tints of #959acc
RGB Percentages of Color #959acc
CMYK Percentages of Color #959acc
Complementary Color
#959acc | #ccc795 |
#959acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#959acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#959acc Color CSS Codes
.mybgcolor {background-color:#959acc; } .myforecolor {color:#959acc; } .mybordercolor {border:3px solid #959acc; }
#959acc Text Font Color
<p style="color:#959acc">Text here</p>
This sample text font color is #959acc
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.
#959acc Background Color
<div style="background-color:#959acc">
Div content here</div>
This div background color is #959acc
#959acc Border Color
<div style="border:3px solid #959acc">
Div here</div>
This div border color is #959acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,154,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #959acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #959acc; -webkit-box-shadow: 1px 1px 3px 2px #959acc; box-shadow: 1px 1px 3px 2px #959acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,154,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #959acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #959acc; -webkit-box-shadow: 1px 1px 3px 2px #959acc; box-shadow: 1px 1px 3px 2px #959acc;">
Div content here</div>
This div box has shadow with color #959acc
Comments
No comments written yet.
Please login to write comment.