Color spaces of #efec22
RGB | 239 | 236 | 34 |
---|---|---|---|
HSL | 0.16 | 0.86 | 0.54 |
HSV | 59° | 86° | 94° |
CMYK | 0.00 | 0.01 | 0.86 0.06 |
XYZ | 65.8808 | 78.4571 | 13.1848 |
Yxy | 78.4571 | 0.4182 | 0.4981 |
Hunter Lab | 88.5760 | -22.2438 | 53.1777 |
CIE-Lab | 90.9881 | -18.6587 | 85.5155 |
#efec22 color RGB value is (239,236,34).
#efec22 hex color red value is 239, green value is 236 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #efec22 hue: 0.16 , saturation: 0.86 and the lightness value of efec22 is 0.54.
The process color (four color CMYK) of #efec22 color hex is 0.00, 0.01, 0.86, 0.06. Web safe color of #efec22 is #ffff33. Color #efec22 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101100 | 00100010 |
Octal | 357 | 354 | 42 |
Decimal | 239 | 236 | 34 |
Hex | EF | EC | 22 |
Shades of #efec22
Tints of #efec22
RGB Percentages of Color #efec22
CMYK Percentages of Color #efec22
Complementary Color
#efec22 | #2225ef |
#efec22 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efec22 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efec22 Color CSS Codes
.mybgcolor {background-color:#efec22; } .myforecolor {color:#efec22; } .mybordercolor {border:3px solid #efec22; }
#efec22 Text Font Color
<p style="color:#efec22">Text here</p>
This sample text font color is #efec22
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.
#efec22 Background Color
<div style="background-color:#efec22">
Div content here</div>
This div background color is #efec22
#efec22 Border Color
<div style="border:3px solid #efec22">
Div here</div>
This div border color is #efec22
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,236,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efec22; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efec22; -webkit-box-shadow: 1px 1px 3px 2px #efec22; box-shadow: 1px 1px 3px 2px #efec22; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,236,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efec22">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efec22; -webkit-box-shadow: 1px 1px 3px 2px #efec22; box-shadow: 1px 1px 3px 2px #efec22;">
Div content here</div>
This div box has shadow with color #efec22
Comments
No comments written yet.
Please login to write comment.