Color spaces of #9bcebe
RGB | 155 | 206 | 190 |
---|---|---|---|
HSL | 0.45 | 0.34 | 0.71 |
HSV | 161° | 25° | 81° |
CMYK | 0.25 | 0.00 | 0.08 0.19 |
XYZ | 44.8831 | 54.8289 | 56.9326 |
Yxy | 54.8289 | 0.2865 | 0.3500 |
Hunter Lab | 74.0465 | -21.3842 | 6.2459 |
CIE-Lab | 78.9426 | -19.8753 | 2.5689 |
#9bcebe color RGB value is (155,206,190).
#9bcebe hex color red value is 155, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9bcebe hue: 0.45 , saturation: 0.34 and the lightness value of 9bcebe is 0.71.
The process color (four color CMYK) of #9bcebe color hex is 0.25, 0.00, 0.08, 0.19. Web safe color of #9bcebe is #99cccc. Color #9bcebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001110 | 10111110 |
Octal | 233 | 316 | 276 |
Decimal | 155 | 206 | 190 |
Hex | 9B | CE | BE |
Shades of #9bcebe
Tints of #9bcebe
RGB Percentages of Color #9bcebe
CMYK Percentages of Color #9bcebe
Complementary Color
#9bcebe | #ce9bab |
#9bcebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bcebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bcebe Color CSS Codes
.mybgcolor {background-color:#9bcebe; } .myforecolor {color:#9bcebe; } .mybordercolor {border:3px solid #9bcebe; }
#9bcebe Text Font Color
<p style="color:#9bcebe">Text here</p>
This sample text font color is #9bcebe
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.
#9bcebe Background Color
<div style="background-color:#9bcebe">
Div content here</div>
This div background color is #9bcebe
#9bcebe Border Color
<div style="border:3px solid #9bcebe">
Div here</div>
This div border color is #9bcebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,206,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bcebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bcebe; -webkit-box-shadow: 1px 1px 3px 2px #9bcebe; box-shadow: 1px 1px 3px 2px #9bcebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,206,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bcebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcebe; -webkit-box-shadow: 1px 1px 3px 2px #9bcebe; box-shadow: 1px 1px 3px 2px #9bcebe;">
Div content here</div>
This div box has shadow with color #9bcebe
Comments
No comments written yet.
Please login to write comment.