#9de4bb hex color information.
RGB value of #9de4bb is (157,228,187)
Change page background color to #9de4bb
| Reset
| RGB | 157 | 228 | 187 |
|---|---|---|---|
| HSL | 0.40 | 0.57 | 0.75 |
| HSV | 145° | 31° | 89° |
| CMYK | 0.31 | 0.00 | 0.18 0.11 |
| XYZ | 50.6177 | 66.2428 | 57.1320 |
| Yxy | 66.2428 | 0.2909 | 0.3807 |
| Hunter Lab | 81.3897 | -31.4196 | 15.3538 |
| CIE-Lab | 85.1201 | -30.5799 | 13.0319 |
#9de4bb hex color red value is 157, green value is 228 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #9de4bb hue: 0.40 , saturation: 0.57 and the lightness value of 9de4bb is 0.75.
The process color (four color CMYK) of #9de4bb hex color is 0.31, 0.00, 0.18, 0.11. Web safe color of #9de4bb is #99cccc
Color #9de4bb contains mostly GREEN color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011101 | 11100100 | 10111011 |
| Octal | 235 | 344 | 273 |
| Decimal | 157 | 228 | 187 |
| Hexadecimal | 9D | E4 | BB |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#9de4bb; }
.myforecolor {color:#9de4bb; }
.mybordercolor {border:3px solid #9de4bb; }
This sample text font color is #9de4bb
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.
<p style="color:#9de4bb">Text here</p>
This div background color is #9de4bb
<div style="background-color:#9de4bb">
Div content here</div>
This div border color is #9de4bb
<div style="border:3px solid #9de4bb">
Div here</div>
| #9de4bb | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(157,228,187, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #9de4bb;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #9de4bb;
-webkit-box-shadow: 1px 1px 3px 2px #9de4bb;
box-shadow: 1px 1px 3px 2px #9de4bb;
}
<p style="text-shadow: 4px 4px 2px rgba(157,228,187, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #9de4bb">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #9de4bb
<div style="-moz-box-shadow: 1px 1px 3px 2px #9de4bb; -webkit-box-shadow: 1px 1px 3px 2px #9de4bb; box-shadow: 1px 1px 3px 2px #9de4bb;">
Div content here</div>