Color spaces of #7cfbda
RGB | 124 | 251 | 218 |
---|---|---|---|
HSL | 0.46 | 0.94 | 0.74 |
HSV | 164° | 51° | 98° |
CMYK | 0.51 | 0.00 | 0.13 0.02 |
XYZ | 55.4642 | 78.3414 | 78.5278 |
Yxy | 78.3414 | 0.2612 | 0.3690 |
Hunter Lab | 88.5107 | -43.0387 | 9.3546 |
CIE-Lab | 90.9355 | -43.1034 | 5.0147 |
#7cfbda color RGB value is (124,251,218).
#7cfbda hex color red value is 124, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7cfbda hue: 0.46 , saturation: 0.94 and the lightness value of 7cfbda is 0.74.
The process color (four color CMYK) of #7cfbda color hex is 0.51, 0.00, 0.13, 0.02. Web safe color of #7cfbda is #66ffcc. Color #7cfbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11111011 | 11011010 |
Octal | 174 | 373 | 332 |
Decimal | 124 | 251 | 218 |
Hex | 7C | FB | DA |
Shades of #7cfbda
Tints of #7cfbda
RGB Percentages of Color #7cfbda
CMYK Percentages of Color #7cfbda
Complementary Color
#7cfbda | #fb7c9d |
#7cfbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cfbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cfbda Color CSS Codes
.mybgcolor {background-color:#7cfbda; } .myforecolor {color:#7cfbda; } .mybordercolor {border:3px solid #7cfbda; }
#7cfbda Text Font Color
<p style="color:#7cfbda">Text here</p>
This sample text font color is #7cfbda
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.
#7cfbda Background Color
<div style="background-color:#7cfbda">
Div content here</div>
This div background color is #7cfbda
#7cfbda Border Color
<div style="border:3px solid #7cfbda">
Div here</div>
This div border color is #7cfbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,251,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cfbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cfbda; -webkit-box-shadow: 1px 1px 3px 2px #7cfbda; box-shadow: 1px 1px 3px 2px #7cfbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,251,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cfbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cfbda; -webkit-box-shadow: 1px 1px 3px 2px #7cfbda; box-shadow: 1px 1px 3px 2px #7cfbda;">
Div content here</div>
This div box has shadow with color #7cfbda
Comments
No comments written yet.
Please login to write comment.