Color spaces of #999cdb
RGB | 153 | 156 | 219 |
---|---|---|---|
HSL | 0.66 | 0.48 | 0.73 |
HSV | 237° | 30° | 86° |
CMYK | 0.30 | 0.29 | 0.00 0.14 |
XYZ | 37.8115 | 35.6637 | 71.9087 |
Yxy | 35.6637 | 0.2601 | 0.2453 |
Hunter Lab | 59.7191 | 8.5099 | -29.5887 |
CIE-Lab | 66.2622 | 13.1541 | -32.3375 |
#999cdb color RGB value is (153,156,219).
#999cdb hex color red value is 153, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #999cdb hue: 0.66 , saturation: 0.48 and the lightness value of 999cdb is 0.73.
The process color (four color CMYK) of #999cdb color hex is 0.30, 0.29, 0.00, 0.14. Web safe color of #999cdb is #9999cc. Color #999cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10011100 | 11011011 |
Octal | 231 | 234 | 333 |
Decimal | 153 | 156 | 219 |
Hex | 99 | 9C | DB |
Shades of #999cdb
Tints of #999cdb
RGB Percentages of Color #999cdb
CMYK Percentages of Color #999cdb
Complementary Color
#999cdb | #dbd899 |
#999cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#999cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#999cdb Color CSS Codes
.mybgcolor {background-color:#999cdb; } .myforecolor {color:#999cdb; } .mybordercolor {border:3px solid #999cdb; }
#999cdb Text Font Color
<p style="color:#999cdb">Text here</p>
This sample text font color is #999cdb
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.
#999cdb Background Color
<div style="background-color:#999cdb">
Div content here</div>
This div background color is #999cdb
#999cdb Border Color
<div style="border:3px solid #999cdb">
Div here</div>
This div border color is #999cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,156,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #999cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #999cdb; -webkit-box-shadow: 1px 1px 3px 2px #999cdb; box-shadow: 1px 1px 3px 2px #999cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,156,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #999cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #999cdb; -webkit-box-shadow: 1px 1px 3px 2px #999cdb; box-shadow: 1px 1px 3px 2px #999cdb;">
Div content here</div>
This div box has shadow with color #999cdb
Comments
No comments written yet.
Please login to write comment.