Color spaces of #9eecbc
RGB | 158 | 236 | 188 |
---|---|---|---|
HSL | 0.40 | 0.67 | 0.77 |
HSV | 143° | 33° | 93° |
CMYK | 0.33 | 0.00 | 0.20 0.07 |
XYZ | 53.1731 | 70.8908 | 58.4577 |
Yxy | 70.8908 | 0.2913 | 0.3884 |
Hunter Lab | 84.1967 | -34.6153 | 17.7727 |
CIE-Lab | 87.4319 | -33.8361 | 15.7796 |
#9eecbc color RGB value is (158,236,188).
#9eecbc hex color red value is 158, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9eecbc hue: 0.40 , saturation: 0.67 and the lightness value of 9eecbc is 0.77.
The process color (four color CMYK) of #9eecbc color hex is 0.33, 0.00, 0.20, 0.07. Web safe color of #9eecbc is #99ffcc. Color #9eecbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11101100 | 10111100 |
Octal | 236 | 354 | 274 |
Decimal | 158 | 236 | 188 |
Hex | 9E | EC | BC |
Shades of #9eecbc
Tints of #9eecbc
RGB Percentages of Color #9eecbc
CMYK Percentages of Color #9eecbc
Complementary Color
#9eecbc | #ec9ece |
#9eecbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eecbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eecbc Color CSS Codes
.mybgcolor {background-color:#9eecbc; } .myforecolor {color:#9eecbc; } .mybordercolor {border:3px solid #9eecbc; }
#9eecbc Text Font Color
<p style="color:#9eecbc">Text here</p>
This sample text font color is #9eecbc
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.
#9eecbc Background Color
<div style="background-color:#9eecbc">
Div content here</div>
This div background color is #9eecbc
#9eecbc Border Color
<div style="border:3px solid #9eecbc">
Div here</div>
This div border color is #9eecbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,236,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eecbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eecbc; -webkit-box-shadow: 1px 1px 3px 2px #9eecbc; box-shadow: 1px 1px 3px 2px #9eecbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,236,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eecbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eecbc; -webkit-box-shadow: 1px 1px 3px 2px #9eecbc; box-shadow: 1px 1px 3px 2px #9eecbc;">
Div content here</div>
This div box has shadow with color #9eecbc
Comments
No comments written yet.
Please login to write comment.