Color spaces of #829aad
RGB | 130 | 154 | 173 |
---|---|---|---|
HSL | 0.57 | 0.21 | 0.59 |
HSV | 207° | 25° | 68° |
CMYK | 0.25 | 0.11 | 0.00 0.32 |
XYZ | 28.3043 | 30.8742 | 44.0027 |
Yxy | 30.8742 | 0.2743 | 0.2992 |
Hunter Lab | 55.5646 | -6.3110 | -8.0578 |
CIE-Lab | 62.4013 | -4.0431 | -12.6918 |
#829aad color RGB value is (130,154,173).
#829aad hex color red value is 130, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #829aad hue: 0.57 , saturation: 0.21 and the lightness value of 829aad is 0.59.
The process color (four color CMYK) of #829aad color hex is 0.25, 0.11, 0.00, 0.32. Web safe color of #829aad is #999999. Color #829aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10011010 | 10101101 |
Octal | 202 | 232 | 255 |
Decimal | 130 | 154 | 173 |
Hex | 82 | 9A | AD |
Shades of #829aad
Tints of #829aad
RGB Percentages of Color #829aad
CMYK Percentages of Color #829aad
Complementary Color
#829aad | #ad9582 |
#829aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#829aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#829aad Color CSS Codes
.mybgcolor {background-color:#829aad; } .myforecolor {color:#829aad; } .mybordercolor {border:3px solid #829aad; }
#829aad Text Font Color
<p style="color:#829aad">Text here</p>
This sample text font color is #829aad
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.
#829aad Background Color
<div style="background-color:#829aad">
Div content here</div>
This div background color is #829aad
#829aad Border Color
<div style="border:3px solid #829aad">
Div here</div>
This div border color is #829aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,154,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #829aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829aad; -webkit-box-shadow: 1px 1px 3px 2px #829aad; box-shadow: 1px 1px 3px 2px #829aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,154,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #829aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #829aad; -webkit-box-shadow: 1px 1px 3px 2px #829aad; box-shadow: 1px 1px 3px 2px #829aad;">
Div content here</div>
This div box has shadow with color #829aad
Comments
No comments written yet.
Please login to write comment.