Color spaces of #9eebcd
RGB | 158 | 235 | 205 |
---|---|---|---|
HSL | 0.44 | 0.66 | 0.77 |
HSV | 157° | 33° | 92° |
CMYK | 0.33 | 0.00 | 0.13 0.08 |
XYZ | 54.8283 | 71.0935 | 68.5903 |
Yxy | 71.0935 | 0.2819 | 0.3655 |
Hunter Lab | 84.3170 | -31.4825 | 10.7905 |
CIE-Lab | 87.5304 | -30.0294 | 7.0533 |
#9eebcd color RGB value is (158,235,205).
#9eebcd hex color red value is 158, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9eebcd hue: 0.44 , saturation: 0.66 and the lightness value of 9eebcd is 0.77.
The process color (four color CMYK) of #9eebcd color hex is 0.33, 0.00, 0.13, 0.08. Web safe color of #9eebcd is #99ffcc. Color #9eebcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11101011 | 11001101 |
Octal | 236 | 353 | 315 |
Decimal | 158 | 235 | 205 |
Hex | 9E | EB | CD |
Shades of #9eebcd
Tints of #9eebcd
RGB Percentages of Color #9eebcd
CMYK Percentages of Color #9eebcd
Complementary Color
#9eebcd | #eb9ebc |
#9eebcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eebcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eebcd Color CSS Codes
.mybgcolor {background-color:#9eebcd; } .myforecolor {color:#9eebcd; } .mybordercolor {border:3px solid #9eebcd; }
#9eebcd Text Font Color
<p style="color:#9eebcd">Text here</p>
This sample text font color is #9eebcd
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.
#9eebcd Background Color
<div style="background-color:#9eebcd">
Div content here</div>
This div background color is #9eebcd
#9eebcd Border Color
<div style="border:3px solid #9eebcd">
Div here</div>
This div border color is #9eebcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,235,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eebcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eebcd; -webkit-box-shadow: 1px 1px 3px 2px #9eebcd; box-shadow: 1px 1px 3px 2px #9eebcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,235,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eebcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eebcd; -webkit-box-shadow: 1px 1px 3px 2px #9eebcd; box-shadow: 1px 1px 3px 2px #9eebcd;">
Div content here</div>
This div box has shadow with color #9eebcd
Comments
No comments written yet.
Please login to write comment.