Color spaces of #9bebdd
RGB | 155 | 235 | 221 |
---|---|---|---|
HSL | 0.47 | 0.67 | 0.76 |
HSV | 170° | 34° | 92° |
CMYK | 0.34 | 0.00 | 0.06 0.08 |
XYZ | 56.2770 | 71.6057 | 79.2618 |
Yxy | 71.6057 | 0.2717 | 0.3457 |
Hunter Lab | 84.6202 | -29.3731 | 3.6985 |
CIE-Lab | 87.7785 | -27.4644 | -0.9855 |
#9bebdd color RGB value is (155,235,221).
#9bebdd hex color red value is 155, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9bebdd hue: 0.47 , saturation: 0.67 and the lightness value of 9bebdd is 0.76.
The process color (four color CMYK) of #9bebdd color hex is 0.34, 0.00, 0.06, 0.08. Web safe color of #9bebdd is #99ffcc. Color #9bebdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11101011 | 11011101 |
Octal | 233 | 353 | 335 |
Decimal | 155 | 235 | 221 |
Hex | 9B | EB | DD |
Shades of #9bebdd
Tints of #9bebdd
RGB Percentages of Color #9bebdd
CMYK Percentages of Color #9bebdd
Complementary Color
#9bebdd | #eb9ba9 |
#9bebdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bebdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bebdd Color CSS Codes
.mybgcolor {background-color:#9bebdd; } .myforecolor {color:#9bebdd; } .mybordercolor {border:3px solid #9bebdd; }
#9bebdd Text Font Color
<p style="color:#9bebdd">Text here</p>
This sample text font color is #9bebdd
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.
#9bebdd Background Color
<div style="background-color:#9bebdd">
Div content here</div>
This div background color is #9bebdd
#9bebdd Border Color
<div style="border:3px solid #9bebdd">
Div here</div>
This div border color is #9bebdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,235,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bebdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bebdd; -webkit-box-shadow: 1px 1px 3px 2px #9bebdd; box-shadow: 1px 1px 3px 2px #9bebdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,235,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bebdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bebdd; -webkit-box-shadow: 1px 1px 3px 2px #9bebdd; box-shadow: 1px 1px 3px 2px #9bebdd;">
Div content here</div>
This div box has shadow with color #9bebdd
Comments
No comments written yet.
Please login to write comment.