Color spaces of #81ebdb
RGB | 129 | 235 | 219 |
---|---|---|---|
HSL | 0.47 | 0.73 | 0.71 |
HSV | 171° | 45° | 92° |
CMYK | 0.45 | 0.00 | 0.07 0.08 |
XYZ | 51.5478 | 69.1983 | 77.6576 |
Yxy | 69.1983 | 0.2598 | 0.3488 |
Hunter Lab | 83.1855 | -34.9631 | 2.8799 |
CIE-Lab | 86.6022 | -34.5007 | -1.7915 |
#81ebdb color RGB value is (129,235,219).
#81ebdb hex color red value is 129, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #81ebdb hue: 0.47 , saturation: 0.73 and the lightness value of 81ebdb is 0.71.
The process color (four color CMYK) of #81ebdb color hex is 0.45, 0.00, 0.07, 0.08. Web safe color of #81ebdb is #99ffcc. Color #81ebdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11101011 | 11011011 |
Octal | 201 | 353 | 333 |
Decimal | 129 | 235 | 219 |
Hex | 81 | EB | DB |
Shades of #81ebdb
Tints of #81ebdb
RGB Percentages of Color #81ebdb
CMYK Percentages of Color #81ebdb
Complementary Color
#81ebdb | #eb8191 |
#81ebdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81ebdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#81ebdb Color CSS Codes
.mybgcolor {background-color:#81ebdb; } .myforecolor {color:#81ebdb; } .mybordercolor {border:3px solid #81ebdb; }
#81ebdb Text Font Color
<p style="color:#81ebdb">Text here</p>
This sample text font color is #81ebdb
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.
#81ebdb Background Color
<div style="background-color:#81ebdb">
Div content here</div>
This div background color is #81ebdb
#81ebdb Border Color
<div style="border:3px solid #81ebdb">
Div here</div>
This div border color is #81ebdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,235,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81ebdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81ebdb; -webkit-box-shadow: 1px 1px 3px 2px #81ebdb; box-shadow: 1px 1px 3px 2px #81ebdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,235,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 #81ebdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81ebdb; -webkit-box-shadow: 1px 1px 3px 2px #81ebdb; box-shadow: 1px 1px 3px 2px #81ebdb;">
Div content here</div>
This div box has shadow with color #81ebdb
Comments
No comments written yet.
Please login to write comment.