Color spaces of #98aa99
RGB | 152 | 170 | 153 |
---|---|---|---|
HSL | 0.34 | 0.10 | 0.63 |
HSV | 123° | 11° | 67° |
CMYK | 0.11 | 0.00 | 0.10 0.33 |
XYZ | 33.0734 | 37.7248 | 35.6754 |
Yxy | 37.7248 | 0.3106 | 0.3543 |
Hunter Lab | 61.4205 | -11.3682 | 8.5564 |
CIE-Lab | 67.8173 | -9.5994 | 6.6331 |
#98aa99 color RGB value is (152,170,153).
#98aa99 hex color red value is 152, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #98aa99 hue: 0.34 , saturation: 0.10 and the lightness value of 98aa99 is 0.63.
The process color (four color CMYK) of #98aa99 color hex is 0.11, 0.00, 0.10, 0.33. Web safe color of #98aa99 is #999999. Color #98aa99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10101010 | 10011001 |
Octal | 230 | 252 | 231 |
Decimal | 152 | 170 | 153 |
Hex | 98 | AA | 99 |
Shades of #98aa99
Tints of #98aa99
RGB Percentages of Color #98aa99
CMYK Percentages of Color #98aa99
Complementary Color
#98aa99 | #aa98a9 |
#98aa99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98aa99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#98aa99 Color CSS Codes
.mybgcolor {background-color:#98aa99; } .myforecolor {color:#98aa99; } .mybordercolor {border:3px solid #98aa99; }
#98aa99 Text Font Color
<p style="color:#98aa99">Text here</p>
This sample text font color is #98aa99
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.
#98aa99 Background Color
<div style="background-color:#98aa99">
Div content here</div>
This div background color is #98aa99
#98aa99 Border Color
<div style="border:3px solid #98aa99">
Div here</div>
This div border color is #98aa99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,170,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98aa99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98aa99; -webkit-box-shadow: 1px 1px 3px 2px #98aa99; box-shadow: 1px 1px 3px 2px #98aa99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,170,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98aa99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98aa99; -webkit-box-shadow: 1px 1px 3px 2px #98aa99; box-shadow: 1px 1px 3px 2px #98aa99;">
Div content here</div>
This div box has shadow with color #98aa99
Comments
No comments written yet.
Please login to write comment.