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