Color spaces of #81cfef
RGB | 129 | 207 | 239 |
---|---|---|---|
HSL | 0.55 | 0.77 | 0.72 |
HSV | 197° | 46° | 94° |
CMYK | 0.46 | 0.13 | 0.00 0.06 |
XYZ | 46.9461 | 55.5248 | 89.9044 |
Yxy | 55.5248 | 0.2440 | 0.2886 |
Hunter Lab | 74.5150 | -17.9422 | -19.3746 |
CIE-Lab | 79.3426 | -15.7230 | -23.2468 |
#81cfef color RGB value is (129,207,239).
#81cfef hex color red value is 129, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #81cfef hue: 0.55 , saturation: 0.77 and the lightness value of 81cfef is 0.72.
The process color (four color CMYK) of #81cfef color hex is 0.46, 0.13, 0.00, 0.06. Web safe color of #81cfef is #99ccff. Color #81cfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11001111 | 11101111 |
Octal | 201 | 317 | 357 |
Decimal | 129 | 207 | 239 |
Hex | 81 | CF | EF |
Shades of #81cfef
Tints of #81cfef
RGB Percentages of Color #81cfef
CMYK Percentages of Color #81cfef
Complementary Color
#81cfef | #efa181 |
#81cfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81cfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#81cfef Color CSS Codes
.mybgcolor {background-color:#81cfef; } .myforecolor {color:#81cfef; } .mybordercolor {border:3px solid #81cfef; }
#81cfef Text Font Color
<p style="color:#81cfef">Text here</p>
This sample text font color is #81cfef
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.
#81cfef Background Color
<div style="background-color:#81cfef">
Div content here</div>
This div background color is #81cfef
#81cfef Border Color
<div style="border:3px solid #81cfef">
Div here</div>
This div border color is #81cfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,207,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81cfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81cfef; -webkit-box-shadow: 1px 1px 3px 2px #81cfef; box-shadow: 1px 1px 3px 2px #81cfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,207,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81cfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81cfef; -webkit-box-shadow: 1px 1px 3px 2px #81cfef; box-shadow: 1px 1px 3px 2px #81cfef;">
Div content here</div>
This div box has shadow with color #81cfef
Comments
No comments written yet.
Please login to write comment.