Color spaces of #efd77f
RGB | 239 | 215 | 127 |
---|---|---|---|
HSL | 0.13 | 0.78 | 0.72 |
HSV | 47° | 47° | 94° |
CMYK | 0.00 | 0.10 | 0.47 0.06 |
XYZ | 63.7278 | 68.4839 | 29.9386 |
Yxy | 68.4839 | 0.3930 | 0.4223 |
Hunter Lab | 82.7550 | -7.3623 | 36.4789 |
CIE-Lab | 86.2478 | -3.1004 | 46.2364 |
#efd77f color RGB value is (239,215,127).
#efd77f hex color red value is 239, green value is 215 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #efd77f hue: 0.13 , saturation: 0.78 and the lightness value of efd77f is 0.72.
The process color (four color CMYK) of #efd77f color hex is 0.00, 0.10, 0.47, 0.06. Web safe color of #efd77f is #ffcc66. Color #efd77f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11010111 | 01111111 |
Octal | 357 | 327 | 177 |
Decimal | 239 | 215 | 127 |
Hex | EF | D7 | 7F |
Shades of #efd77f
Tints of #efd77f
RGB Percentages of Color #efd77f
CMYK Percentages of Color #efd77f
Complementary Color
#efd77f | #7f97ef |
#efd77f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efd77f Color Preview on White Background
Lorem ipsum dolor sit amet.
#efd77f Color CSS Codes
.mybgcolor {background-color:#efd77f; } .myforecolor {color:#efd77f; } .mybordercolor {border:3px solid #efd77f; }
#efd77f Text Font Color
<p style="color:#efd77f">Text here</p>
This sample text font color is #efd77f
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.
#efd77f Background Color
<div style="background-color:#efd77f">
Div content here</div>
This div background color is #efd77f
#efd77f Border Color
<div style="border:3px solid #efd77f">
Div here</div>
This div border color is #efd77f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,215,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efd77f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efd77f; -webkit-box-shadow: 1px 1px 3px 2px #efd77f; box-shadow: 1px 1px 3px 2px #efd77f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,215,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efd77f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efd77f; -webkit-box-shadow: 1px 1px 3px 2px #efd77f; box-shadow: 1px 1px 3px 2px #efd77f;">
Div content here</div>
This div box has shadow with color #efd77f
#efd77f Color Palettes
Comments
No comments written yet.
Please login to write comment.