Color spaces of #81ccfc
RGB | 129 | 204 | 252 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.75 |
HSV | 203° | 49° | 99° |
CMYK | 0.49 | 0.19 | 0.00 0.01 |
XYZ | 48.2168 | 54.8811 | 100.1473 |
Yxy | 54.8811 | 0.2372 | 0.2700 |
Hunter Lab | 74.0818 | -13.4648 | -28.2938 |
CIE-Lab | 78.9727 | -10.5944 | -30.7555 |
#81ccfc color RGB value is (129,204,252).
#81ccfc hex color red value is 129, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #81ccfc hue: 0.57 , saturation: 0.95 and the lightness value of 81ccfc is 0.75.
The process color (four color CMYK) of #81ccfc color hex is 0.49, 0.19, 0.00, 0.01. Web safe color of #81ccfc is #99ccff. Color #81ccfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11001100 | 11111100 |
Octal | 201 | 314 | 374 |
Decimal | 129 | 204 | 252 |
Hex | 81 | CC | FC |
Shades of #81ccfc
Tints of #81ccfc
RGB Percentages of Color #81ccfc
CMYK Percentages of Color #81ccfc
Complementary Color
#81ccfc | #fcb181 |
#81ccfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81ccfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#81ccfc Color CSS Codes
.mybgcolor {background-color:#81ccfc; } .myforecolor {color:#81ccfc; } .mybordercolor {border:3px solid #81ccfc; }
#81ccfc Text Font Color
<p style="color:#81ccfc">Text here</p>
This sample text font color is #81ccfc
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.
#81ccfc Background Color
<div style="background-color:#81ccfc">
Div content here</div>
This div background color is #81ccfc
#81ccfc Border Color
<div style="border:3px solid #81ccfc">
Div here</div>
This div border color is #81ccfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,204,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81ccfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81ccfc; -webkit-box-shadow: 1px 1px 3px 2px #81ccfc; box-shadow: 1px 1px 3px 2px #81ccfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,204,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81ccfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81ccfc; -webkit-box-shadow: 1px 1px 3px 2px #81ccfc; box-shadow: 1px 1px 3px 2px #81ccfc;">
Div content here</div>
This div box has shadow with color #81ccfc
Comments
No comments written yet.
Please login to write comment.