Color spaces of #7ffadd
RGB | 127 | 250 | 221 |
---|---|---|---|
HSL | 0.46 | 0.92 | 0.74 |
HSV | 166° | 49° | 98° |
CMYK | 0.49 | 0.00 | 0.12 0.02 |
XYZ | 55.9891 | 78.1037 | 80.5312 |
Yxy | 78.1037 | 0.2609 | 0.3639 |
Hunter Lab | 88.3763 | -41.5733 | 7.8365 |
CIE-Lab | 90.8272 | -41.3228 | 3.3156 |
#7ffadd color RGB value is (127,250,221).
#7ffadd hex color red value is 127, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7ffadd hue: 0.46 , saturation: 0.92 and the lightness value of 7ffadd is 0.74.
The process color (four color CMYK) of #7ffadd color hex is 0.49, 0.00, 0.12, 0.02. Web safe color of #7ffadd is #66ffcc. Color #7ffadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11111010 | 11011101 |
Octal | 177 | 372 | 335 |
Decimal | 127 | 250 | 221 |
Hex | 7F | FA | DD |
Shades of #7ffadd
Tints of #7ffadd
RGB Percentages of Color #7ffadd
CMYK Percentages of Color #7ffadd
Complementary Color
#7ffadd | #fa7f9c |
#7ffadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ffadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ffadd Color CSS Codes
.mybgcolor {background-color:#7ffadd; } .myforecolor {color:#7ffadd; } .mybordercolor {border:3px solid #7ffadd; }
#7ffadd Text Font Color
<p style="color:#7ffadd">Text here</p>
This sample text font color is #7ffadd
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.
#7ffadd Background Color
<div style="background-color:#7ffadd">
Div content here</div>
This div background color is #7ffadd
#7ffadd Border Color
<div style="border:3px solid #7ffadd">
Div here</div>
This div border color is #7ffadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,250,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ffadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ffadd; -webkit-box-shadow: 1px 1px 3px 2px #7ffadd; box-shadow: 1px 1px 3px 2px #7ffadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,250,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ffadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ffadd; -webkit-box-shadow: 1px 1px 3px 2px #7ffadd; box-shadow: 1px 1px 3px 2px #7ffadd;">
Div content here</div>
This div box has shadow with color #7ffadd
Comments
No comments written yet.
Please login to write comment.