Color spaces of #9fbced
RGB | 159 | 188 | 237 |
---|---|---|---|
HSL | 0.60 | 0.68 | 0.78 |
HSV | 218° | 33° | 93° |
CMYK | 0.33 | 0.21 | 0.00 0.07 |
XYZ | 47.5674 | 49.4518 | 87.1588 |
Yxy | 49.4518 | 0.2583 | 0.2685 |
Hunter Lab | 70.3220 | -2.3219 | -24.2601 |
CIE-Lab | 75.7315 | 1.5778 | -27.5429 |
#9fbced color RGB value is (159,188,237).
#9fbced hex color red value is 159, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9fbced hue: 0.60 , saturation: 0.68 and the lightness value of 9fbced is 0.78.
The process color (four color CMYK) of #9fbced color hex is 0.33, 0.21, 0.00, 0.07. Web safe color of #9fbced is #99ccff. Color #9fbced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10111100 | 11101101 |
Octal | 237 | 274 | 355 |
Decimal | 159 | 188 | 237 |
Hex | 9F | BC | ED |
Shades of #9fbced
Tints of #9fbced
RGB Percentages of Color #9fbced
CMYK Percentages of Color #9fbced
Complementary Color
#9fbced | #edd09f |
#9fbced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fbced Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fbced Color CSS Codes
.mybgcolor {background-color:#9fbced; } .myforecolor {color:#9fbced; } .mybordercolor {border:3px solid #9fbced; }
#9fbced Text Font Color
<p style="color:#9fbced">Text here</p>
This sample text font color is #9fbced
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.
#9fbced Background Color
<div style="background-color:#9fbced">
Div content here</div>
This div background color is #9fbced
#9fbced Border Color
<div style="border:3px solid #9fbced">
Div here</div>
This div border color is #9fbced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,188,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fbced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fbced; -webkit-box-shadow: 1px 1px 3px 2px #9fbced; box-shadow: 1px 1px 3px 2px #9fbced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,188,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fbced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fbced; -webkit-box-shadow: 1px 1px 3px 2px #9fbced; box-shadow: 1px 1px 3px 2px #9fbced;">
Div content here</div>
This div box has shadow with color #9fbced
Comments
No comments written yet.
Please login to write comment.