Color spaces of #81defe
RGB | 129 | 222 | 254 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.75 |
HSV | 195° | 49° | 100° |
CMYK | 0.49 | 0.13 | 0.00 0.00 |
XYZ | 53.0639 | 64.0654 | 103.3350 |
Yxy | 64.0654 | 0.2407 | 0.2906 |
Hunter Lab | 80.0409 | -21.7331 | -20.5164 |
CIE-Lab | 83.9998 | -19.3248 | -24.1302 |
#81defe color RGB value is (129,222,254).
#81defe hex color red value is 129, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #81defe hue: 0.54 , saturation: 0.98 and the lightness value of 81defe is 0.75.
The process color (four color CMYK) of #81defe color hex is 0.49, 0.13, 0.00, 0.00. Web safe color of #81defe is #99ccff. Color #81defe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11011110 | 11111110 |
Octal | 201 | 336 | 376 |
Decimal | 129 | 222 | 254 |
Hex | 81 | DE | FE |
Shades of #81defe
Tints of #81defe
RGB Percentages of Color #81defe
CMYK Percentages of Color #81defe
Complementary Color
#81defe | #fea181 |
#81defe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81defe Color Preview on White Background
Lorem ipsum dolor sit amet.
#81defe Color CSS Codes
.mybgcolor {background-color:#81defe; } .myforecolor {color:#81defe; } .mybordercolor {border:3px solid #81defe; }
#81defe Text Font Color
<p style="color:#81defe">Text here</p>
This sample text font color is #81defe
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.
#81defe Background Color
<div style="background-color:#81defe">
Div content here</div>
This div background color is #81defe
#81defe Border Color
<div style="border:3px solid #81defe">
Div here</div>
This div border color is #81defe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,222,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81defe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81defe; -webkit-box-shadow: 1px 1px 3px 2px #81defe; box-shadow: 1px 1px 3px 2px #81defe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,222,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81defe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81defe; -webkit-box-shadow: 1px 1px 3px 2px #81defe; box-shadow: 1px 1px 3px 2px #81defe;">
Div content here</div>
This div box has shadow with color #81defe
Comments
No comments written yet.
Please login to write comment.