Color spaces of #efec55
RGB | 239 | 236 | 85 |
---|---|---|---|
HSL | 0.16 | 0.83 | 0.64 |
HSV | 59° | 64° | 94° |
CMYK | 0.00 | 0.01 | 0.64 0.06 |
XYZ | 67.2317 | 78.9975 | 20.2989 |
Yxy | 78.9975 | 0.4037 | 0.4744 |
Hunter Lab | 88.8805 | -20.5186 | 48.6755 |
CIE-Lab | 91.2332 | -16.7110 | 70.6318 |
#efec55 color RGB value is (239,236,85).
#efec55 hex color red value is 239, green value is 236 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #efec55 hue: 0.16 , saturation: 0.83 and the lightness value of efec55 is 0.64.
The process color (four color CMYK) of #efec55 color hex is 0.00, 0.01, 0.64, 0.06. Web safe color of #efec55 is #ffff66. Color #efec55 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101100 | 01010101 |
Octal | 357 | 354 | 125 |
Decimal | 239 | 236 | 85 |
Hex | EF | EC | 55 |
Shades of #efec55
Tints of #efec55
RGB Percentages of Color #efec55
CMYK Percentages of Color #efec55
Complementary Color
#efec55 | #5558ef |
#efec55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efec55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efec55 Color CSS Codes
.mybgcolor {background-color:#efec55; } .myforecolor {color:#efec55; } .mybordercolor {border:3px solid #efec55; }
#efec55 Text Font Color
<p style="color:#efec55">Text here</p>
This sample text font color is #efec55
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.
#efec55 Background Color
<div style="background-color:#efec55">
Div content here</div>
This div background color is #efec55
#efec55 Border Color
<div style="border:3px solid #efec55">
Div here</div>
This div border color is #efec55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,236,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efec55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efec55; -webkit-box-shadow: 1px 1px 3px 2px #efec55; box-shadow: 1px 1px 3px 2px #efec55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,236,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efec55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efec55; -webkit-box-shadow: 1px 1px 3px 2px #efec55; box-shadow: 1px 1px 3px 2px #efec55;">
Div content here</div>
This div box has shadow with color #efec55
Comments
No comments written yet.
Please login to write comment.