Color spaces of #98adae
RGB | 152 | 173 | 174 |
---|---|---|---|
HSL | 0.51 | 0.12 | 0.64 |
HSV | 183° | 13° | 68° |
CMYK | 0.13 | 0.01 | 0.00 0.32 |
XYZ | 35.5324 | 39.6185 | 45.8188 |
Yxy | 39.6185 | 0.2937 | 0.3275 |
Hunter Lab | 62.9432 | -9.3847 | 0.9008 |
CIE-Lab | 69.1969 | -7.0379 | -2.9821 |
#98adae color RGB value is (152,173,174).
#98adae hex color red value is 152, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #98adae hue: 0.51 , saturation: 0.12 and the lightness value of 98adae is 0.64.
The process color (four color CMYK) of #98adae color hex is 0.13, 0.01, 0.00, 0.32. Web safe color of #98adae is #999999. Color #98adae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10101101 | 10101110 |
Octal | 230 | 255 | 256 |
Decimal | 152 | 173 | 174 |
Hex | 98 | AD | AE |
Shades of #98adae
Tints of #98adae
RGB Percentages of Color #98adae
CMYK Percentages of Color #98adae
Complementary Color
#98adae | #ae9998 |
#98adae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98adae Color Preview on White Background
Lorem ipsum dolor sit amet.
#98adae Color CSS Codes
.mybgcolor {background-color:#98adae; } .myforecolor {color:#98adae; } .mybordercolor {border:3px solid #98adae; }
#98adae Text Font Color
<p style="color:#98adae">Text here</p>
This sample text font color is #98adae
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.
#98adae Background Color
<div style="background-color:#98adae">
Div content here</div>
This div background color is #98adae
#98adae Border Color
<div style="border:3px solid #98adae">
Div here</div>
This div border color is #98adae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,173,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98adae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98adae; -webkit-box-shadow: 1px 1px 3px 2px #98adae; box-shadow: 1px 1px 3px 2px #98adae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,173,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 #98adae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98adae; -webkit-box-shadow: 1px 1px 3px 2px #98adae; box-shadow: 1px 1px 3px 2px #98adae;">
Div content here</div>
This div box has shadow with color #98adae
Comments
No comments written yet.
Please login to write comment.