Color spaces of #99decc
RGB | 153 | 222 | 204 |
---|---|---|---|
HSL | 0.46 | 0.51 | 0.74 |
HSV | 164° | 31° | 87° |
CMYK | 0.31 | 0.00 | 0.08 0.13 |
XYZ | 50.1572 | 63.3745 | 66.7157 |
Yxy | 63.3745 | 0.2783 | 0.3516 |
Hunter Lab | 79.6081 | -26.8500 | 6.0376 |
CIE-Lab | 83.6390 | -25.4287 | 1.9204 |
#99decc color RGB value is (153,222,204).
#99decc hex color red value is 153, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #99decc hue: 0.46 , saturation: 0.51 and the lightness value of 99decc is 0.74.
The process color (four color CMYK) of #99decc color hex is 0.31, 0.00, 0.08, 0.13. Web safe color of #99decc is #99cccc. Color #99decc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11011110 | 11001100 |
Octal | 231 | 336 | 314 |
Decimal | 153 | 222 | 204 |
Hex | 99 | DE | CC |
Shades of #99decc
Tints of #99decc
RGB Percentages of Color #99decc
CMYK Percentages of Color #99decc
Complementary Color
#99decc | #de99ab |
#99decc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99decc Color Preview on White Background
Lorem ipsum dolor sit amet.
#99decc Color CSS Codes
.mybgcolor {background-color:#99decc; } .myforecolor {color:#99decc; } .mybordercolor {border:3px solid #99decc; }
#99decc Text Font Color
<p style="color:#99decc">Text here</p>
This sample text font color is #99decc
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.
#99decc Background Color
<div style="background-color:#99decc">
Div content here</div>
This div background color is #99decc
#99decc Border Color
<div style="border:3px solid #99decc">
Div here</div>
This div border color is #99decc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99decc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99decc; -webkit-box-shadow: 1px 1px 3px 2px #99decc; box-shadow: 1px 1px 3px 2px #99decc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99decc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99decc; -webkit-box-shadow: 1px 1px 3px 2px #99decc; box-shadow: 1px 1px 3px 2px #99decc;">
Div content here</div>
This div box has shadow with color #99decc
Comments
No comments written yet.
Please login to write comment.