Color spaces of #9beffc
RGB | 155 | 239 | 252 |
---|---|---|---|
HSL | 0.52 | 0.94 | 0.80 |
HSV | 188° | 38° | 99° |
CMYK | 0.38 | 0.05 | 0.00 0.01 |
XYZ | 61.9548 | 75.7298 | 103.4474 |
Yxy | 75.7298 | 0.2569 | 0.3141 |
Hunter Lab | 87.0229 | -25.2093 | -9.5643 |
CIE-Lab | 89.7337 | -22.2225 | -14.3154 |
#9beffc color RGB value is (155,239,252).
#9beffc hex color red value is 155, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9beffc hue: 0.52 , saturation: 0.94 and the lightness value of 9beffc is 0.80.
The process color (four color CMYK) of #9beffc color hex is 0.38, 0.05, 0.00, 0.01. Web safe color of #9beffc is #99ffff. Color #9beffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11101111 | 11111100 |
Octal | 233 | 357 | 374 |
Decimal | 155 | 239 | 252 |
Hex | 9B | EF | FC |
Shades of #9beffc
Tints of #9beffc
RGB Percentages of Color #9beffc
CMYK Percentages of Color #9beffc
Complementary Color
#9beffc | #fca89b |
#9beffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9beffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9beffc Color CSS Codes
.mybgcolor {background-color:#9beffc; } .myforecolor {color:#9beffc; } .mybordercolor {border:3px solid #9beffc; }
#9beffc Text Font Color
<p style="color:#9beffc">Text here</p>
This sample text font color is #9beffc
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.
#9beffc Background Color
<div style="background-color:#9beffc">
Div content here</div>
This div background color is #9beffc
#9beffc Border Color
<div style="border:3px solid #9beffc">
Div here</div>
This div border color is #9beffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,239,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9beffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9beffc; -webkit-box-shadow: 1px 1px 3px 2px #9beffc; box-shadow: 1px 1px 3px 2px #9beffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,239,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9beffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9beffc; -webkit-box-shadow: 1px 1px 3px 2px #9beffc; box-shadow: 1px 1px 3px 2px #9beffc;">
Div content here</div>
This div box has shadow with color #9beffc
Comments
No comments written yet.
Please login to write comment.