Color spaces of #98dcbf
RGB | 152 | 220 | 191 |
---|---|---|---|
HSL | 0.43 | 0.49 | 0.73 |
HSV | 154° | 31° | 86° |
CMYK | 0.31 | 0.00 | 0.13 0.14 |
XYZ | 47.9461 | 61.6234 | 58.6577 |
Yxy | 61.6234 | 0.2850 | 0.3663 |
Hunter Lab | 78.5006 | -28.3529 | 10.6473 |
CIE-Lab | 82.7127 | -27.4628 | 7.4579 |
#98dcbf color RGB value is (152,220,191).
#98dcbf hex color red value is 152, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #98dcbf hue: 0.43 , saturation: 0.49 and the lightness value of 98dcbf is 0.73.
The process color (four color CMYK) of #98dcbf color hex is 0.31, 0.00, 0.13, 0.14. Web safe color of #98dcbf is #99cccc. Color #98dcbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11011100 | 10111111 |
Octal | 230 | 334 | 277 |
Decimal | 152 | 220 | 191 |
Hex | 98 | DC | BF |
Shades of #98dcbf
Tints of #98dcbf
RGB Percentages of Color #98dcbf
CMYK Percentages of Color #98dcbf
Complementary Color
#98dcbf | #dc98b5 |
#98dcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98dcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#98dcbf Color CSS Codes
.mybgcolor {background-color:#98dcbf; } .myforecolor {color:#98dcbf; } .mybordercolor {border:3px solid #98dcbf; }
#98dcbf Text Font Color
<p style="color:#98dcbf">Text here</p>
This sample text font color is #98dcbf
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.
#98dcbf Background Color
<div style="background-color:#98dcbf">
Div content here</div>
This div background color is #98dcbf
#98dcbf Border Color
<div style="border:3px solid #98dcbf">
Div here</div>
This div border color is #98dcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,220,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98dcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98dcbf; -webkit-box-shadow: 1px 1px 3px 2px #98dcbf; box-shadow: 1px 1px 3px 2px #98dcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,220,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98dcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98dcbf; -webkit-box-shadow: 1px 1px 3px 2px #98dcbf; box-shadow: 1px 1px 3px 2px #98dcbf;">
Div content here</div>
This div box has shadow with color #98dcbf
Comments
No comments written yet.
Please login to write comment.