Color spaces of #81cbab
RGB | 129 | 203 | 171 |
---|---|---|---|
HSL | 0.43 | 0.42 | 0.65 |
HSV | 154° | 36° | 80° |
CMYK | 0.36 | 0.00 | 0.16 0.20 |
XYZ | 37.7599 | 50.3193 | 46.2505 |
Yxy | 50.3193 | 0.2811 | 0.3746 |
Hunter Lab | 70.9361 | -29.1211 | 10.9981 |
CIE-Lab | 76.2648 | -30.1282 | 8.7347 |
#81cbab color RGB value is (129,203,171).
#81cbab hex color red value is 129, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #81cbab hue: 0.43 , saturation: 0.42 and the lightness value of 81cbab is 0.65.
The process color (four color CMYK) of #81cbab color hex is 0.36, 0.00, 0.16, 0.20. Web safe color of #81cbab is #99cc99. Color #81cbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11001011 | 10101011 |
Octal | 201 | 313 | 253 |
Decimal | 129 | 203 | 171 |
Hex | 81 | CB | AB |
Shades of #81cbab
Tints of #81cbab
RGB Percentages of Color #81cbab
CMYK Percentages of Color #81cbab
Complementary Color
#81cbab | #cb81a1 |
#81cbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81cbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#81cbab Color CSS Codes
.mybgcolor {background-color:#81cbab; } .myforecolor {color:#81cbab; } .mybordercolor {border:3px solid #81cbab; }
#81cbab Text Font Color
<p style="color:#81cbab">Text here</p>
This sample text font color is #81cbab
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.
#81cbab Background Color
<div style="background-color:#81cbab">
Div content here</div>
This div background color is #81cbab
#81cbab Border Color
<div style="border:3px solid #81cbab">
Div here</div>
This div border color is #81cbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81cbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81cbab; -webkit-box-shadow: 1px 1px 3px 2px #81cbab; box-shadow: 1px 1px 3px 2px #81cbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,203,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81cbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81cbab; -webkit-box-shadow: 1px 1px 3px 2px #81cbab; box-shadow: 1px 1px 3px 2px #81cbab;">
Div content here</div>
This div box has shadow with color #81cbab
Comments
No comments written yet.
Please login to write comment.