Color spaces of #999efc
RGB | 153 | 158 | 252 |
---|---|---|---|
HSL | 0.66 | 0.94 | 0.79 |
HSV | 237° | 39° | 99° |
CMYK | 0.39 | 0.37 | 0.00 0.01 |
XYZ | 42.9344 | 38.2543 | 97.2164 |
Yxy | 38.2543 | 0.2407 | 0.2144 |
Hunter Lab | 61.8501 | 15.6716 | -49.8974 |
CIE-Lab | 68.2076 | 20.6777 | -47.3997 |
#999efc color RGB value is (153,158,252).
#999efc hex color red value is 153, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #999efc hue: 0.66 , saturation: 0.94 and the lightness value of 999efc is 0.79.
The process color (four color CMYK) of #999efc color hex is 0.39, 0.37, 0.00, 0.01. Web safe color of #999efc is #9999ff. Color #999efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10011110 | 11111100 |
Octal | 231 | 236 | 374 |
Decimal | 153 | 158 | 252 |
Hex | 99 | 9E | FC |
Shades of #999efc
Tints of #999efc
RGB Percentages of Color #999efc
CMYK Percentages of Color #999efc
Complementary Color
#999efc | #fcf799 |
#999efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#999efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#999efc Color CSS Codes
.mybgcolor {background-color:#999efc; } .myforecolor {color:#999efc; } .mybordercolor {border:3px solid #999efc; }
#999efc Text Font Color
<p style="color:#999efc">Text here</p>
This sample text font color is #999efc
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.
#999efc Background Color
<div style="background-color:#999efc">
Div content here</div>
This div background color is #999efc
#999efc Border Color
<div style="border:3px solid #999efc">
Div here</div>
This div border color is #999efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,158,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #999efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #999efc; -webkit-box-shadow: 1px 1px 3px 2px #999efc; box-shadow: 1px 1px 3px 2px #999efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,158,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #999efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #999efc; -webkit-box-shadow: 1px 1px 3px 2px #999efc; box-shadow: 1px 1px 3px 2px #999efc;">
Div content here</div>
This div box has shadow with color #999efc
Comments
No comments written yet.
Please login to write comment.