Color spaces of #4ffffa
RGB | 79 | 255 | 250 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.65 |
HSV | 178° | 69° | 100° |
CMYK | 0.69 | 0.00 | 0.02 0.00 |
XYZ | 56.2398 | 80.0844 | 102.9362 |
Yxy | 80.0844 | 0.2351 | 0.3347 |
Hunter Lab | 89.4899 | -44.4292 | -5.5557 |
CIE-Lab | 91.7227 | -44.5581 | -10.5617 |
#4ffffa color RGB value is (79,255,250).
#4ffffa hex color red value is 79, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4ffffa hue: 0.50 , saturation: 1.00 and the lightness value of 4ffffa is 0.65.
The process color (four color CMYK) of #4ffffa color hex is 0.69, 0.00, 0.02, 0.00. Web safe color of #4ffffa is #66ffff. Color #4ffffa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11111111 | 11111010 |
Octal | 117 | 377 | 372 |
Decimal | 79 | 255 | 250 |
Hex | 4F | FF | FA |
Shades of #4ffffa
Tints of #4ffffa
RGB Percentages of Color #4ffffa
CMYK Percentages of Color #4ffffa
Complementary Color
#4ffffa | #ff4f54 |
#4ffffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ffffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ffffa Color CSS Codes
.mybgcolor {background-color:#4ffffa; } .myforecolor {color:#4ffffa; } .mybordercolor {border:3px solid #4ffffa; }
#4ffffa Text Font Color
<p style="color:#4ffffa">Text here</p>
This sample text font color is #4ffffa
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.
#4ffffa Background Color
<div style="background-color:#4ffffa">
Div content here</div>
This div background color is #4ffffa
#4ffffa Border Color
<div style="border:3px solid #4ffffa">
Div here</div>
This div border color is #4ffffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,255,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ffffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ffffa; -webkit-box-shadow: 1px 1px 3px 2px #4ffffa; box-shadow: 1px 1px 3px 2px #4ffffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,255,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ffffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ffffa; -webkit-box-shadow: 1px 1px 3px 2px #4ffffa; box-shadow: 1px 1px 3px 2px #4ffffa;">
Div content here</div>
This div box has shadow with color #4ffffa
Comments
No comments written yet.
Please login to write comment.