Color spaces of #97fabd
RGB | 151 | 250 | 189 |
---|---|---|---|
HSL | 0.40 | 0.91 | 0.79 |
HSV | 143° | 40° | 98° |
CMYK | 0.40 | 0.00 | 0.24 0.02 |
XYZ | 56.1334 | 78.6246 | 60.3616 |
Yxy | 78.6246 | 0.2877 | 0.4030 |
Hunter Lab | 88.6705 | -42.1729 | 21.7083 |
CIE-Lab | 91.0642 | -41.9844 | 20.2962 |
#97fabd color RGB value is (151,250,189).
#97fabd hex color red value is 151, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #97fabd hue: 0.40 , saturation: 0.91 and the lightness value of 97fabd is 0.79.
The process color (four color CMYK) of #97fabd color hex is 0.40, 0.00, 0.24, 0.02. Web safe color of #97fabd is #99ffcc. Color #97fabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 11111010 | 10111101 |
Octal | 227 | 372 | 275 |
Decimal | 151 | 250 | 189 |
Hex | 97 | FA | BD |
Shades of #97fabd
Tints of #97fabd
RGB Percentages of Color #97fabd
CMYK Percentages of Color #97fabd
Complementary Color
#97fabd | #fa97d4 |
#97fabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97fabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#97fabd Color CSS Codes
.mybgcolor {background-color:#97fabd; } .myforecolor {color:#97fabd; } .mybordercolor {border:3px solid #97fabd; }
#97fabd Text Font Color
<p style="color:#97fabd">Text here</p>
This sample text font color is #97fabd
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.
#97fabd Background Color
<div style="background-color:#97fabd">
Div content here</div>
This div background color is #97fabd
#97fabd Border Color
<div style="border:3px solid #97fabd">
Div here</div>
This div border color is #97fabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,250,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97fabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97fabd; -webkit-box-shadow: 1px 1px 3px 2px #97fabd; box-shadow: 1px 1px 3px 2px #97fabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,250,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97fabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97fabd; -webkit-box-shadow: 1px 1px 3px 2px #97fabd; box-shadow: 1px 1px 3px 2px #97fabd;">
Div content here</div>
This div box has shadow with color #97fabd
Comments
No comments written yet.
Please login to write comment.