Color spaces of #efde4e
RGB | 239 | 222 | 78 |
---|---|---|---|
HSL | 0.15 | 0.83 | 0.62 |
HSV | 54° | 67° | 94° |
CMYK | 0.00 | 0.07 | 0.67 0.06 |
XYZ | 63.0930 | 71.1433 | 17.6144 |
Yxy | 71.1433 | 0.4155 | 0.4685 |
Hunter Lab | 84.3465 | -14.0845 | 46.6608 |
CIE-Lab | 87.5546 | -10.1908 | 69.5660 |
#efde4e color RGB value is (239,222,78).
#efde4e hex color red value is 239, green value is 222 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #efde4e hue: 0.15 , saturation: 0.83 and the lightness value of efde4e is 0.62.
The process color (four color CMYK) of #efde4e color hex is 0.00, 0.07, 0.67, 0.06. Web safe color of #efde4e is #ffcc66. Color #efde4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011110 | 01001110 |
Octal | 357 | 336 | 116 |
Decimal | 239 | 222 | 78 |
Hex | EF | DE | 4E |
Shades of #efde4e
Tints of #efde4e
RGB Percentages of Color #efde4e
CMYK Percentages of Color #efde4e
Complementary Color
#efde4e | #4e5fef |
#efde4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efde4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#efde4e Color CSS Codes
.mybgcolor {background-color:#efde4e; } .myforecolor {color:#efde4e; } .mybordercolor {border:3px solid #efde4e; }
#efde4e Text Font Color
<p style="color:#efde4e">Text here</p>
This sample text font color is #efde4e
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.
#efde4e Background Color
<div style="background-color:#efde4e">
Div content here</div>
This div background color is #efde4e
#efde4e Border Color
<div style="border:3px solid #efde4e">
Div here</div>
This div border color is #efde4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,222,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efde4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efde4e; -webkit-box-shadow: 1px 1px 3px 2px #efde4e; box-shadow: 1px 1px 3px 2px #efde4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,222,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efde4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efde4e; -webkit-box-shadow: 1px 1px 3px 2px #efde4e; box-shadow: 1px 1px 3px 2px #efde4e;">
Div content here</div>
This div box has shadow with color #efde4e
Comments
No comments written yet.
Please login to write comment.