Color spaces of #81bddb
RGB | 129 | 189 | 219 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.68 |
HSV | 200° | 41° | 86° |
CMYK | 0.41 | 0.14 | 0.00 0.14 |
XYZ | 40.0370 | 46.1768 | 73.8207 |
Yxy | 46.1768 | 0.2502 | 0.2885 |
Hunter Lab | 67.9535 | -13.7496 | -16.8417 |
CIE-Lab | 73.6601 | -11.6561 | -21.1126 |
#81bddb color RGB value is (129,189,219).
#81bddb hex color red value is 129, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #81bddb hue: 0.56 , saturation: 0.56 and the lightness value of 81bddb is 0.68.
The process color (four color CMYK) of #81bddb color hex is 0.41, 0.14, 0.00, 0.14. Web safe color of #81bddb is #99cccc. Color #81bddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10111101 | 11011011 |
Octal | 201 | 275 | 333 |
Decimal | 129 | 189 | 219 |
Hex | 81 | BD | DB |
Shades of #81bddb
Tints of #81bddb
RGB Percentages of Color #81bddb
CMYK Percentages of Color #81bddb
Complementary Color
#81bddb | #db9f81 |
#81bddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81bddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#81bddb Color CSS Codes
.mybgcolor {background-color:#81bddb; } .myforecolor {color:#81bddb; } .mybordercolor {border:3px solid #81bddb; }
#81bddb Text Font Color
<p style="color:#81bddb">Text here</p>
This sample text font color is #81bddb
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.
#81bddb Background Color
<div style="background-color:#81bddb">
Div content here</div>
This div background color is #81bddb
#81bddb Border Color
<div style="border:3px solid #81bddb">
Div here</div>
This div border color is #81bddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,189,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81bddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81bddb; -webkit-box-shadow: 1px 1px 3px 2px #81bddb; box-shadow: 1px 1px 3px 2px #81bddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,189,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 #81bddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81bddb; -webkit-box-shadow: 1px 1px 3px 2px #81bddb; box-shadow: 1px 1px 3px 2px #81bddb;">
Div content here</div>
This div box has shadow with color #81bddb
Comments
No comments written yet.
Please login to write comment.