Color spaces of #81dafa
RGB | 129 | 218 | 250 |
---|---|---|---|
HSL | 0.54 | 0.92 | 0.74 |
HSV | 196° | 48° | 98° |
CMYK | 0.48 | 0.13 | 0.00 0.02 |
XYZ | 51.3800 | 61.7121 | 99.6461 |
Yxy | 61.7121 | 0.2415 | 0.2901 |
Hunter Lab | 78.5570 | -20.7275 | -20.2168 |
CIE-Lab | 82.7601 | -18.3830 | -23.9005 |
#81dafa color RGB value is (129,218,250).
#81dafa hex color red value is 129, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #81dafa hue: 0.54 , saturation: 0.92 and the lightness value of 81dafa is 0.74.
The process color (four color CMYK) of #81dafa color hex is 0.48, 0.13, 0.00, 0.02. Web safe color of #81dafa is #99ccff. Color #81dafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11011010 | 11111010 |
Octal | 201 | 332 | 372 |
Decimal | 129 | 218 | 250 |
Hex | 81 | DA | FA |
Shades of #81dafa
Tints of #81dafa
RGB Percentages of Color #81dafa
CMYK Percentages of Color #81dafa
Complementary Color
#81dafa | #faa181 |
#81dafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81dafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#81dafa Color CSS Codes
.mybgcolor {background-color:#81dafa; } .myforecolor {color:#81dafa; } .mybordercolor {border:3px solid #81dafa; }
#81dafa Text Font Color
<p style="color:#81dafa">Text here</p>
This sample text font color is #81dafa
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.
#81dafa Background Color
<div style="background-color:#81dafa">
Div content here</div>
This div background color is #81dafa
#81dafa Border Color
<div style="border:3px solid #81dafa">
Div here</div>
This div border color is #81dafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81dafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81dafa; -webkit-box-shadow: 1px 1px 3px 2px #81dafa; box-shadow: 1px 1px 3px 2px #81dafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,218,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81dafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81dafa; -webkit-box-shadow: 1px 1px 3px 2px #81dafa; box-shadow: 1px 1px 3px 2px #81dafa;">
Div content here</div>
This div box has shadow with color #81dafa
Comments
No comments written yet.
Please login to write comment.