Color spaces of #98fbbe
RGB | 152 | 251 | 190 |
---|---|---|---|
HSL | 0.40 | 0.93 | 0.79 |
HSV | 143° | 39° | 98° |
CMYK | 0.39 | 0.00 | 0.24 0.02 |
XYZ | 56.7403 | 79.3875 | 61.0480 |
Yxy | 79.3875 | 0.2878 | 0.4026 |
Hunter Lab | 89.0997 | -42.2523 | 21.7463 |
CIE-Lab | 91.4093 | -41.9658 | 20.2709 |
#98fbbe color RGB value is (152,251,190).
#98fbbe hex color red value is 152, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #98fbbe hue: 0.40 , saturation: 0.93 and the lightness value of 98fbbe is 0.79.
The process color (four color CMYK) of #98fbbe color hex is 0.39, 0.00, 0.24, 0.02. Web safe color of #98fbbe is #99ffcc. Color #98fbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11111011 | 10111110 |
Octal | 230 | 373 | 276 |
Decimal | 152 | 251 | 190 |
Hex | 98 | FB | BE |
Shades of #98fbbe
Tints of #98fbbe
RGB Percentages of Color #98fbbe
CMYK Percentages of Color #98fbbe
Complementary Color
#98fbbe | #fb98d5 |
#98fbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98fbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#98fbbe Color CSS Codes
.mybgcolor {background-color:#98fbbe; } .myforecolor {color:#98fbbe; } .mybordercolor {border:3px solid #98fbbe; }
#98fbbe Text Font Color
<p style="color:#98fbbe">Text here</p>
This sample text font color is #98fbbe
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.
#98fbbe Background Color
<div style="background-color:#98fbbe">
Div content here</div>
This div background color is #98fbbe
#98fbbe Border Color
<div style="border:3px solid #98fbbe">
Div here</div>
This div border color is #98fbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,251,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98fbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98fbbe; -webkit-box-shadow: 1px 1px 3px 2px #98fbbe; box-shadow: 1px 1px 3px 2px #98fbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,251,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98fbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98fbbe; -webkit-box-shadow: 1px 1px 3px 2px #98fbbe; box-shadow: 1px 1px 3px 2px #98fbbe;">
Div content here</div>
This div box has shadow with color #98fbbe
Comments
No comments written yet.
Please login to write comment.