Color spaces of #98aabd
RGB | 152 | 170 | 189 |
---|---|---|---|
HSL | 0.59 | 0.22 | 0.67 |
HSV | 211° | 20° | 74° |
CMYK | 0.20 | 0.10 | 0.00 0.26 |
XYZ | 36.5089 | 39.0990 | 53.7667 |
Yxy | 39.0990 | 0.2822 | 0.3022 |
Hunter Lab | 62.5292 | -5.2054 | -7.2110 |
CIE-Lab | 68.8229 | -2.1559 | -11.8351 |
#98aabd color RGB value is (152,170,189).
#98aabd hex color red value is 152, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #98aabd hue: 0.59 , saturation: 0.22 and the lightness value of 98aabd is 0.67.
The process color (four color CMYK) of #98aabd color hex is 0.20, 0.10, 0.00, 0.26. Web safe color of #98aabd is #9999cc. Color #98aabd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10101010 | 10111101 |
Octal | 230 | 252 | 275 |
Decimal | 152 | 170 | 189 |
Hex | 98 | AA | BD |
Shades of #98aabd
Tints of #98aabd
RGB Percentages of Color #98aabd
CMYK Percentages of Color #98aabd
Complementary Color
#98aabd | #bdab98 |
#98aabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98aabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#98aabd Color CSS Codes
.mybgcolor {background-color:#98aabd; } .myforecolor {color:#98aabd; } .mybordercolor {border:3px solid #98aabd; }
#98aabd Text Font Color
<p style="color:#98aabd">Text here</p>
This sample text font color is #98aabd
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.
#98aabd Background Color
<div style="background-color:#98aabd">
Div content here</div>
This div background color is #98aabd
#98aabd Border Color
<div style="border:3px solid #98aabd">
Div here</div>
This div border color is #98aabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,170,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98aabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98aabd; -webkit-box-shadow: 1px 1px 3px 2px #98aabd; box-shadow: 1px 1px 3px 2px #98aabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,170,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98aabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98aabd; -webkit-box-shadow: 1px 1px 3px 2px #98aabd; box-shadow: 1px 1px 3px 2px #98aabd;">
Div content here</div>
This div box has shadow with color #98aabd
Comments
No comments written yet.
Please login to write comment.