Color spaces of #65ddeb
RGB | 101 | 221 | 235 |
---|---|---|---|
HSL | 0.52 | 0.77 | 0.66 |
HSV | 186° | 57° | 92° |
CMYK | 0.57 | 0.06 | 0.00 0.08 |
XYZ | 46.2187 | 60.4778 | 87.8347 |
Yxy | 60.4778 | 0.2376 | 0.3109 |
Hunter Lab | 77.7675 | -30.0071 | -12.5280 |
CIE-Lab | 82.0972 | -29.6482 | -17.0464 |
#65ddeb color RGB value is (101,221,235).
#65ddeb hex color red value is 101, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #65ddeb hue: 0.52 , saturation: 0.77 and the lightness value of 65ddeb is 0.66.
The process color (four color CMYK) of #65ddeb color hex is 0.57, 0.06, 0.00, 0.08. Web safe color of #65ddeb is #66ccff. Color #65ddeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 11011101 | 11101011 |
Octal | 145 | 335 | 353 |
Decimal | 101 | 221 | 235 |
Hex | 65 | DD | EB |
Shades of #65ddeb
Tints of #65ddeb
RGB Percentages of Color #65ddeb
CMYK Percentages of Color #65ddeb
Complementary Color
#65ddeb | #eb7365 |
#65ddeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65ddeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#65ddeb Color CSS Codes
.mybgcolor {background-color:#65ddeb; } .myforecolor {color:#65ddeb; } .mybordercolor {border:3px solid #65ddeb; }
#65ddeb Text Font Color
<p style="color:#65ddeb">Text here</p>
This sample text font color is #65ddeb
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.
#65ddeb Background Color
<div style="background-color:#65ddeb">
Div content here</div>
This div background color is #65ddeb
#65ddeb Border Color
<div style="border:3px solid #65ddeb">
Div here</div>
This div border color is #65ddeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,221,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65ddeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65ddeb; -webkit-box-shadow: 1px 1px 3px 2px #65ddeb; box-shadow: 1px 1px 3px 2px #65ddeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,221,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65ddeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65ddeb; -webkit-box-shadow: 1px 1px 3px 2px #65ddeb; box-shadow: 1px 1px 3px 2px #65ddeb;">
Div content here</div>
This div box has shadow with color #65ddeb
Comments
No comments written yet.
Please login to write comment.