Color spaces of #eefa0c
RGB | 238 | 250 | 12 |
---|---|---|---|
HSL | 0.18 | 0.96 | 0.51 |
HSV | 63° | 95° | 98° |
CMYK | 0.05 | 0.00 | 0.95 0.02 |
XYZ | 69.5119 | 86.5749 | 13.3948 |
Yxy | 86.5749 | 0.4101 | 0.5108 |
Hunter Lab | 93.0456 | -29.4773 | 56.5966 |
CIE-Lab | 94.5576 | -26.0600 | 91.1474 |
#eefa0c color RGB value is (238,250,12).
#eefa0c hex color red value is 238, green value is 250 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #eefa0c hue: 0.18 , saturation: 0.96 and the lightness value of eefa0c is 0.51.
The process color (four color CMYK) of #eefa0c color hex is 0.05, 0.00, 0.95, 0.02. Web safe color of #eefa0c is #ffff00. Color #eefa0c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11111010 | 00001100 |
Octal | 356 | 372 | 14 |
Decimal | 238 | 250 | 12 |
Hex | EE | FA | C |
Shades of #eefa0c
Tints of #eefa0c
RGB Percentages of Color #eefa0c
CMYK Percentages of Color #eefa0c
Complementary Color
#eefa0c | #180cfa |
#eefa0c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eefa0c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eefa0c Color CSS Codes
.mybgcolor {background-color:#eefa0c; } .myforecolor {color:#eefa0c; } .mybordercolor {border:3px solid #eefa0c; }
#eefa0c Text Font Color
<p style="color:#eefa0c">Text here</p>
This sample text font color is #eefa0c
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.
#eefa0c Background Color
<div style="background-color:#eefa0c">
Div content here</div>
This div background color is #eefa0c
#eefa0c Border Color
<div style="border:3px solid #eefa0c">
Div here</div>
This div border color is #eefa0c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,250,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eefa0c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eefa0c; -webkit-box-shadow: 1px 1px 3px 2px #eefa0c; box-shadow: 1px 1px 3px 2px #eefa0c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,250,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eefa0c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eefa0c; -webkit-box-shadow: 1px 1px 3px 2px #eefa0c; box-shadow: 1px 1px 3px 2px #eefa0c;">
Div content here</div>
This div box has shadow with color #eefa0c
Comments
No comments written yet.
Please login to write comment.