Color spaces of #efe030
RGB | 239 | 224 | 48 |
---|---|---|---|
HSL | 0.15 | 0.86 | 0.56 |
HSV | 55° | 80° | 94° |
CMYK | 0.00 | 0.06 | 0.80 0.06 |
XYZ | 62.7858 | 71.8754 | 13.3605 |
Yxy | 71.8754 | 0.4242 | 0.4856 |
Hunter Lab | 84.7794 | -16.1706 | 50.0020 |
CIE-Lab | 87.9086 | -12.4257 | 79.7685 |
#efe030 color RGB value is (239,224,48).
#efe030 hex color red value is 239, green value is 224 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #efe030 hue: 0.15 , saturation: 0.86 and the lightness value of efe030 is 0.56.
The process color (four color CMYK) of #efe030 color hex is 0.00, 0.06, 0.80, 0.06. Web safe color of #efe030 is #ffcc33. Color #efe030 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11100000 | 00110000 |
Octal | 357 | 340 | 60 |
Decimal | 239 | 224 | 48 |
Hex | EF | E0 | 30 |
Shades of #efe030
Tints of #efe030
RGB Percentages of Color #efe030
CMYK Percentages of Color #efe030
Complementary Color
#efe030 | #303fef |
#efe030 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efe030 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efe030 Color CSS Codes
.mybgcolor {background-color:#efe030; } .myforecolor {color:#efe030; } .mybordercolor {border:3px solid #efe030; }
#efe030 Text Font Color
<p style="color:#efe030">Text here</p>
This sample text font color is #efe030
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.
#efe030 Background Color
<div style="background-color:#efe030">
Div content here</div>
This div background color is #efe030
#efe030 Border Color
<div style="border:3px solid #efe030">
Div here</div>
This div border color is #efe030
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,224,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efe030; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efe030; -webkit-box-shadow: 1px 1px 3px 2px #efe030; box-shadow: 1px 1px 3px 2px #efe030; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,224,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efe030">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efe030; -webkit-box-shadow: 1px 1px 3px 2px #efe030; box-shadow: 1px 1px 3px 2px #efe030;">
Div content here</div>
This div box has shadow with color #efe030
Comments
No comments written yet.
Please login to write comment.