Color spaces of #65baff
RGB | 101 | 186 | 255 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.70 |
HSV | 207° | 60° | 100° |
CMYK | 0.60 | 0.27 | 0.00 0.00 |
XYZ | 40.9757 | 45.1045 | 101.1541 |
Yxy | 45.1045 | 0.2188 | 0.2409 |
Hunter Lab | 67.1599 | -8.6231 | -42.2888 |
CIE-Lab | 72.9606 | -5.7345 | -41.7707 |
#65baff color RGB value is (101,186,255).
#65baff hex color red value is 101, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #65baff hue: 0.57 , saturation: 1.00 and the lightness value of 65baff is 0.70.
The process color (four color CMYK) of #65baff color hex is 0.60, 0.27, 0.00, 0.00. Web safe color of #65baff is #66ccff. Color #65baff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10111010 | 11111111 |
Octal | 145 | 272 | 377 |
Decimal | 101 | 186 | 255 |
Hex | 65 | BA | FF |
Shades of #65baff
Tints of #65baff
RGB Percentages of Color #65baff
CMYK Percentages of Color #65baff
Complementary Color
#65baff | #ffaa65 |
#65baff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65baff Color Preview on White Background
Lorem ipsum dolor sit amet.
#65baff Color CSS Codes
.mybgcolor {background-color:#65baff; } .myforecolor {color:#65baff; } .mybordercolor {border:3px solid #65baff; }
#65baff Text Font Color
<p style="color:#65baff">Text here</p>
This sample text font color is #65baff
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.
#65baff Background Color
<div style="background-color:#65baff">
Div content here</div>
This div background color is #65baff
#65baff Border Color
<div style="border:3px solid #65baff">
Div here</div>
This div border color is #65baff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,186,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65baff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65baff; -webkit-box-shadow: 1px 1px 3px 2px #65baff; box-shadow: 1px 1px 3px 2px #65baff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,186,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 #65baff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65baff; -webkit-box-shadow: 1px 1px 3px 2px #65baff; box-shadow: 1px 1px 3px 2px #65baff;">
Div content here</div>
This div box has shadow with color #65baff
Comments
No comments written yet.
Please login to write comment.