Color spaces of #9defba
RGB | 157 | 239 | 186 |
---|---|---|---|
HSL | 0.39 | 0.72 | 0.78 |
HSV | 141° | 34° | 94° |
CMYK | 0.34 | 0.00 | 0.22 0.06 |
XYZ | 53.6341 | 72.4463 | 57.6111 |
Yxy | 72.4463 | 0.2920 | 0.3944 |
Hunter Lab | 85.1154 | -36.4730 | 19.4498 |
CIE-Lab | 88.1830 | -35.8862 | 17.8630 |
#9defba color RGB value is (157,239,186).
#9defba hex color red value is 157, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9defba hue: 0.39 , saturation: 0.72 and the lightness value of 9defba is 0.78.
The process color (four color CMYK) of #9defba color hex is 0.34, 0.00, 0.22, 0.06. Web safe color of #9defba is #99ffcc. Color #9defba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11101111 | 10111010 |
Octal | 235 | 357 | 272 |
Decimal | 157 | 239 | 186 |
Hex | 9D | EF | BA |
Shades of #9defba
Tints of #9defba
RGB Percentages of Color #9defba
CMYK Percentages of Color #9defba
Complementary Color
#9defba | #ef9dd2 |
#9defba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9defba Color Preview on White Background
Lorem ipsum dolor sit amet.
#9defba Color CSS Codes
.mybgcolor {background-color:#9defba; } .myforecolor {color:#9defba; } .mybordercolor {border:3px solid #9defba; }
#9defba Text Font Color
<p style="color:#9defba">Text here</p>
This sample text font color is #9defba
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.
#9defba Background Color
<div style="background-color:#9defba">
Div content here</div>
This div background color is #9defba
#9defba Border Color
<div style="border:3px solid #9defba">
Div here</div>
This div border color is #9defba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,239,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9defba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9defba; -webkit-box-shadow: 1px 1px 3px 2px #9defba; box-shadow: 1px 1px 3px 2px #9defba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,239,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9defba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9defba; -webkit-box-shadow: 1px 1px 3px 2px #9defba; box-shadow: 1px 1px 3px 2px #9defba;">
Div content here</div>
This div box has shadow with color #9defba
Comments
No comments written yet.
Please login to write comment.