Color spaces of #98dbb2
RGB | 152 | 219 | 178 |
---|---|---|---|
HSL | 0.40 | 0.48 | 0.73 |
HSV | 143° | 31° | 86° |
CMYK | 0.31 | 0.00 | 0.19 0.14 |
XYZ | 46.3163 | 60.5528 | 51.3662 |
Yxy | 60.5528 | 0.2927 | 0.3827 |
Hunter Lab | 77.8157 | -29.9333 | 15.3336 |
CIE-Lab | 82.1377 | -29.5464 | 13.5100 |
#98dbb2 color RGB value is (152,219,178).
#98dbb2 hex color red value is 152, green value is 219 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #98dbb2 hue: 0.40 , saturation: 0.48 and the lightness value of 98dbb2 is 0.73.
The process color (four color CMYK) of #98dbb2 color hex is 0.31, 0.00, 0.19, 0.14. Web safe color of #98dbb2 is #99cc99. Color #98dbb2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11011011 | 10110010 |
Octal | 230 | 333 | 262 |
Decimal | 152 | 219 | 178 |
Hex | 98 | DB | B2 |
Shades of #98dbb2
Tints of #98dbb2
RGB Percentages of Color #98dbb2
CMYK Percentages of Color #98dbb2
Complementary Color
#98dbb2 | #db98c1 |
#98dbb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98dbb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#98dbb2 Color CSS Codes
.mybgcolor {background-color:#98dbb2; } .myforecolor {color:#98dbb2; } .mybordercolor {border:3px solid #98dbb2; }
#98dbb2 Text Font Color
<p style="color:#98dbb2">Text here</p>
This sample text font color is #98dbb2
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.
#98dbb2 Background Color
<div style="background-color:#98dbb2">
Div content here</div>
This div background color is #98dbb2
#98dbb2 Border Color
<div style="border:3px solid #98dbb2">
Div here</div>
This div border color is #98dbb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,219,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98dbb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98dbb2; -webkit-box-shadow: 1px 1px 3px 2px #98dbb2; box-shadow: 1px 1px 3px 2px #98dbb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,219,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98dbb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98dbb2; -webkit-box-shadow: 1px 1px 3px 2px #98dbb2; box-shadow: 1px 1px 3px 2px #98dbb2;">
Div content here</div>
This div box has shadow with color #98dbb2
Comments
No comments written yet.
Please login to write comment.