Color spaces of #998ebd
RGB | 153 | 142 | 189 |
---|---|---|---|
HSL | 0.71 | 0.26 | 0.65 |
HSV | 254° | 25° | 74° |
CMYK | 0.19 | 0.25 | 0.00 0.26 |
XYZ | 31.9952 | 29.7924 | 52.2083 |
Yxy | 29.7924 | 0.2807 | 0.2613 |
Hunter Lab | 54.5824 | 9.1142 | -18.5034 |
CIE-Lab | 61.4747 | 13.8755 | -22.9622 |
#998ebd color RGB value is (153,142,189).
#998ebd hex color red value is 153, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #998ebd hue: 0.71 , saturation: 0.26 and the lightness value of 998ebd is 0.65.
The process color (four color CMYK) of #998ebd color hex is 0.19, 0.25, 0.00, 0.26. Web safe color of #998ebd is #9999cc. Color #998ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10001110 | 10111101 |
Octal | 231 | 216 | 275 |
Decimal | 153 | 142 | 189 |
Hex | 99 | 8E | BD |
Shades of #998ebd
Tints of #998ebd
RGB Percentages of Color #998ebd
CMYK Percentages of Color #998ebd
Complementary Color
#998ebd | #b2bd8e |
#998ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#998ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#998ebd Color CSS Codes
.mybgcolor {background-color:#998ebd; } .myforecolor {color:#998ebd; } .mybordercolor {border:3px solid #998ebd; }
#998ebd Text Font Color
<p style="color:#998ebd">Text here</p>
This sample text font color is #998ebd
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.
#998ebd Background Color
<div style="background-color:#998ebd">
Div content here</div>
This div background color is #998ebd
#998ebd Border Color
<div style="border:3px solid #998ebd">
Div here</div>
This div border color is #998ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,142,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #998ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #998ebd; -webkit-box-shadow: 1px 1px 3px 2px #998ebd; box-shadow: 1px 1px 3px 2px #998ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,142,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #998ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #998ebd; -webkit-box-shadow: 1px 1px 3px 2px #998ebd; box-shadow: 1px 1px 3px 2px #998ebd;">
Div content here</div>
This div box has shadow with color #998ebd
Comments
No comments written yet.
Please login to write comment.