Color spaces of #60debe
RGB | 96 | 222 | 190 |
---|---|---|---|
HSL | 0.46 | 0.66 | 0.62 |
HSV | 165° | 57° | 87° |
CMYK | 0.57 | 0.00 | 0.14 0.13 |
XYZ | 40.2394 | 58.4471 | 57.8758 |
Yxy | 58.4471 | 0.2570 | 0.3733 |
Hunter Lab | 76.4507 | -39.8363 | 8.6309 |
CIE-Lab | 80.9867 | -42.6058 | 5.2083 |
#60debe color RGB value is (96,222,190).
#60debe hex color red value is 96, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #60debe hue: 0.46 , saturation: 0.66 and the lightness value of 60debe is 0.62.
The process color (four color CMYK) of #60debe color hex is 0.57, 0.00, 0.14, 0.13. Web safe color of #60debe is #66cccc. Color #60debe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11011110 | 10111110 |
Octal | 140 | 336 | 276 |
Decimal | 96 | 222 | 190 |
Hex | 60 | DE | BE |
Shades of #60debe
Tints of #60debe
RGB Percentages of Color #60debe
CMYK Percentages of Color #60debe
Complementary Color
#60debe | #de6080 |
#60debe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60debe Color Preview on White Background
Lorem ipsum dolor sit amet.
#60debe Color CSS Codes
.mybgcolor {background-color:#60debe; } .myforecolor {color:#60debe; } .mybordercolor {border:3px solid #60debe; }
#60debe Text Font Color
<p style="color:#60debe">Text here</p>
This sample text font color is #60debe
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.
#60debe Background Color
<div style="background-color:#60debe">
Div content here</div>
This div background color is #60debe
#60debe Border Color
<div style="border:3px solid #60debe">
Div here</div>
This div border color is #60debe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,222,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60debe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60debe; -webkit-box-shadow: 1px 1px 3px 2px #60debe; box-shadow: 1px 1px 3px 2px #60debe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,222,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60debe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60debe; -webkit-box-shadow: 1px 1px 3px 2px #60debe; box-shadow: 1px 1px 3px 2px #60debe;">
Div content here</div>
This div box has shadow with color #60debe
Comments
No comments written yet.
Please login to write comment.