Color spaces of #81abbc
RGB | 129 | 171 | 188 |
---|---|---|---|
HSL | 0.55 | 0.31 | 0.62 |
HSV | 197° | 31° | 74° |
CMYK | 0.31 | 0.09 | 0.00 0.26 |
XYZ | 32.6933 | 37.4238 | 53.0773 |
Yxy | 37.4238 | 0.2654 | 0.3038 |
Hunter Lab | 61.1750 | -11.6618 | -8.6193 |
CIE-Lab | 67.5938 | -9.9884 | -13.2758 |
#81abbc color RGB value is (129,171,188).
#81abbc hex color red value is 129, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #81abbc hue: 0.55 , saturation: 0.31 and the lightness value of 81abbc is 0.62.
The process color (four color CMYK) of #81abbc color hex is 0.31, 0.09, 0.00, 0.26. Web safe color of #81abbc is #9999cc. Color #81abbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10101011 | 10111100 |
Octal | 201 | 253 | 274 |
Decimal | 129 | 171 | 188 |
Hex | 81 | AB | BC |
Shades of #81abbc
Tints of #81abbc
RGB Percentages of Color #81abbc
CMYK Percentages of Color #81abbc
Complementary Color
#81abbc | #bc9281 |
#81abbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81abbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#81abbc Color CSS Codes
.mybgcolor {background-color:#81abbc; } .myforecolor {color:#81abbc; } .mybordercolor {border:3px solid #81abbc; }
#81abbc Text Font Color
<p style="color:#81abbc">Text here</p>
This sample text font color is #81abbc
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.
#81abbc Background Color
<div style="background-color:#81abbc">
Div content here</div>
This div background color is #81abbc
#81abbc Border Color
<div style="border:3px solid #81abbc">
Div here</div>
This div border color is #81abbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,171,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81abbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81abbc; -webkit-box-shadow: 1px 1px 3px 2px #81abbc; box-shadow: 1px 1px 3px 2px #81abbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,171,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81abbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81abbc; -webkit-box-shadow: 1px 1px 3px 2px #81abbc; box-shadow: 1px 1px 3px 2px #81abbc;">
Div content here</div>
This div box has shadow with color #81abbc
#81abbc Color Palettes
Comments
No comments written yet.
Please login to write comment.