Color spaces of #9ecbbd
RGB | 158 | 203 | 189 |
---|---|---|---|
HSL | 0.45 | 0.30 | 0.71 |
HSV | 161° | 22° | 80° |
CMYK | 0.22 | 0.00 | 0.07 0.20 |
XYZ | 44.6418 | 53.6551 | 56.1477 |
Yxy | 53.6551 | 0.2890 | 0.3474 |
Hunter Lab | 73.2496 | -19.4005 | 5.8275 |
CIE-Lab | 78.2602 | -17.6328 | 2.1362 |
#9ecbbd color RGB value is (158,203,189).
#9ecbbd hex color red value is 158, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9ecbbd hue: 0.45 , saturation: 0.30 and the lightness value of 9ecbbd is 0.71.
The process color (four color CMYK) of #9ecbbd color hex is 0.22, 0.00, 0.07, 0.20. Web safe color of #9ecbbd is #99cccc. Color #9ecbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11001011 | 10111101 |
Octal | 236 | 313 | 275 |
Decimal | 158 | 203 | 189 |
Hex | 9E | CB | BD |
Shades of #9ecbbd
Tints of #9ecbbd
RGB Percentages of Color #9ecbbd
CMYK Percentages of Color #9ecbbd
Complementary Color
#9ecbbd | #cb9eac |
#9ecbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ecbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ecbbd Color CSS Codes
.mybgcolor {background-color:#9ecbbd; } .myforecolor {color:#9ecbbd; } .mybordercolor {border:3px solid #9ecbbd; }
#9ecbbd Text Font Color
<p style="color:#9ecbbd">Text here</p>
This sample text font color is #9ecbbd
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.
#9ecbbd Background Color
<div style="background-color:#9ecbbd">
Div content here</div>
This div background color is #9ecbbd
#9ecbbd Border Color
<div style="border:3px solid #9ecbbd">
Div here</div>
This div border color is #9ecbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ecbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ecbbd; -webkit-box-shadow: 1px 1px 3px 2px #9ecbbd; box-shadow: 1px 1px 3px 2px #9ecbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,203,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ecbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ecbbd; -webkit-box-shadow: 1px 1px 3px 2px #9ecbbd; box-shadow: 1px 1px 3px 2px #9ecbbd;">
Div content here</div>
This div box has shadow with color #9ecbbd
Comments
No comments written yet.
Please login to write comment.