Color spaces of #999bdc
RGB | 153 | 155 | 220 |
---|---|---|---|
HSL | 0.66 | 0.49 | 0.73 |
HSV | 238° | 30° | 86° |
CMYK | 0.30 | 0.30 | 0.00 0.14 |
XYZ | 37.7765 | 35.3823 | 72.5486 |
Yxy | 35.3823 | 0.2593 | 0.2428 |
Hunter Lab | 59.4830 | 9.2666 | -30.6751 |
CIE-Lab | 66.0452 | 13.9756 | -33.2266 |
#999bdc color RGB value is (153,155,220).
#999bdc hex color red value is 153, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #999bdc hue: 0.66 , saturation: 0.49 and the lightness value of 999bdc is 0.73.
The process color (four color CMYK) of #999bdc color hex is 0.30, 0.30, 0.00, 0.14. Web safe color of #999bdc is #9999cc. Color #999bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10011011 | 11011100 |
Octal | 231 | 233 | 334 |
Decimal | 153 | 155 | 220 |
Hex | 99 | 9B | DC |
Shades of #999bdc
Tints of #999bdc
RGB Percentages of Color #999bdc
CMYK Percentages of Color #999bdc
Complementary Color
#999bdc | #dcda99 |
#999bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#999bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#999bdc Color CSS Codes
.mybgcolor {background-color:#999bdc; } .myforecolor {color:#999bdc; } .mybordercolor {border:3px solid #999bdc; }
#999bdc Text Font Color
<p style="color:#999bdc">Text here</p>
This sample text font color is #999bdc
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.
#999bdc Background Color
<div style="background-color:#999bdc">
Div content here</div>
This div background color is #999bdc
#999bdc Border Color
<div style="border:3px solid #999bdc">
Div here</div>
This div border color is #999bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,155,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #999bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #999bdc; -webkit-box-shadow: 1px 1px 3px 2px #999bdc; box-shadow: 1px 1px 3px 2px #999bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,155,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #999bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #999bdc; -webkit-box-shadow: 1px 1px 3px 2px #999bdc; box-shadow: 1px 1px 3px 2px #999bdc;">
Div content here</div>
This div box has shadow with color #999bdc
Comments
No comments written yet.
Please login to write comment.