Color spaces of #64fbed
RGB | 100 | 251 | 237 |
---|---|---|---|
HSL | 0.48 | 0.95 | 0.69 |
HSV | 174° | 60° | 98° |
CMYK | 0.60 | 0.00 | 0.06 0.02 |
XYZ | 55.0388 | 77.8181 | 92.2403 |
Yxy | 77.8181 | 0.2445 | 0.3457 |
Hunter Lab | 88.2146 | -43.0058 | -0.2455 |
CIE-Lab | 90.6968 | -43.1458 | -5.2817 |
#64fbed color RGB value is (100,251,237).
#64fbed hex color red value is 100, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #64fbed hue: 0.48 , saturation: 0.95 and the lightness value of 64fbed is 0.69.
The process color (four color CMYK) of #64fbed color hex is 0.60, 0.00, 0.06, 0.02. Web safe color of #64fbed is #66ffff. Color #64fbed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 11111011 | 11101101 |
Octal | 144 | 373 | 355 |
Decimal | 100 | 251 | 237 |
Hex | 64 | FB | ED |
Shades of #64fbed
Tints of #64fbed
RGB Percentages of Color #64fbed
CMYK Percentages of Color #64fbed
Complementary Color
#64fbed | #fb6472 |
#64fbed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64fbed Color Preview on White Background
Lorem ipsum dolor sit amet.
#64fbed Color CSS Codes
.mybgcolor {background-color:#64fbed; } .myforecolor {color:#64fbed; } .mybordercolor {border:3px solid #64fbed; }
#64fbed Text Font Color
<p style="color:#64fbed">Text here</p>
This sample text font color is #64fbed
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.
#64fbed Background Color
<div style="background-color:#64fbed">
Div content here</div>
This div background color is #64fbed
#64fbed Border Color
<div style="border:3px solid #64fbed">
Div here</div>
This div border color is #64fbed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,251,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64fbed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64fbed; -webkit-box-shadow: 1px 1px 3px 2px #64fbed; box-shadow: 1px 1px 3px 2px #64fbed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,251,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64fbed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64fbed; -webkit-box-shadow: 1px 1px 3px 2px #64fbed; box-shadow: 1px 1px 3px 2px #64fbed;">
Div content here</div>
This div box has shadow with color #64fbed
Comments
No comments written yet.
Please login to write comment.