Color spaces of #829baa
RGB | 130 | 155 | 170 |
---|---|---|---|
HSL | 0.56 | 0.19 | 0.59 |
HSV | 203° | 24° | 67° |
CMYK | 0.24 | 0.09 | 0.00 0.33 |
XYZ | 28.1830 | 31.0908 | 42.5459 |
Yxy | 31.0908 | 0.2768 | 0.3054 |
Hunter Lab | 55.7591 | -7.3571 | -6.2087 |
CIE-Lab | 62.5842 | -5.3092 | -10.7263 |
#829baa color RGB value is (130,155,170).
#829baa hex color red value is 130, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #829baa hue: 0.56 , saturation: 0.19 and the lightness value of 829baa is 0.59.
The process color (four color CMYK) of #829baa color hex is 0.24, 0.09, 0.00, 0.33. Web safe color of #829baa is #999999. Color #829baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10011011 | 10101010 |
Octal | 202 | 233 | 252 |
Decimal | 130 | 155 | 170 |
Hex | 82 | 9B | AA |
Shades of #829baa
Tints of #829baa
RGB Percentages of Color #829baa
CMYK Percentages of Color #829baa
Complementary Color
#829baa | #aa9182 |
#829baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#829baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#829baa Color CSS Codes
.mybgcolor {background-color:#829baa; } .myforecolor {color:#829baa; } .mybordercolor {border:3px solid #829baa; }
#829baa Text Font Color
<p style="color:#829baa">Text here</p>
This sample text font color is #829baa
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.
#829baa Background Color
<div style="background-color:#829baa">
Div content here</div>
This div background color is #829baa
#829baa Border Color
<div style="border:3px solid #829baa">
Div here</div>
This div border color is #829baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,155,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #829baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829baa; -webkit-box-shadow: 1px 1px 3px 2px #829baa; box-shadow: 1px 1px 3px 2px #829baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,155,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 #829baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #829baa; -webkit-box-shadow: 1px 1px 3px 2px #829baa; box-shadow: 1px 1px 3px 2px #829baa;">
Div content here</div>
This div box has shadow with color #829baa
Comments
No comments written yet.
Please login to write comment.