Color spaces of #7fddbf
RGB | 127 | 221 | 191 |
---|---|---|---|
HSL | 0.45 | 0.58 | 0.68 |
HSV | 161° | 43° | 87° |
CMYK | 0.43 | 0.00 | 0.14 0.13 |
XYZ | 44.0128 | 59.9865 | 58.5491 |
Yxy | 59.9865 | 0.2708 | 0.3690 |
Hunter Lab | 77.4510 | -34.1036 | 9.3954 |
CIE-Lab | 81.8309 | -34.8576 | 6.0379 |
#7fddbf color RGB value is (127,221,191).
#7fddbf hex color red value is 127, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7fddbf hue: 0.45 , saturation: 0.58 and the lightness value of 7fddbf is 0.68.
The process color (four color CMYK) of #7fddbf color hex is 0.43, 0.00, 0.14, 0.13. Web safe color of #7fddbf is #66cccc. Color #7fddbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11011101 | 10111111 |
Octal | 177 | 335 | 277 |
Decimal | 127 | 221 | 191 |
Hex | 7F | DD | BF |
Shades of #7fddbf
Tints of #7fddbf
RGB Percentages of Color #7fddbf
CMYK Percentages of Color #7fddbf
Complementary Color
#7fddbf | #dd7f9d |
#7fddbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fddbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fddbf Color CSS Codes
.mybgcolor {background-color:#7fddbf; } .myforecolor {color:#7fddbf; } .mybordercolor {border:3px solid #7fddbf; }
#7fddbf Text Font Color
<p style="color:#7fddbf">Text here</p>
This sample text font color is #7fddbf
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.
#7fddbf Background Color
<div style="background-color:#7fddbf">
Div content here</div>
This div background color is #7fddbf
#7fddbf Border Color
<div style="border:3px solid #7fddbf">
Div here</div>
This div border color is #7fddbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,221,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fddbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fddbf; -webkit-box-shadow: 1px 1px 3px 2px #7fddbf; box-shadow: 1px 1px 3px 2px #7fddbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,221,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 #7fddbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fddbf; -webkit-box-shadow: 1px 1px 3px 2px #7fddbf; box-shadow: 1px 1px 3px 2px #7fddbf;">
Div content here</div>
This div box has shadow with color #7fddbf
Comments
No comments written yet.
Please login to write comment.