Color spaces of #9debdb
RGB | 157 | 235 | 219 |
---|---|---|---|
HSL | 0.47 | 0.66 | 0.77 |
HSV | 168° | 33° | 92° |
CMYK | 0.33 | 0.00 | 0.07 0.08 |
XYZ | 56.3991 | 71.6992 | 77.8846 |
Yxy | 71.6992 | 0.2738 | 0.3481 |
Hunter Lab | 84.6754 | -29.2897 | 4.7377 |
CIE-Lab | 87.8236 | -27.3556 | 0.1405 |
#9debdb color RGB value is (157,235,219).
#9debdb hex color red value is 157, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9debdb hue: 0.47 , saturation: 0.66 and the lightness value of 9debdb is 0.77.
The process color (four color CMYK) of #9debdb color hex is 0.33, 0.00, 0.07, 0.08. Web safe color of #9debdb is #99ffcc. Color #9debdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11101011 | 11011011 |
Octal | 235 | 353 | 333 |
Decimal | 157 | 235 | 219 |
Hex | 9D | EB | DB |
Shades of #9debdb
Tints of #9debdb
RGB Percentages of Color #9debdb
CMYK Percentages of Color #9debdb
Complementary Color
#9debdb | #eb9dad |
#9debdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9debdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9debdb Color CSS Codes
.mybgcolor {background-color:#9debdb; } .myforecolor {color:#9debdb; } .mybordercolor {border:3px solid #9debdb; }
#9debdb Text Font Color
<p style="color:#9debdb">Text here</p>
This sample text font color is #9debdb
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.
#9debdb Background Color
<div style="background-color:#9debdb">
Div content here</div>
This div background color is #9debdb
#9debdb Border Color
<div style="border:3px solid #9debdb">
Div here</div>
This div border color is #9debdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,235,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9debdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9debdb; -webkit-box-shadow: 1px 1px 3px 2px #9debdb; box-shadow: 1px 1px 3px 2px #9debdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,235,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9debdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9debdb; -webkit-box-shadow: 1px 1px 3px 2px #9debdb; box-shadow: 1px 1px 3px 2px #9debdb;">
Div content here</div>
This div box has shadow with color #9debdb
Comments
No comments written yet.
Please login to write comment.