Color spaces of #7ff4bf
RGB | 127 | 244 | 191 |
---|---|---|---|
HSL | 0.42 | 0.84 | 0.73 |
HSV | 153° | 48° | 96° |
CMYK | 0.48 | 0.00 | 0.22 0.04 |
XYZ | 50.5071 | 72.9750 | 60.7138 |
Yxy | 72.9750 | 0.2742 | 0.3962 |
Hunter Lab | 85.4254 | -43.9577 | 17.6590 |
CIE-Lab | 88.4358 | -45.1670 | 15.4456 |
#7ff4bf color RGB value is (127,244,191).
#7ff4bf hex color red value is 127, green value is 244 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7ff4bf hue: 0.42 , saturation: 0.84 and the lightness value of 7ff4bf is 0.73.
The process color (four color CMYK) of #7ff4bf color hex is 0.48, 0.00, 0.22, 0.04. Web safe color of #7ff4bf is #66ffcc. Color #7ff4bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11110100 | 10111111 |
Octal | 177 | 364 | 277 |
Decimal | 127 | 244 | 191 |
Hex | 7F | F4 | BF |
Shades of #7ff4bf
Tints of #7ff4bf
RGB Percentages of Color #7ff4bf
CMYK Percentages of Color #7ff4bf
Complementary Color
#7ff4bf | #f47fb4 |
#7ff4bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ff4bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ff4bf Color CSS Codes
.mybgcolor {background-color:#7ff4bf; } .myforecolor {color:#7ff4bf; } .mybordercolor {border:3px solid #7ff4bf; }
#7ff4bf Text Font Color
<p style="color:#7ff4bf">Text here</p>
This sample text font color is #7ff4bf
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.
#7ff4bf Background Color
<div style="background-color:#7ff4bf">
Div content here</div>
This div background color is #7ff4bf
#7ff4bf Border Color
<div style="border:3px solid #7ff4bf">
Div here</div>
This div border color is #7ff4bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,244,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ff4bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ff4bf; -webkit-box-shadow: 1px 1px 3px 2px #7ff4bf; box-shadow: 1px 1px 3px 2px #7ff4bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,244,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ff4bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ff4bf; -webkit-box-shadow: 1px 1px 3px 2px #7ff4bf; box-shadow: 1px 1px 3px 2px #7ff4bf;">
Div content here</div>
This div box has shadow with color #7ff4bf
Comments
No comments written yet.
Please login to write comment.