Color spaces of #4ffaea
RGB | 79 | 250 | 234 |
---|---|---|---|
HSL | 0.48 | 0.94 | 0.65 |
HSV | 174° | 68° | 98° |
CMYK | 0.68 | 0.00 | 0.06 0.02 |
XYZ | 52.2613 | 75.9740 | 89.7519 |
Yxy | 75.9740 | 0.2397 | 0.3485 |
Hunter Lab | 87.1631 | -45.5102 | -0.0368 |
CIE-Lab | 89.8473 | -46.6156 | -5.0291 |
#4ffaea color RGB value is (79,250,234).
#4ffaea hex color red value is 79, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4ffaea hue: 0.48 , saturation: 0.94 and the lightness value of 4ffaea is 0.65.
The process color (four color CMYK) of #4ffaea color hex is 0.68, 0.00, 0.06, 0.02. Web safe color of #4ffaea is #66ffff. Color #4ffaea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11111010 | 11101010 |
Octal | 117 | 372 | 352 |
Decimal | 79 | 250 | 234 |
Hex | 4F | FA | EA |
Shades of #4ffaea
Tints of #4ffaea
RGB Percentages of Color #4ffaea
CMYK Percentages of Color #4ffaea
Complementary Color
#4ffaea | #fa4f5f |
#4ffaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ffaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ffaea Color CSS Codes
.mybgcolor {background-color:#4ffaea; } .myforecolor {color:#4ffaea; } .mybordercolor {border:3px solid #4ffaea; }
#4ffaea Text Font Color
<p style="color:#4ffaea">Text here</p>
This sample text font color is #4ffaea
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.
#4ffaea Background Color
<div style="background-color:#4ffaea">
Div content here</div>
This div background color is #4ffaea
#4ffaea Border Color
<div style="border:3px solid #4ffaea">
Div here</div>
This div border color is #4ffaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,250,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ffaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ffaea; -webkit-box-shadow: 1px 1px 3px 2px #4ffaea; box-shadow: 1px 1px 3px 2px #4ffaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,250,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ffaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ffaea; -webkit-box-shadow: 1px 1px 3px 2px #4ffaea; box-shadow: 1px 1px 3px 2px #4ffaea;">
Div content here</div>
This div box has shadow with color #4ffaea
Comments
No comments written yet.
Please login to write comment.