Color spaces of #51adff
RGB | 81 | 173 | 255 |
---|---|---|---|
HSL | 0.58 | 1.00 | 0.66 |
HSV | 208° | 68° | 100° |
CMYK | 0.68 | 0.32 | 0.00 0.00 |
XYZ | 36.3869 | 38.8565 | 100.1900 |
Yxy | 38.8565 | 0.2074 | 0.2215 |
Hunter Lab | 62.3350 | -4.8901 | -51.6614 |
CIE-Lab | 68.6472 | -1.8038 | -48.5858 |
#51adff color RGB value is (81,173,255).
#51adff hex color red value is 81, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #51adff hue: 0.58 , saturation: 1.00 and the lightness value of 51adff is 0.66.
The process color (four color CMYK) of #51adff color hex is 0.68, 0.32, 0.00, 0.00. Web safe color of #51adff is #6699ff. Color #51adff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10101101 | 11111111 |
Octal | 121 | 255 | 377 |
Decimal | 81 | 173 | 255 |
Hex | 51 | AD | FF |
Shades of #51adff
Tints of #51adff
RGB Percentages of Color #51adff
CMYK Percentages of Color #51adff
Complementary Color
#51adff | #ffa351 |
#51adff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51adff Color Preview on White Background
Lorem ipsum dolor sit amet.
#51adff Color CSS Codes
.mybgcolor {background-color:#51adff; } .myforecolor {color:#51adff; } .mybordercolor {border:3px solid #51adff; }
#51adff Text Font Color
<p style="color:#51adff">Text here</p>
This sample text font color is #51adff
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.
#51adff Background Color
<div style="background-color:#51adff">
Div content here</div>
This div background color is #51adff
#51adff Border Color
<div style="border:3px solid #51adff">
Div here</div>
This div border color is #51adff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,173,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51adff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51adff; -webkit-box-shadow: 1px 1px 3px 2px #51adff; box-shadow: 1px 1px 3px 2px #51adff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,173,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51adff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51adff; -webkit-box-shadow: 1px 1px 3px 2px #51adff; box-shadow: 1px 1px 3px 2px #51adff;">
Div content here</div>
This div box has shadow with color #51adff
Comments
No comments written yet.
Please login to write comment.