Color spaces of #96decf
RGB | 150 | 222 | 207 |
---|---|---|---|
HSL | 0.47 | 0.52 | 0.73 |
HSV | 168° | 32° | 87° |
CMYK | 0.32 | 0.00 | 0.07 0.13 |
XYZ | 49.9614 | 63.2316 | 68.6032 |
Yxy | 63.2316 | 0.2748 | 0.3478 |
Hunter Lab | 79.5183 | -27.0054 | 4.5113 |
CIE-Lab | 83.5641 | -25.6321 | 0.2041 |
#96decf color RGB value is (150,222,207).
#96decf hex color red value is 150, green value is 222 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #96decf hue: 0.47 , saturation: 0.52 and the lightness value of 96decf is 0.73.
The process color (four color CMYK) of #96decf color hex is 0.32, 0.00, 0.07, 0.13. Web safe color of #96decf is #99cccc. Color #96decf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 11011110 | 11001111 |
Octal | 226 | 336 | 317 |
Decimal | 150 | 222 | 207 |
Hex | 96 | DE | CF |
Shades of #96decf
Tints of #96decf
RGB Percentages of Color #96decf
CMYK Percentages of Color #96decf
Complementary Color
#96decf | #de96a5 |
#96decf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96decf Color Preview on White Background
Lorem ipsum dolor sit amet.
#96decf Color CSS Codes
.mybgcolor {background-color:#96decf; } .myforecolor {color:#96decf; } .mybordercolor {border:3px solid #96decf; }
#96decf Text Font Color
<p style="color:#96decf">Text here</p>
This sample text font color is #96decf
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.
#96decf Background Color
<div style="background-color:#96decf">
Div content here</div>
This div background color is #96decf
#96decf Border Color
<div style="border:3px solid #96decf">
Div here</div>
This div border color is #96decf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,222,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96decf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96decf; -webkit-box-shadow: 1px 1px 3px 2px #96decf; box-shadow: 1px 1px 3px 2px #96decf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,222,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 #96decf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96decf; -webkit-box-shadow: 1px 1px 3px 2px #96decf; box-shadow: 1px 1px 3px 2px #96decf;">
Div content here</div>
This div box has shadow with color #96decf
Comments
No comments written yet.
Please login to write comment.