Color spaces of #7ffcef
RGB | 127 | 252 | 239 |
---|---|---|---|
HSL | 0.48 | 0.95 | 0.74 |
HSV | 174° | 50° | 99° |
CMYK | 0.50 | 0.00 | 0.05 0.01 |
XYZ | 59.1428 | 80.3648 | 94.0562 |
Yxy | 80.3648 | 0.2532 | 0.3441 |
Hunter Lab | 89.6464 | -39.1187 | 0.5460 |
CIE-Lab | 91.8483 | -37.9977 | -4.5302 |
#7ffcef color RGB value is (127,252,239).
#7ffcef hex color red value is 127, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7ffcef hue: 0.48 , saturation: 0.95 and the lightness value of 7ffcef is 0.74.
The process color (four color CMYK) of #7ffcef color hex is 0.50, 0.00, 0.05, 0.01. Web safe color of #7ffcef is #66ffff. Color #7ffcef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11111100 | 11101111 |
Octal | 177 | 374 | 357 |
Decimal | 127 | 252 | 239 |
Hex | 7F | FC | EF |
Shades of #7ffcef
Tints of #7ffcef
RGB Percentages of Color #7ffcef
CMYK Percentages of Color #7ffcef
Complementary Color
#7ffcef | #fc7f8c |
#7ffcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ffcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ffcef Color CSS Codes
.mybgcolor {background-color:#7ffcef; } .myforecolor {color:#7ffcef; } .mybordercolor {border:3px solid #7ffcef; }
#7ffcef Text Font Color
<p style="color:#7ffcef">Text here</p>
This sample text font color is #7ffcef
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.
#7ffcef Background Color
<div style="background-color:#7ffcef">
Div content here</div>
This div background color is #7ffcef
#7ffcef Border Color
<div style="border:3px solid #7ffcef">
Div here</div>
This div border color is #7ffcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,252,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ffcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ffcef; -webkit-box-shadow: 1px 1px 3px 2px #7ffcef; box-shadow: 1px 1px 3px 2px #7ffcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,252,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ffcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ffcef; -webkit-box-shadow: 1px 1px 3px 2px #7ffcef; box-shadow: 1px 1px 3px 2px #7ffcef;">
Div content here</div>
This div box has shadow with color #7ffcef
Comments
No comments written yet.
Please login to write comment.