Color spaces of #81dffd
RGB | 129 | 223 | 253 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.75 |
HSV | 195° | 49° | 99° |
CMYK | 0.49 | 0.12 | 0.00 0.01 |
XYZ | 53.1706 | 64.5343 | 102.5825 |
Yxy | 64.5343 | 0.2414 | 0.2930 |
Hunter Lab | 80.3332 | -22.4384 | -19.4778 |
CIE-Lab | 84.2432 | -20.0980 | -23.2324 |
#81dffd color RGB value is (129,223,253).
#81dffd hex color red value is 129, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #81dffd hue: 0.54 , saturation: 0.97 and the lightness value of 81dffd is 0.75.
The process color (four color CMYK) of #81dffd color hex is 0.49, 0.12, 0.00, 0.01. Web safe color of #81dffd is #99ccff. Color #81dffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11011111 | 11111101 |
Octal | 201 | 337 | 375 |
Decimal | 129 | 223 | 253 |
Hex | 81 | DF | FD |
Shades of #81dffd
Tints of #81dffd
RGB Percentages of Color #81dffd
CMYK Percentages of Color #81dffd
Complementary Color
#81dffd | #fd9f81 |
#81dffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81dffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#81dffd Color CSS Codes
.mybgcolor {background-color:#81dffd; } .myforecolor {color:#81dffd; } .mybordercolor {border:3px solid #81dffd; }
#81dffd Text Font Color
<p style="color:#81dffd">Text here</p>
This sample text font color is #81dffd
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.
#81dffd Background Color
<div style="background-color:#81dffd">
Div content here</div>
This div background color is #81dffd
#81dffd Border Color
<div style="border:3px solid #81dffd">
Div here</div>
This div border color is #81dffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,223,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81dffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81dffd; -webkit-box-shadow: 1px 1px 3px 2px #81dffd; box-shadow: 1px 1px 3px 2px #81dffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,223,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81dffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81dffd; -webkit-box-shadow: 1px 1px 3px 2px #81dffd; box-shadow: 1px 1px 3px 2px #81dffd;">
Div content here</div>
This div box has shadow with color #81dffd
Comments
No comments written yet.
Please login to write comment.