Color spaces of #81bbaa
RGB | 129 | 187 | 170 |
---|---|---|---|
HSL | 0.45 | 0.30 | 0.62 |
HSV | 162° | 31° | 73° |
CMYK | 0.31 | 0.00 | 0.09 0.27 |
XYZ | 34.0793 | 43.1101 | 44.5551 |
Yxy | 43.1101 | 0.2799 | 0.3541 |
Hunter Lab | 65.6583 | -22.2533 | 5.7272 |
CIE-Lab | 71.6296 | -22.5021 | 2.6029 |
#81bbaa color RGB value is (129,187,170).
#81bbaa hex color red value is 129, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #81bbaa hue: 0.45 , saturation: 0.30 and the lightness value of 81bbaa is 0.62.
The process color (four color CMYK) of #81bbaa color hex is 0.31, 0.00, 0.09, 0.27. Web safe color of #81bbaa is #99cc99. Color #81bbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10111011 | 10101010 |
Octal | 201 | 273 | 252 |
Decimal | 129 | 187 | 170 |
Hex | 81 | BB | AA |
Shades of #81bbaa
Tints of #81bbaa
RGB Percentages of Color #81bbaa
CMYK Percentages of Color #81bbaa
Complementary Color
#81bbaa | #bb8192 |
#81bbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81bbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#81bbaa Color CSS Codes
.mybgcolor {background-color:#81bbaa; } .myforecolor {color:#81bbaa; } .mybordercolor {border:3px solid #81bbaa; }
#81bbaa Text Font Color
<p style="color:#81bbaa">Text here</p>
This sample text font color is #81bbaa
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.
#81bbaa Background Color
<div style="background-color:#81bbaa">
Div content here</div>
This div background color is #81bbaa
#81bbaa Border Color
<div style="border:3px solid #81bbaa">
Div here</div>
This div border color is #81bbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,187,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81bbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81bbaa; -webkit-box-shadow: 1px 1px 3px 2px #81bbaa; box-shadow: 1px 1px 3px 2px #81bbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,187,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 #81bbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81bbaa; -webkit-box-shadow: 1px 1px 3px 2px #81bbaa; box-shadow: 1px 1px 3px 2px #81bbaa;">
Div content here</div>
This div box has shadow with color #81bbaa
Comments
No comments written yet.
Please login to write comment.