Color spaces of #96deee
RGB | 150 | 222 | 238 |
---|---|---|---|
HSL | 0.53 | 0.72 | 0.76 |
HSV | 191° | 37° | 93° |
CMYK | 0.37 | 0.07 | 0.00 0.07 |
XYZ | 54.1316 | 64.8996 | 90.5628 |
Yxy | 64.8996 | 0.2583 | 0.3096 |
Hunter Lab | 80.5603 | -21.0394 | -10.2594 |
CIE-Lab | 84.4320 | -18.4445 | -14.9289 |
#96deee color RGB value is (150,222,238).
#96deee hex color red value is 150, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #96deee hue: 0.53 , saturation: 0.72 and the lightness value of 96deee is 0.76.
The process color (four color CMYK) of #96deee color hex is 0.37, 0.07, 0.00, 0.07. Web safe color of #96deee is #99ccff. Color #96deee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 11011110 | 11101110 |
Octal | 226 | 336 | 356 |
Decimal | 150 | 222 | 238 |
Hex | 96 | DE | EE |
Shades of #96deee
Tints of #96deee
RGB Percentages of Color #96deee
CMYK Percentages of Color #96deee
Complementary Color
#96deee | #eea696 |
#96deee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96deee Color Preview on White Background
Lorem ipsum dolor sit amet.
#96deee Color CSS Codes
.mybgcolor {background-color:#96deee; } .myforecolor {color:#96deee; } .mybordercolor {border:3px solid #96deee; }
#96deee Text Font Color
<p style="color:#96deee">Text here</p>
This sample text font color is #96deee
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.
#96deee Background Color
<div style="background-color:#96deee">
Div content here</div>
This div background color is #96deee
#96deee Border Color
<div style="border:3px solid #96deee">
Div here</div>
This div border color is #96deee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,222,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96deee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96deee; -webkit-box-shadow: 1px 1px 3px 2px #96deee; box-shadow: 1px 1px 3px 2px #96deee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,222,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96deee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96deee; -webkit-box-shadow: 1px 1px 3px 2px #96deee; box-shadow: 1px 1px 3px 2px #96deee;">
Div content here</div>
This div box has shadow with color #96deee
Comments
No comments written yet.
Please login to write comment.