Color spaces of #97ebfc
RGB | 151 | 235 | 252 |
---|---|---|---|
HSL | 0.53 | 0.94 | 0.79 |
HSV | 190° | 40° | 99° |
CMYK | 0.40 | 0.07 | 0.00 0.01 |
XYZ | 60.0415 | 73.0242 | 103.0260 |
Yxy | 73.0242 | 0.2543 | 0.3093 |
Hunter Lab | 85.4542 | -24.1279 | -11.6638 |
CIE-Lab | 88.4593 | -21.2385 | -16.2454 |
#97ebfc color RGB value is (151,235,252).
#97ebfc hex color red value is 151, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #97ebfc hue: 0.53 , saturation: 0.94 and the lightness value of 97ebfc is 0.79.
The process color (four color CMYK) of #97ebfc color hex is 0.40, 0.07, 0.00, 0.01. Web safe color of #97ebfc is #99ffff. Color #97ebfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 11101011 | 11111100 |
Octal | 227 | 353 | 374 |
Decimal | 151 | 235 | 252 |
Hex | 97 | EB | FC |
Shades of #97ebfc
Tints of #97ebfc
RGB Percentages of Color #97ebfc
CMYK Percentages of Color #97ebfc
Complementary Color
#97ebfc | #fca897 |
#97ebfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97ebfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#97ebfc Color CSS Codes
.mybgcolor {background-color:#97ebfc; } .myforecolor {color:#97ebfc; } .mybordercolor {border:3px solid #97ebfc; }
#97ebfc Text Font Color
<p style="color:#97ebfc">Text here</p>
This sample text font color is #97ebfc
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.
#97ebfc Background Color
<div style="background-color:#97ebfc">
Div content here</div>
This div background color is #97ebfc
#97ebfc Border Color
<div style="border:3px solid #97ebfc">
Div here</div>
This div border color is #97ebfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,235,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97ebfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97ebfc; -webkit-box-shadow: 1px 1px 3px 2px #97ebfc; box-shadow: 1px 1px 3px 2px #97ebfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,235,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 #97ebfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97ebfc; -webkit-box-shadow: 1px 1px 3px 2px #97ebfc; box-shadow: 1px 1px 3px 2px #97ebfc;">
Div content here</div>
This div box has shadow with color #97ebfc
Comments
No comments written yet.
Please login to write comment.