Color spaces of #8798aa
RGB | 135 | 152 | 170 |
---|---|---|---|
HSL | 0.59 | 0.17 | 0.60 |
HSV | 211° | 21° | 67° |
CMYK | 0.21 | 0.11 | 0.00 0.33 |
XYZ | 28.4756 | 30.5096 | 42.4183 |
Yxy | 30.5096 | 0.2808 | 0.3009 |
Hunter Lab | 55.2355 | -4.6399 | -6.8671 |
CIE-Lab | 62.0915 | -2.0353 | -11.4296 |
#8798aa color RGB value is (135,152,170).
#8798aa hex color red value is 135, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8798aa hue: 0.59 , saturation: 0.17 and the lightness value of 8798aa is 0.60.
The process color (four color CMYK) of #8798aa color hex is 0.21, 0.11, 0.00, 0.33. Web safe color of #8798aa is #999999. Color #8798aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10011000 | 10101010 |
Octal | 207 | 230 | 252 |
Decimal | 135 | 152 | 170 |
Hex | 87 | 98 | AA |
Shades of #8798aa
Tints of #8798aa
RGB Percentages of Color #8798aa
CMYK Percentages of Color #8798aa
Complementary Color
#8798aa | #aa9987 |
#8798aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8798aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#8798aa Color CSS Codes
.mybgcolor {background-color:#8798aa; } .myforecolor {color:#8798aa; } .mybordercolor {border:3px solid #8798aa; }
#8798aa Text Font Color
<p style="color:#8798aa">Text here</p>
This sample text font color is #8798aa
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.
#8798aa Background Color
<div style="background-color:#8798aa">
Div content here</div>
This div background color is #8798aa
#8798aa Border Color
<div style="border:3px solid #8798aa">
Div here</div>
This div border color is #8798aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,152,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8798aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8798aa; -webkit-box-shadow: 1px 1px 3px 2px #8798aa; box-shadow: 1px 1px 3px 2px #8798aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,152,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8798aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8798aa; -webkit-box-shadow: 1px 1px 3px 2px #8798aa; box-shadow: 1px 1px 3px 2px #8798aa;">
Div content here</div>
This div box has shadow with color #8798aa
Comments
No comments written yet.
Please login to write comment.