Color spaces of #7fdeba
RGB | 127 | 222 | 186 |
---|---|---|---|
HSL | 0.44 | 0.59 | 0.68 |
HSV | 157° | 43° | 87° |
CMYK | 0.43 | 0.00 | 0.16 0.13 |
XYZ | 43.7366 | 60.2997 | 55.7882 |
Yxy | 60.2997 | 0.2737 | 0.3773 |
Hunter Lab | 77.6529 | -35.3556 | 11.7613 |
CIE-Lab | 82.0008 | -36.4011 | 8.9286 |
#7fdeba color RGB value is (127,222,186).
#7fdeba hex color red value is 127, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7fdeba hue: 0.44 , saturation: 0.59 and the lightness value of 7fdeba is 0.68.
The process color (four color CMYK) of #7fdeba color hex is 0.43, 0.00, 0.16, 0.13. Web safe color of #7fdeba is #66cccc. Color #7fdeba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11011110 | 10111010 |
Octal | 177 | 336 | 272 |
Decimal | 127 | 222 | 186 |
Hex | 7F | DE | BA |
Shades of #7fdeba
Tints of #7fdeba
RGB Percentages of Color #7fdeba
CMYK Percentages of Color #7fdeba
Complementary Color
#7fdeba | #de7fa3 |
#7fdeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fdeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fdeba Color CSS Codes
.mybgcolor {background-color:#7fdeba; } .myforecolor {color:#7fdeba; } .mybordercolor {border:3px solid #7fdeba; }
#7fdeba Text Font Color
<p style="color:#7fdeba">Text here</p>
This sample text font color is #7fdeba
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.
#7fdeba Background Color
<div style="background-color:#7fdeba">
Div content here</div>
This div background color is #7fdeba
#7fdeba Border Color
<div style="border:3px solid #7fdeba">
Div here</div>
This div border color is #7fdeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,222,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fdeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fdeba; -webkit-box-shadow: 1px 1px 3px 2px #7fdeba; box-shadow: 1px 1px 3px 2px #7fdeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,222,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fdeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fdeba; -webkit-box-shadow: 1px 1px 3px 2px #7fdeba; box-shadow: 1px 1px 3px 2px #7fdeba;">
Div content here</div>
This div box has shadow with color #7fdeba
Comments
No comments written yet.
Please login to write comment.