Color spaces of #9bcecf
RGB | 155 | 206 | 207 |
---|---|---|---|
HSL | 0.50 | 0.35 | 0.71 |
HSV | 181° | 25° | 81° |
CMYK | 0.25 | 0.00 | 0.00 0.19 |
XYZ | 46.8514 | 55.6162 | 67.2971 |
Yxy | 55.6162 | 0.2760 | 0.3276 |
Hunter Lab | 74.5763 | -18.3686 | -1.2995 |
CIE-Lab | 79.3949 | -16.2143 | -5.8891 |
#9bcecf color RGB value is (155,206,207).
#9bcecf hex color red value is 155, green value is 206 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9bcecf hue: 0.50 , saturation: 0.35 and the lightness value of 9bcecf is 0.71.
The process color (four color CMYK) of #9bcecf color hex is 0.25, 0.00, 0.00, 0.19. Web safe color of #9bcecf is #99cccc. Color #9bcecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001110 | 11001111 |
Octal | 233 | 316 | 317 |
Decimal | 155 | 206 | 207 |
Hex | 9B | CE | CF |
Shades of #9bcecf
Tints of #9bcecf
RGB Percentages of Color #9bcecf
CMYK Percentages of Color #9bcecf
Complementary Color
#9bcecf | #cf9c9b |
#9bcecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bcecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bcecf Color CSS Codes
.mybgcolor {background-color:#9bcecf; } .myforecolor {color:#9bcecf; } .mybordercolor {border:3px solid #9bcecf; }
#9bcecf Text Font Color
<p style="color:#9bcecf">Text here</p>
This sample text font color is #9bcecf
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.
#9bcecf Background Color
<div style="background-color:#9bcecf">
Div content here</div>
This div background color is #9bcecf
#9bcecf Border Color
<div style="border:3px solid #9bcecf">
Div here</div>
This div border color is #9bcecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,206,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bcecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bcecf; -webkit-box-shadow: 1px 1px 3px 2px #9bcecf; box-shadow: 1px 1px 3px 2px #9bcecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,206,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bcecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcecf; -webkit-box-shadow: 1px 1px 3px 2px #9bcecf; box-shadow: 1px 1px 3px 2px #9bcecf;">
Div content here</div>
This div box has shadow with color #9bcecf
Comments
No comments written yet.
Please login to write comment.