Color spaces of #818baa
RGB | 129 | 139 | 170 |
---|---|---|---|
HSL | 0.63 | 0.19 | 0.59 |
HSV | 225° | 24° | 67° |
CMYK | 0.24 | 0.18 | 0.00 0.33 |
XYZ | 25.5416 | 26.0346 | 41.7092 |
Yxy | 26.0346 | 0.2738 | 0.2791 |
Hunter Lab | 51.0241 | 0.0612 | -12.7492 |
CIE-Lab | 58.0699 | 3.3894 | -17.5448 |
#818baa color RGB value is (129,139,170).
#818baa hex color red value is 129, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #818baa hue: 0.63 , saturation: 0.19 and the lightness value of 818baa is 0.59.
The process color (four color CMYK) of #818baa color hex is 0.24, 0.18, 0.00, 0.33. Web safe color of #818baa is #999999. Color #818baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10001011 | 10101010 |
Octal | 201 | 213 | 252 |
Decimal | 129 | 139 | 170 |
Hex | 81 | 8B | AA |
Shades of #818baa
Tints of #818baa
RGB Percentages of Color #818baa
CMYK Percentages of Color #818baa
Complementary Color
#818baa | #aaa081 |
#818baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#818baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#818baa Color CSS Codes
.mybgcolor {background-color:#818baa; } .myforecolor {color:#818baa; } .mybordercolor {border:3px solid #818baa; }
#818baa Text Font Color
<p style="color:#818baa">Text here</p>
This sample text font color is #818baa
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.
#818baa Background Color
<div style="background-color:#818baa">
Div content here</div>
This div background color is #818baa
#818baa Border Color
<div style="border:3px solid #818baa">
Div here</div>
This div border color is #818baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,139,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #818baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #818baa; -webkit-box-shadow: 1px 1px 3px 2px #818baa; box-shadow: 1px 1px 3px 2px #818baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,139,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 #818baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #818baa; -webkit-box-shadow: 1px 1px 3px 2px #818baa; box-shadow: 1px 1px 3px 2px #818baa;">
Div content here</div>
This div box has shadow with color #818baa
Comments
No comments written yet.
Please login to write comment.