Color spaces of #7feecf
RGB | 127 | 238 | 207 |
---|---|---|---|
HSL | 0.45 | 0.77 | 0.72 |
HSV | 163° | 47° | 93° |
CMYK | 0.47 | 0.00 | 0.13 0.07 |
XYZ | 50.5894 | 70.1661 | 69.9086 |
Yxy | 70.1661 | 0.2653 | 0.3680 |
Hunter Lab | 83.7652 | -38.7853 | 9.1535 |
CIE-Lab | 87.0783 | -39.0958 | 5.1823 |
#7feecf color RGB value is (127,238,207).
#7feecf hex color red value is 127, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7feecf hue: 0.45 , saturation: 0.77 and the lightness value of 7feecf is 0.72.
The process color (four color CMYK) of #7feecf color hex is 0.47, 0.00, 0.13, 0.07. Web safe color of #7feecf is #66ffcc. Color #7feecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11101110 | 11001111 |
Octal | 177 | 356 | 317 |
Decimal | 127 | 238 | 207 |
Hex | 7F | EE | CF |
Shades of #7feecf
Tints of #7feecf
RGB Percentages of Color #7feecf
CMYK Percentages of Color #7feecf
Complementary Color
#7feecf | #ee7f9e |
#7feecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7feecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7feecf Color CSS Codes
.mybgcolor {background-color:#7feecf; } .myforecolor {color:#7feecf; } .mybordercolor {border:3px solid #7feecf; }
#7feecf Text Font Color
<p style="color:#7feecf">Text here</p>
This sample text font color is #7feecf
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.
#7feecf Background Color
<div style="background-color:#7feecf">
Div content here</div>
This div background color is #7feecf
#7feecf Border Color
<div style="border:3px solid #7feecf">
Div here</div>
This div border color is #7feecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,238,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7feecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7feecf; -webkit-box-shadow: 1px 1px 3px 2px #7feecf; box-shadow: 1px 1px 3px 2px #7feecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,238,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7feecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7feecf; -webkit-box-shadow: 1px 1px 3px 2px #7feecf; box-shadow: 1px 1px 3px 2px #7feecf;">
Div content here</div>
This div box has shadow with color #7feecf
Comments
No comments written yet.
Please login to write comment.