Color spaces of #9eadba
RGB | 158 | 173 | 186 |
---|---|---|---|
HSL | 0.58 | 0.17 | 0.67 |
HSV | 208° | 15° | 73° |
CMYK | 0.15 | 0.07 | 0.00 0.27 |
XYZ | 37.9070 | 40.7014 | 52.3126 |
Yxy | 40.7014 | 0.2895 | 0.3109 |
Hunter Lab | 63.7976 | -5.5856 | -3.9581 |
CIE-Lab | 69.9662 | -2.5023 | -8.4258 |
#9eadba color RGB value is (158,173,186).
#9eadba hex color red value is 158, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9eadba hue: 0.58 , saturation: 0.17 and the lightness value of 9eadba is 0.67.
The process color (four color CMYK) of #9eadba color hex is 0.15, 0.07, 0.00, 0.27. Web safe color of #9eadba is #9999cc. Color #9eadba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10101101 | 10111010 |
Octal | 236 | 255 | 272 |
Decimal | 158 | 173 | 186 |
Hex | 9E | AD | BA |
Shades of #9eadba
Tints of #9eadba
RGB Percentages of Color #9eadba
CMYK Percentages of Color #9eadba
Complementary Color
#9eadba | #baab9e |
#9eadba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eadba Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eadba Color CSS Codes
.mybgcolor {background-color:#9eadba; } .myforecolor {color:#9eadba; } .mybordercolor {border:3px solid #9eadba; }
#9eadba Text Font Color
<p style="color:#9eadba">Text here</p>
This sample text font color is #9eadba
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.
#9eadba Background Color
<div style="background-color:#9eadba">
Div content here</div>
This div background color is #9eadba
#9eadba Border Color
<div style="border:3px solid #9eadba">
Div here</div>
This div border color is #9eadba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,173,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eadba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eadba; -webkit-box-shadow: 1px 1px 3px 2px #9eadba; box-shadow: 1px 1px 3px 2px #9eadba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,173,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 #9eadba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eadba; -webkit-box-shadow: 1px 1px 3px 2px #9eadba; box-shadow: 1px 1px 3px 2px #9eadba;">
Div content here</div>
This div box has shadow with color #9eadba
Comments
No comments written yet.
Please login to write comment.