Color spaces of #7fdafa
RGB | 127 | 218 | 250 |
---|---|---|---|
HSL | 0.54 | 0.92 | 0.74 |
HSV | 196° | 49° | 98° |
CMYK | 0.49 | 0.13 | 0.00 0.02 |
XYZ | 51.0791 | 61.5570 | 99.6320 |
Yxy | 61.5570 | 0.2406 | 0.2900 |
Hunter Lab | 78.4583 | -21.0922 | -20.3700 |
CIE-Lab | 82.6773 | -18.8227 | -24.0341 |
#7fdafa color RGB value is (127,218,250).
#7fdafa hex color red value is 127, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7fdafa hue: 0.54 , saturation: 0.92 and the lightness value of 7fdafa is 0.74.
The process color (four color CMYK) of #7fdafa color hex is 0.49, 0.13, 0.00, 0.02. Web safe color of #7fdafa is #66ccff. Color #7fdafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11011010 | 11111010 |
Octal | 177 | 332 | 372 |
Decimal | 127 | 218 | 250 |
Hex | 7F | DA | FA |
Shades of #7fdafa
Tints of #7fdafa
RGB Percentages of Color #7fdafa
CMYK Percentages of Color #7fdafa
Complementary Color
#7fdafa | #fa9f7f |
#7fdafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fdafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fdafa Color CSS Codes
.mybgcolor {background-color:#7fdafa; } .myforecolor {color:#7fdafa; } .mybordercolor {border:3px solid #7fdafa; }
#7fdafa Text Font Color
<p style="color:#7fdafa">Text here</p>
This sample text font color is #7fdafa
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.
#7fdafa Background Color
<div style="background-color:#7fdafa">
Div content here</div>
This div background color is #7fdafa
#7fdafa Border Color
<div style="border:3px solid #7fdafa">
Div here</div>
This div border color is #7fdafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fdafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fdafa; -webkit-box-shadow: 1px 1px 3px 2px #7fdafa; box-shadow: 1px 1px 3px 2px #7fdafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,218,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 #7fdafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fdafa; -webkit-box-shadow: 1px 1px 3px 2px #7fdafa; box-shadow: 1px 1px 3px 2px #7fdafa;">
Div content here</div>
This div box has shadow with color #7fdafa
Comments
No comments written yet.
Please login to write comment.