Color spaces of #eff314
RGB | 239 | 243 | 20 |
---|---|---|---|
HSL | 0.17 | 0.90 | 0.52 |
HSV | 61° | 92° | 95° |
CMYK | 0.02 | 0.00 | 0.92 0.05 |
XYZ | 67.7735 | 82.5024 | 13.0143 |
Yxy | 82.5024 | 0.4150 | 0.5053 |
Hunter Lab | 90.8308 | -25.7660 | 55.0865 |
CIE-Lab | 92.7961 | -22.2545 | 89.0613 |
#eff314 color RGB value is (239,243,20).
#eff314 hex color red value is 239, green value is 243 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eff314 hue: 0.17 , saturation: 0.90 and the lightness value of eff314 is 0.52.
The process color (four color CMYK) of #eff314 color hex is 0.02, 0.00, 0.92, 0.05. Web safe color of #eff314 is #ffff00. Color #eff314 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11110011 | 00010100 |
Octal | 357 | 363 | 24 |
Decimal | 239 | 243 | 20 |
Hex | EF | F3 | 14 |
Shades of #eff314
Tints of #eff314
RGB Percentages of Color #eff314
CMYK Percentages of Color #eff314
Complementary Color
#eff314 | #1814f3 |
#eff314 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eff314 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eff314 Color CSS Codes
.mybgcolor {background-color:#eff314; } .myforecolor {color:#eff314; } .mybordercolor {border:3px solid #eff314; }
#eff314 Text Font Color
<p style="color:#eff314">Text here</p>
This sample text font color is #eff314
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.
#eff314 Background Color
<div style="background-color:#eff314">
Div content here</div>
This div background color is #eff314
#eff314 Border Color
<div style="border:3px solid #eff314">
Div here</div>
This div border color is #eff314
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,243,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eff314; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eff314; -webkit-box-shadow: 1px 1px 3px 2px #eff314; box-shadow: 1px 1px 3px 2px #eff314; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,243,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eff314">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eff314; -webkit-box-shadow: 1px 1px 3px 2px #eff314; box-shadow: 1px 1px 3px 2px #eff314;">
Div content here</div>
This div box has shadow with color #eff314
Comments
No comments written yet.
Please login to write comment.