Color spaces of #7fedad
RGB | 127 | 237 | 173 |
---|---|---|---|
HSL | 0.40 | 0.75 | 0.71 |
HSV | 145° | 46° | 93° |
CMYK | 0.46 | 0.00 | 0.27 0.07 |
XYZ | 46.5794 | 68.0975 | 50.2243 |
Yxy | 68.0975 | 0.2825 | 0.4130 |
Hunter Lab | 82.5212 | -43.6571 | 21.6796 |
CIE-Lab | 86.0552 | -45.6883 | 21.4266 |
#7fedad color RGB value is (127,237,173).
#7fedad hex color red value is 127, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7fedad hue: 0.40 , saturation: 0.75 and the lightness value of 7fedad is 0.71.
The process color (four color CMYK) of #7fedad color hex is 0.46, 0.00, 0.27, 0.07. Web safe color of #7fedad is #66ff99. Color #7fedad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11101101 | 10101101 |
Octal | 177 | 355 | 255 |
Decimal | 127 | 237 | 173 |
Hex | 7F | ED | AD |
Shades of #7fedad
Tints of #7fedad
RGB Percentages of Color #7fedad
CMYK Percentages of Color #7fedad
Complementary Color
#7fedad | #ed7fbf |
#7fedad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fedad Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fedad Color CSS Codes
.mybgcolor {background-color:#7fedad; } .myforecolor {color:#7fedad; } .mybordercolor {border:3px solid #7fedad; }
#7fedad Text Font Color
<p style="color:#7fedad">Text here</p>
This sample text font color is #7fedad
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.
#7fedad Background Color
<div style="background-color:#7fedad">
Div content here</div>
This div background color is #7fedad
#7fedad Border Color
<div style="border:3px solid #7fedad">
Div here</div>
This div border color is #7fedad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,237,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fedad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fedad; -webkit-box-shadow: 1px 1px 3px 2px #7fedad; box-shadow: 1px 1px 3px 2px #7fedad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,237,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fedad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fedad; -webkit-box-shadow: 1px 1px 3px 2px #7fedad; box-shadow: 1px 1px 3px 2px #7fedad;">
Div content here</div>
This div box has shadow with color #7fedad
Comments
No comments written yet.
Please login to write comment.