Color spaces of #efe86d
RGB | 239 | 232 | 109 |
---|---|---|---|
HSL | 0.16 | 0.80 | 0.68 |
HSV | 57° | 54° | 94° |
CMYK | 0.00 | 0.03 | 0.54 0.06 |
XYZ | 67.2135 | 77.1681 | 25.8204 |
Yxy | 77.1681 | 0.3949 | 0.4534 |
Hunter Lab | 87.8454 | -17.1530 | 44.0646 |
CIE-Lab | 90.3989 | -13.1554 | 59.6530 |
#efe86d color RGB value is (239,232,109).
#efe86d hex color red value is 239, green value is 232 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efe86d hue: 0.16 , saturation: 0.80 and the lightness value of efe86d is 0.68.
The process color (four color CMYK) of #efe86d color hex is 0.00, 0.03, 0.54, 0.06. Web safe color of #efe86d is #ffff66. Color #efe86d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101000 | 01101101 |
Octal | 357 | 350 | 155 |
Decimal | 239 | 232 | 109 |
Hex | EF | E8 | 6D |
Shades of #efe86d
Tints of #efe86d
RGB Percentages of Color #efe86d
CMYK Percentages of Color #efe86d
Complementary Color
#efe86d | #6d74ef |
#efe86d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efe86d Color Preview on White Background
Lorem ipsum dolor sit amet.
#efe86d Color CSS Codes
.mybgcolor {background-color:#efe86d; } .myforecolor {color:#efe86d; } .mybordercolor {border:3px solid #efe86d; }
#efe86d Text Font Color
<p style="color:#efe86d">Text here</p>
This sample text font color is #efe86d
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.
#efe86d Background Color
<div style="background-color:#efe86d">
Div content here</div>
This div background color is #efe86d
#efe86d Border Color
<div style="border:3px solid #efe86d">
Div here</div>
This div border color is #efe86d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,232,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efe86d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efe86d; -webkit-box-shadow: 1px 1px 3px 2px #efe86d; box-shadow: 1px 1px 3px 2px #efe86d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,232,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efe86d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efe86d; -webkit-box-shadow: 1px 1px 3px 2px #efe86d; box-shadow: 1px 1px 3px 2px #efe86d;">
Div content here</div>
This div box has shadow with color #efe86d
Comments
No comments written yet.
Please login to write comment.