Color spaces of #64fbaa
RGB | 100 | 251 | 170 |
---|---|---|---|
HSL | 0.41 | 0.95 | 0.69 |
HSV | 148° | 60° | 98° |
CMYK | 0.60 | 0.00 | 0.32 0.02 |
XYZ | 47.0084 | 74.6060 | 49.9530 |
Yxy | 74.6060 | 0.2740 | 0.4348 |
Hunter Lab | 86.3748 | -54.0094 | 26.1732 |
CIE-Lab | 89.2081 | -58.0720 | 27.1414 |
#64fbaa color RGB value is (100,251,170).
#64fbaa hex color red value is 100, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #64fbaa hue: 0.41 , saturation: 0.95 and the lightness value of 64fbaa is 0.69.
The process color (four color CMYK) of #64fbaa color hex is 0.60, 0.00, 0.32, 0.02. Web safe color of #64fbaa is #66ff99. Color #64fbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 11111011 | 10101010 |
Octal | 144 | 373 | 252 |
Decimal | 100 | 251 | 170 |
Hex | 64 | FB | AA |
Shades of #64fbaa
Tints of #64fbaa
RGB Percentages of Color #64fbaa
CMYK Percentages of Color #64fbaa
Complementary Color
#64fbaa | #fb64b5 |
#64fbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64fbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#64fbaa Color CSS Codes
.mybgcolor {background-color:#64fbaa; } .myforecolor {color:#64fbaa; } .mybordercolor {border:3px solid #64fbaa; }
#64fbaa Text Font Color
<p style="color:#64fbaa">Text here</p>
This sample text font color is #64fbaa
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.
#64fbaa Background Color
<div style="background-color:#64fbaa">
Div content here</div>
This div background color is #64fbaa
#64fbaa Border Color
<div style="border:3px solid #64fbaa">
Div here</div>
This div border color is #64fbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,251,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64fbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64fbaa; -webkit-box-shadow: 1px 1px 3px 2px #64fbaa; box-shadow: 1px 1px 3px 2px #64fbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,251,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64fbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64fbaa; -webkit-box-shadow: 1px 1px 3px 2px #64fbaa; box-shadow: 1px 1px 3px 2px #64fbaa;">
Div content here</div>
This div box has shadow with color #64fbaa
Comments
No comments written yet.
Please login to write comment.