Color spaces of #97fdfe
RGB | 151 | 253 | 254 |
---|---|---|---|
HSL | 0.50 | 0.98 | 0.79 |
HSV | 181° | 41° | 100° |
CMYK | 0.41 | 0.00 | 0.00 0.00 |
XYZ | 65.7772 | 83.9856 | 106.5100 |
Yxy | 83.9856 | 0.2567 | 0.3277 |
Hunter Lab | 91.6437 | -32.2581 | -4.7574 |
CIE-Lab | 93.4442 | -29.4777 | -9.8394 |
#97fdfe color RGB value is (151,253,254).
#97fdfe hex color red value is 151, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #97fdfe hue: 0.50 , saturation: 0.98 and the lightness value of 97fdfe is 0.79.
The process color (four color CMYK) of #97fdfe color hex is 0.41, 0.00, 0.00, 0.00. Web safe color of #97fdfe is #99ffff. Color #97fdfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 11111101 | 11111110 |
Octal | 227 | 375 | 376 |
Decimal | 151 | 253 | 254 |
Hex | 97 | FD | FE |
Shades of #97fdfe
Tints of #97fdfe
RGB Percentages of Color #97fdfe
CMYK Percentages of Color #97fdfe
Complementary Color
#97fdfe | #fe9897 |
#97fdfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97fdfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#97fdfe Color CSS Codes
.mybgcolor {background-color:#97fdfe; } .myforecolor {color:#97fdfe; } .mybordercolor {border:3px solid #97fdfe; }
#97fdfe Text Font Color
<p style="color:#97fdfe">Text here</p>
This sample text font color is #97fdfe
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.
#97fdfe Background Color
<div style="background-color:#97fdfe">
Div content here</div>
This div background color is #97fdfe
#97fdfe Border Color
<div style="border:3px solid #97fdfe">
Div here</div>
This div border color is #97fdfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,253,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97fdfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97fdfe; -webkit-box-shadow: 1px 1px 3px 2px #97fdfe; box-shadow: 1px 1px 3px 2px #97fdfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,253,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97fdfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97fdfe; -webkit-box-shadow: 1px 1px 3px 2px #97fdfe; box-shadow: 1px 1px 3px 2px #97fdfe;">
Div content here</div>
This div box has shadow with color #97fdfe
Comments
No comments written yet.
Please login to write comment.