Color spaces of #65bccd
RGB | 101 | 188 | 205 |
---|---|---|---|
HSL | 0.53 | 0.51 | 0.60 |
HSV | 190° | 51° | 80° |
CMYK | 0.51 | 0.08 | 0.00 0.20 |
XYZ | 34.3695 | 43.1409 | 64.2732 |
Yxy | 43.1409 | 0.2424 | 0.3043 |
Hunter Lab | 65.6817 | -21.5387 | -12.0413 |
CIE-Lab | 71.6505 | -21.5866 | -16.6506 |
#65bccd color RGB value is (101,188,205).
#65bccd hex color red value is 101, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #65bccd hue: 0.53 , saturation: 0.51 and the lightness value of 65bccd is 0.60.
The process color (four color CMYK) of #65bccd color hex is 0.51, 0.08, 0.00, 0.20. Web safe color of #65bccd is #66cccc. Color #65bccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10111100 | 11001101 |
Octal | 145 | 274 | 315 |
Decimal | 101 | 188 | 205 |
Hex | 65 | BC | CD |
Shades of #65bccd
Tints of #65bccd
RGB Percentages of Color #65bccd
CMYK Percentages of Color #65bccd
Complementary Color
#65bccd | #cd7665 |
#65bccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65bccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#65bccd Color CSS Codes
.mybgcolor {background-color:#65bccd; } .myforecolor {color:#65bccd; } .mybordercolor {border:3px solid #65bccd; }
#65bccd Text Font Color
<p style="color:#65bccd">Text here</p>
This sample text font color is #65bccd
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.
#65bccd Background Color
<div style="background-color:#65bccd">
Div content here</div>
This div background color is #65bccd
#65bccd Border Color
<div style="border:3px solid #65bccd">
Div here</div>
This div border color is #65bccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,188,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65bccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65bccd; -webkit-box-shadow: 1px 1px 3px 2px #65bccd; box-shadow: 1px 1px 3px 2px #65bccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,188,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65bccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65bccd; -webkit-box-shadow: 1px 1px 3px 2px #65bccd; box-shadow: 1px 1px 3px 2px #65bccd;">
Div content here</div>
This div box has shadow with color #65bccd
Comments
No comments written yet.
Please login to write comment.