Color spaces of #65cdca
RGB | 101 | 205 | 202 |
---|---|---|---|
HSL | 0.50 | 0.51 | 0.60 |
HSV | 178° | 51° | 80° |
CMYK | 0.51 | 0.00 | 0.01 0.20 |
XYZ | 37.8588 | 50.6936 | 63.6666 |
Yxy | 50.6936 | 0.2487 | 0.3330 |
Hunter Lab | 71.1994 | -29.6854 | -3.1776 |
CIE-Lab | 76.4930 | -30.7913 | -7.7720 |
#65cdca color RGB value is (101,205,202).
#65cdca hex color red value is 101, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #65cdca hue: 0.50 , saturation: 0.51 and the lightness value of 65cdca is 0.60.
The process color (four color CMYK) of #65cdca color hex is 0.51, 0.00, 0.01, 0.20. Web safe color of #65cdca is #66cccc. Color #65cdca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 11001101 | 11001010 |
Octal | 145 | 315 | 312 |
Decimal | 101 | 205 | 202 |
Hex | 65 | CD | CA |
Shades of #65cdca
Tints of #65cdca
RGB Percentages of Color #65cdca
CMYK Percentages of Color #65cdca
Complementary Color
#65cdca | #cd6568 |
#65cdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65cdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#65cdca Color CSS Codes
.mybgcolor {background-color:#65cdca; } .myforecolor {color:#65cdca; } .mybordercolor {border:3px solid #65cdca; }
#65cdca Text Font Color
<p style="color:#65cdca">Text here</p>
This sample text font color is #65cdca
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.
#65cdca Background Color
<div style="background-color:#65cdca">
Div content here</div>
This div background color is #65cdca
#65cdca Border Color
<div style="border:3px solid #65cdca">
Div here</div>
This div border color is #65cdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,205,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65cdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65cdca; -webkit-box-shadow: 1px 1px 3px 2px #65cdca; box-shadow: 1px 1px 3px 2px #65cdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,205,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65cdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65cdca; -webkit-box-shadow: 1px 1px 3px 2px #65cdca; box-shadow: 1px 1px 3px 2px #65cdca;">
Div content here</div>
This div box has shadow with color #65cdca
Comments
No comments written yet.
Please login to write comment.