Color spaces of #81abdb
RGB | 129 | 171 | 219 |
---|---|---|---|
HSL | 0.59 | 0.56 | 0.68 |
HSV | 212° | 41° | 86° |
CMYK | 0.41 | 0.22 | 0.00 0.14 |
XYZ | 36.4024 | 38.9074 | 72.6091 |
Yxy | 38.9074 | 0.2461 | 0.2630 |
Hunter Lab | 62.3758 | -4.9854 | -25.3540 |
CIE-Lab | 68.6841 | -1.9115 | -28.7254 |
#81abdb color RGB value is (129,171,219).
#81abdb hex color red value is 129, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #81abdb hue: 0.59 , saturation: 0.56 and the lightness value of 81abdb is 0.68.
The process color (four color CMYK) of #81abdb color hex is 0.41, 0.22, 0.00, 0.14. Web safe color of #81abdb is #9999cc. Color #81abdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10101011 | 11011011 |
Octal | 201 | 253 | 333 |
Decimal | 129 | 171 | 219 |
Hex | 81 | AB | DB |
Shades of #81abdb
Tints of #81abdb
RGB Percentages of Color #81abdb
CMYK Percentages of Color #81abdb
Complementary Color
#81abdb | #dbb181 |
#81abdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81abdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#81abdb Color CSS Codes
.mybgcolor {background-color:#81abdb; } .myforecolor {color:#81abdb; } .mybordercolor {border:3px solid #81abdb; }
#81abdb Text Font Color
<p style="color:#81abdb">Text here</p>
This sample text font color is #81abdb
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.
#81abdb Background Color
<div style="background-color:#81abdb">
Div content here</div>
This div background color is #81abdb
#81abdb Border Color
<div style="border:3px solid #81abdb">
Div here</div>
This div border color is #81abdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,171,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81abdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81abdb; -webkit-box-shadow: 1px 1px 3px 2px #81abdb; box-shadow: 1px 1px 3px 2px #81abdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,171,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81abdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81abdb; -webkit-box-shadow: 1px 1px 3px 2px #81abdb; box-shadow: 1px 1px 3px 2px #81abdb;">
Div content here</div>
This div box has shadow with color #81abdb
Comments
No comments written yet.
Please login to write comment.