Color spaces of #909fbe
RGB | 144 | 159 | 190 |
---|---|---|---|
HSL | 0.61 | 0.26 | 0.65 |
HSV | 220° | 24° | 75° |
CMYK | 0.24 | 0.16 | 0.00 0.25 |
XYZ | 33.1940 | 34.4433 | 53.6139 |
Yxy | 34.4433 | 0.2738 | 0.2841 |
Hunter Lab | 58.6884 | -1.7456 | -13.0816 |
CIE-Lab | 65.3129 | 1.6222 | -17.7369 |
#909fbe color RGB value is (144,159,190).
#909fbe hex color red value is 144, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #909fbe hue: 0.61 , saturation: 0.26 and the lightness value of 909fbe is 0.65.
The process color (four color CMYK) of #909fbe color hex is 0.24, 0.16, 0.00, 0.25. Web safe color of #909fbe is #9999cc. Color #909fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10011111 | 10111110 |
Octal | 220 | 237 | 276 |
Decimal | 144 | 159 | 190 |
Hex | 90 | 9F | BE |
Shades of #909fbe
Tints of #909fbe
RGB Percentages of Color #909fbe
CMYK Percentages of Color #909fbe
Complementary Color
#909fbe | #beaf90 |
#909fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#909fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#909fbe Color CSS Codes
.mybgcolor {background-color:#909fbe; } .myforecolor {color:#909fbe; } .mybordercolor {border:3px solid #909fbe; }
#909fbe Text Font Color
<p style="color:#909fbe">Text here</p>
This sample text font color is #909fbe
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.
#909fbe Background Color
<div style="background-color:#909fbe">
Div content here</div>
This div background color is #909fbe
#909fbe Border Color
<div style="border:3px solid #909fbe">
Div here</div>
This div border color is #909fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,159,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #909fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #909fbe; -webkit-box-shadow: 1px 1px 3px 2px #909fbe; box-shadow: 1px 1px 3px 2px #909fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,159,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #909fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #909fbe; -webkit-box-shadow: 1px 1px 3px 2px #909fbe; box-shadow: 1px 1px 3px 2px #909fbe;">
Div content here</div>
This div box has shadow with color #909fbe
Comments
No comments written yet.
Please login to write comment.