Color spaces of #9eadca
RGB | 158 | 173 | 202 |
---|---|---|---|
HSL | 0.61 | 0.29 | 0.71 |
HSV | 220° | 22° | 79° |
CMYK | 0.22 | 0.14 | 0.00 0.21 |
XYZ | 39.7048 | 41.4205 | 61.7794 |
Yxy | 41.4205 | 0.2778 | 0.2898 |
Hunter Lab | 64.3588 | -2.5060 | -11.8627 |
CIE-Lab | 70.4695 | 1.0569 | -16.4882 |
#9eadca color RGB value is (158,173,202).
#9eadca hex color red value is 158, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9eadca hue: 0.61 , saturation: 0.29 and the lightness value of 9eadca is 0.71.
The process color (four color CMYK) of #9eadca color hex is 0.22, 0.14, 0.00, 0.21. Web safe color of #9eadca is #9999cc. Color #9eadca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10101101 | 11001010 |
Octal | 236 | 255 | 312 |
Decimal | 158 | 173 | 202 |
Hex | 9E | AD | CA |
Shades of #9eadca
Tints of #9eadca
RGB Percentages of Color #9eadca
CMYK Percentages of Color #9eadca
Complementary Color
#9eadca | #cabb9e |
#9eadca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eadca Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eadca Color CSS Codes
.mybgcolor {background-color:#9eadca; } .myforecolor {color:#9eadca; } .mybordercolor {border:3px solid #9eadca; }
#9eadca Text Font Color
<p style="color:#9eadca">Text here</p>
This sample text font color is #9eadca
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.
#9eadca Background Color
<div style="background-color:#9eadca">
Div content here</div>
This div background color is #9eadca
#9eadca Border Color
<div style="border:3px solid #9eadca">
Div here</div>
This div border color is #9eadca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,173,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eadca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eadca; -webkit-box-shadow: 1px 1px 3px 2px #9eadca; box-shadow: 1px 1px 3px 2px #9eadca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,173,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eadca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eadca; -webkit-box-shadow: 1px 1px 3px 2px #9eadca; box-shadow: 1px 1px 3px 2px #9eadca;">
Div content here</div>
This div box has shadow with color #9eadca
Comments
No comments written yet.
Please login to write comment.