Color spaces of #96cbec
RGB | 150 | 203 | 236 |
---|---|---|---|
HSL | 0.56 | 0.69 | 0.76 |
HSV | 203° | 36° | 93° |
CMYK | 0.36 | 0.14 | 0.00 0.07 |
XYZ | 49.0739 | 55.2520 | 87.4351 |
Yxy | 55.2520 | 0.2559 | 0.2881 |
Hunter Lab | 74.3317 | -12.2345 | -17.7096 |
CIE-Lab | 79.1862 | -9.1656 | -21.7827 |
#96cbec color RGB value is (150,203,236).
#96cbec hex color red value is 150, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #96cbec hue: 0.56 , saturation: 0.69 and the lightness value of 96cbec is 0.76.
The process color (four color CMYK) of #96cbec color hex is 0.36, 0.14, 0.00, 0.07. Web safe color of #96cbec is #99ccff. Color #96cbec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 11001011 | 11101100 |
Octal | 226 | 313 | 354 |
Decimal | 150 | 203 | 236 |
Hex | 96 | CB | EC |
Shades of #96cbec
Tints of #96cbec
RGB Percentages of Color #96cbec
CMYK Percentages of Color #96cbec
Complementary Color
#96cbec | #ecb796 |
#96cbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96cbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#96cbec Color CSS Codes
.mybgcolor {background-color:#96cbec; } .myforecolor {color:#96cbec; } .mybordercolor {border:3px solid #96cbec; }
#96cbec Text Font Color
<p style="color:#96cbec">Text here</p>
This sample text font color is #96cbec
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.
#96cbec Background Color
<div style="background-color:#96cbec">
Div content here</div>
This div background color is #96cbec
#96cbec Border Color
<div style="border:3px solid #96cbec">
Div here</div>
This div border color is #96cbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,203,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96cbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96cbec; -webkit-box-shadow: 1px 1px 3px 2px #96cbec; box-shadow: 1px 1px 3px 2px #96cbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,203,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96cbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96cbec; -webkit-box-shadow: 1px 1px 3px 2px #96cbec; box-shadow: 1px 1px 3px 2px #96cbec;">
Div content here</div>
This div box has shadow with color #96cbec
#96cbec Color Palettes
Comments
No comments written yet.
Please login to write comment.