Color spaces of #65ddfd
RGB | 101 | 221 | 253 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.69 |
HSV | 193° | 60° | 99° |
CMYK | 0.60 | 0.13 | 0.00 0.01 |
XYZ | 48.9529 | 61.5715 | 102.2329 |
Yxy | 61.5715 | 0.2301 | 0.2894 |
Hunter Lab | 78.4675 | -25.9588 | -22.3199 |
CIE-Lab | 82.6850 | -24.5767 | -25.6959 |
#65ddfd color RGB value is (101,221,253).
#65ddfd hex color red value is 101, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #65ddfd hue: 0.54 , saturation: 0.97 and the lightness value of 65ddfd is 0.69.
The process color (four color CMYK) of #65ddfd color hex is 0.60, 0.13, 0.00, 0.01. Web safe color of #65ddfd is #66ccff. Color #65ddfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 11011101 | 11111101 |
Octal | 145 | 335 | 375 |
Decimal | 101 | 221 | 253 |
Hex | 65 | DD | FD |
Shades of #65ddfd
Tints of #65ddfd
RGB Percentages of Color #65ddfd
CMYK Percentages of Color #65ddfd
Complementary Color
#65ddfd | #fd8565 |
#65ddfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65ddfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#65ddfd Color CSS Codes
.mybgcolor {background-color:#65ddfd; } .myforecolor {color:#65ddfd; } .mybordercolor {border:3px solid #65ddfd; }
#65ddfd Text Font Color
<p style="color:#65ddfd">Text here</p>
This sample text font color is #65ddfd
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.
#65ddfd Background Color
<div style="background-color:#65ddfd">
Div content here</div>
This div background color is #65ddfd
#65ddfd Border Color
<div style="border:3px solid #65ddfd">
Div here</div>
This div border color is #65ddfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,221,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65ddfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65ddfd; -webkit-box-shadow: 1px 1px 3px 2px #65ddfd; box-shadow: 1px 1px 3px 2px #65ddfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,221,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65ddfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65ddfd; -webkit-box-shadow: 1px 1px 3px 2px #65ddfd; box-shadow: 1px 1px 3px 2px #65ddfd;">
Div content here</div>
This div box has shadow with color #65ddfd
Comments
No comments written yet.
Please login to write comment.