Color spaces of #9bceed
RGB | 155 | 206 | 237 |
---|---|---|---|
HSL | 0.56 | 0.69 | 0.77 |
HSV | 203° | 35° | 93° |
CMYK | 0.35 | 0.13 | 0.00 0.07 |
XYZ | 50.8749 | 57.2256 | 88.4850 |
Yxy | 57.2256 | 0.2588 | 0.2911 |
Hunter Lab | 75.6476 | -12.3376 | -16.3982 |
CIE-Lab | 80.3063 | -9.1455 | -20.5925 |
#9bceed color RGB value is (155,206,237).
#9bceed hex color red value is 155, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9bceed hue: 0.56 , saturation: 0.69 and the lightness value of 9bceed is 0.77.
The process color (four color CMYK) of #9bceed color hex is 0.35, 0.13, 0.00, 0.07. Web safe color of #9bceed is #99ccff. Color #9bceed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001110 | 11101101 |
Octal | 233 | 316 | 355 |
Decimal | 155 | 206 | 237 |
Hex | 9B | CE | ED |
Shades of #9bceed
Tints of #9bceed
RGB Percentages of Color #9bceed
CMYK Percentages of Color #9bceed
Complementary Color
#9bceed | #edba9b |
#9bceed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bceed Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bceed Color CSS Codes
.mybgcolor {background-color:#9bceed; } .myforecolor {color:#9bceed; } .mybordercolor {border:3px solid #9bceed; }
#9bceed Text Font Color
<p style="color:#9bceed">Text here</p>
This sample text font color is #9bceed
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.
#9bceed Background Color
<div style="background-color:#9bceed">
Div content here</div>
This div background color is #9bceed
#9bceed Border Color
<div style="border:3px solid #9bceed">
Div here</div>
This div border color is #9bceed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,206,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bceed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bceed; -webkit-box-shadow: 1px 1px 3px 2px #9bceed; box-shadow: 1px 1px 3px 2px #9bceed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,206,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 #9bceed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bceed; -webkit-box-shadow: 1px 1px 3px 2px #9bceed; box-shadow: 1px 1px 3px 2px #9bceed;">
Div content here</div>
This div box has shadow with color #9bceed
Comments
No comments written yet.
Please login to write comment.