Color spaces of #96bded
RGB | 150 | 189 | 237 |
---|---|---|---|
HSL | 0.59 | 0.71 | 0.76 |
HSV | 213° | 37° | 93° |
CMYK | 0.37 | 0.20 | 0.00 0.07 |
XYZ | 46.0613 | 48.9936 | 87.1498 |
Yxy | 48.9936 | 0.2528 | 0.2689 |
Hunter Lab | 69.9954 | -5.0280 | -24.8239 |
CIE-Lab | 75.4473 | -1.4319 | -28.0265 |
#96bded color RGB value is (150,189,237).
#96bded hex color red value is 150, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #96bded hue: 0.59 , saturation: 0.71 and the lightness value of 96bded is 0.76.
The process color (four color CMYK) of #96bded color hex is 0.37, 0.20, 0.00, 0.07. Web safe color of #96bded is #99ccff. Color #96bded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10111101 | 11101101 |
Octal | 226 | 275 | 355 |
Decimal | 150 | 189 | 237 |
Hex | 96 | BD | ED |
Shades of #96bded
Tints of #96bded
RGB Percentages of Color #96bded
CMYK Percentages of Color #96bded
Complementary Color
#96bded | #edc696 |
#96bded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96bded Color Preview on White Background
Lorem ipsum dolor sit amet.
#96bded Color CSS Codes
.mybgcolor {background-color:#96bded; } .myforecolor {color:#96bded; } .mybordercolor {border:3px solid #96bded; }
#96bded Text Font Color
<p style="color:#96bded">Text here</p>
This sample text font color is #96bded
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.
#96bded Background Color
<div style="background-color:#96bded">
Div content here</div>
This div background color is #96bded
#96bded Border Color
<div style="border:3px solid #96bded">
Div here</div>
This div border color is #96bded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,189,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96bded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96bded; -webkit-box-shadow: 1px 1px 3px 2px #96bded; box-shadow: 1px 1px 3px 2px #96bded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,189,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 #96bded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96bded; -webkit-box-shadow: 1px 1px 3px 2px #96bded; box-shadow: 1px 1px 3px 2px #96bded;">
Div content here</div>
This div box has shadow with color #96bded
Comments
No comments written yet.
Please login to write comment.