Color spaces of #9ebfea
RGB | 158 | 191 | 234 |
---|---|---|---|
HSL | 0.59 | 0.64 | 0.77 |
HSV | 214° | 32° | 92° |
CMYK | 0.32 | 0.18 | 0.00 0.08 |
XYZ | 47.5826 | 50.4712 | 85.0759 |
Yxy | 50.4712 | 0.2598 | 0.2756 |
Hunter Lab | 71.0431 | -4.7713 | -21.2711 |
CIE-Lab | 76.3576 | -1.0783 | -24.9724 |
#9ebfea color RGB value is (158,191,234).
#9ebfea hex color red value is 158, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ebfea hue: 0.59 , saturation: 0.64 and the lightness value of 9ebfea is 0.77.
The process color (four color CMYK) of #9ebfea color hex is 0.32, 0.18, 0.00, 0.08. Web safe color of #9ebfea is #99ccff. Color #9ebfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10111111 | 11101010 |
Octal | 236 | 277 | 352 |
Decimal | 158 | 191 | 234 |
Hex | 9E | BF | EA |
Shades of #9ebfea
Tints of #9ebfea
RGB Percentages of Color #9ebfea
CMYK Percentages of Color #9ebfea
Complementary Color
#9ebfea | #eac99e |
#9ebfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ebfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ebfea Color CSS Codes
.mybgcolor {background-color:#9ebfea; } .myforecolor {color:#9ebfea; } .mybordercolor {border:3px solid #9ebfea; }
#9ebfea Text Font Color
<p style="color:#9ebfea">Text here</p>
This sample text font color is #9ebfea
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.
#9ebfea Background Color
<div style="background-color:#9ebfea">
Div content here</div>
This div background color is #9ebfea
#9ebfea Border Color
<div style="border:3px solid #9ebfea">
Div here</div>
This div border color is #9ebfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,191,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ebfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ebfea; -webkit-box-shadow: 1px 1px 3px 2px #9ebfea; box-shadow: 1px 1px 3px 2px #9ebfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,191,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ebfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ebfea; -webkit-box-shadow: 1px 1px 3px 2px #9ebfea; box-shadow: 1px 1px 3px 2px #9ebfea;">
Div content here</div>
This div box has shadow with color #9ebfea
Comments
No comments written yet.
Please login to write comment.