Color spaces of #9febed
RGB | 159 | 235 | 237 |
---|---|---|---|
HSL | 0.50 | 0.68 | 0.78 |
HSV | 182° | 33° | 93° |
CMYK | 0.33 | 0.01 | 0.00 0.07 |
XYZ | 59.2925 | 72.9020 | 91.0672 |
Yxy | 72.9020 | 0.2656 | 0.3265 |
Hunter Lab | 85.3827 | -25.4635 | -3.4695 |
CIE-Lab | 88.4010 | -22.7787 | -8.4344 |
#9febed color RGB value is (159,235,237).
#9febed hex color red value is 159, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9febed hue: 0.50 , saturation: 0.68 and the lightness value of 9febed is 0.78.
The process color (four color CMYK) of #9febed color hex is 0.33, 0.01, 0.00, 0.07. Web safe color of #9febed is #99ffff. Color #9febed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11101011 | 11101101 |
Octal | 237 | 353 | 355 |
Decimal | 159 | 235 | 237 |
Hex | 9F | EB | ED |
Shades of #9febed
Tints of #9febed
RGB Percentages of Color #9febed
CMYK Percentages of Color #9febed
Complementary Color
#9febed | #eda19f |
#9febed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9febed Color Preview on White Background
Lorem ipsum dolor sit amet.
#9febed Color CSS Codes
.mybgcolor {background-color:#9febed; } .myforecolor {color:#9febed; } .mybordercolor {border:3px solid #9febed; }
#9febed Text Font Color
<p style="color:#9febed">Text here</p>
This sample text font color is #9febed
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.
#9febed Background Color
<div style="background-color:#9febed">
Div content here</div>
This div background color is #9febed
#9febed Border Color
<div style="border:3px solid #9febed">
Div here</div>
This div border color is #9febed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,235,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9febed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9febed; -webkit-box-shadow: 1px 1px 3px 2px #9febed; box-shadow: 1px 1px 3px 2px #9febed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,235,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9febed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9febed; -webkit-box-shadow: 1px 1px 3px 2px #9febed; box-shadow: 1px 1px 3px 2px #9febed;">
Div content here</div>
This div box has shadow with color #9febed
Comments
No comments written yet.
Please login to write comment.