Color spaces of #98cbae
RGB | 152 | 203 | 174 |
---|---|---|---|
HSL | 0.41 | 0.33 | 0.70 |
HSV | 146° | 25° | 80° |
CMYK | 0.25 | 0.00 | 0.14 0.20 |
XYZ | 41.9448 | 52.4433 | 47.9562 |
Yxy | 52.4433 | 0.2947 | 0.3684 |
Hunter Lab | 72.4177 | -23.3428 | 11.4296 |
CIE-Lab | 77.5452 | -22.5408 | 9.1162 |
#98cbae color RGB value is (152,203,174).
#98cbae hex color red value is 152, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #98cbae hue: 0.41 , saturation: 0.33 and the lightness value of 98cbae is 0.70.
The process color (four color CMYK) of #98cbae color hex is 0.25, 0.00, 0.14, 0.20. Web safe color of #98cbae is #99cc99. Color #98cbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11001011 | 10101110 |
Octal | 230 | 313 | 256 |
Decimal | 152 | 203 | 174 |
Hex | 98 | CB | AE |
Shades of #98cbae
Tints of #98cbae
RGB Percentages of Color #98cbae
CMYK Percentages of Color #98cbae
Complementary Color
#98cbae | #cb98b5 |
#98cbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98cbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#98cbae Color CSS Codes
.mybgcolor {background-color:#98cbae; } .myforecolor {color:#98cbae; } .mybordercolor {border:3px solid #98cbae; }
#98cbae Text Font Color
<p style="color:#98cbae">Text here</p>
This sample text font color is #98cbae
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.
#98cbae Background Color
<div style="background-color:#98cbae">
Div content here</div>
This div background color is #98cbae
#98cbae Border Color
<div style="border:3px solid #98cbae">
Div here</div>
This div border color is #98cbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,203,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98cbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98cbae; -webkit-box-shadow: 1px 1px 3px 2px #98cbae; box-shadow: 1px 1px 3px 2px #98cbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,203,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98cbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98cbae; -webkit-box-shadow: 1px 1px 3px 2px #98cbae; box-shadow: 1px 1px 3px 2px #98cbae;">
Div content here</div>
This div box has shadow with color #98cbae
#98cbae Color Palettes
Comments
No comments written yet.
Please login to write comment.