Color spaces of #9beecb
RGB | 155 | 238 | 203 |
---|---|---|---|
HSL | 0.43 | 0.71 | 0.77 |
HSV | 155° | 35° | 93° |
CMYK | 0.35 | 0.00 | 0.15 0.07 |
XYZ | 54.8716 | 72.4294 | 67.5882 |
Yxy | 72.4294 | 0.2816 | 0.3716 |
Hunter Lab | 85.1055 | -33.8470 | 12.4875 |
CIE-Lab | 88.1749 | -32.6976 | 9.0035 |
#9beecb color RGB value is (155,238,203).
#9beecb hex color red value is 155, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9beecb hue: 0.43 , saturation: 0.71 and the lightness value of 9beecb is 0.77.
The process color (four color CMYK) of #9beecb color hex is 0.35, 0.00, 0.15, 0.07. Web safe color of #9beecb is #99ffcc. Color #9beecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11101110 | 11001011 |
Octal | 233 | 356 | 313 |
Decimal | 155 | 238 | 203 |
Hex | 9B | EE | CB |
Shades of #9beecb
Tints of #9beecb
RGB Percentages of Color #9beecb
CMYK Percentages of Color #9beecb
Complementary Color
#9beecb | #ee9bbe |
#9beecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9beecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9beecb Color CSS Codes
.mybgcolor {background-color:#9beecb; } .myforecolor {color:#9beecb; } .mybordercolor {border:3px solid #9beecb; }
#9beecb Text Font Color
<p style="color:#9beecb">Text here</p>
This sample text font color is #9beecb
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.
#9beecb Background Color
<div style="background-color:#9beecb">
Div content here</div>
This div background color is #9beecb
#9beecb Border Color
<div style="border:3px solid #9beecb">
Div here</div>
This div border color is #9beecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,238,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9beecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9beecb; -webkit-box-shadow: 1px 1px 3px 2px #9beecb; box-shadow: 1px 1px 3px 2px #9beecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,238,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9beecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9beecb; -webkit-box-shadow: 1px 1px 3px 2px #9beecb; box-shadow: 1px 1px 3px 2px #9beecb;">
Div content here</div>
This div box has shadow with color #9beecb
Comments
No comments written yet.
Please login to write comment.