Color spaces of #ebf15f
RGB | 235 | 241 | 95 |
---|---|---|---|
HSL | 0.17 | 0.84 | 0.66 |
HSV | 62° | 61° | 95° |
CMYK | 0.02 | 0.00 | 0.61 0.05 |
XYZ | 67.7818 | 81.3990 | 22.9656 |
Yxy | 81.3990 | 0.3937 | 0.4728 |
Hunter Lab | 90.2214 | -23.7834 | 48.0629 |
CIE-Lab | 92.3090 | -20.1363 | 67.6878 |
#ebf15f color RGB value is (235,241,95).
#ebf15f hex color red value is 235, green value is 241 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ebf15f hue: 0.17 , saturation: 0.84 and the lightness value of ebf15f is 0.66.
The process color (four color CMYK) of #ebf15f color hex is 0.02, 0.00, 0.61, 0.05. Web safe color of #ebf15f is #ffff66. Color #ebf15f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11110001 | 01011111 |
Octal | 353 | 361 | 137 |
Decimal | 235 | 241 | 95 |
Hex | EB | F1 | 5F |
Shades of #ebf15f
Tints of #ebf15f
RGB Percentages of Color #ebf15f
CMYK Percentages of Color #ebf15f
Complementary Color
#ebf15f | #655ff1 |
#ebf15f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebf15f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebf15f Color CSS Codes
.mybgcolor {background-color:#ebf15f; } .myforecolor {color:#ebf15f; } .mybordercolor {border:3px solid #ebf15f; }
#ebf15f Text Font Color
<p style="color:#ebf15f">Text here</p>
This sample text font color is #ebf15f
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.
#ebf15f Background Color
<div style="background-color:#ebf15f">
Div content here</div>
This div background color is #ebf15f
#ebf15f Border Color
<div style="border:3px solid #ebf15f">
Div here</div>
This div border color is #ebf15f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,241,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebf15f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebf15f; -webkit-box-shadow: 1px 1px 3px 2px #ebf15f; box-shadow: 1px 1px 3px 2px #ebf15f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,241,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebf15f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebf15f; -webkit-box-shadow: 1px 1px 3px 2px #ebf15f; box-shadow: 1px 1px 3px 2px #ebf15f;">
Div content here</div>
This div box has shadow with color #ebf15f
Comments
No comments written yet.
Please login to write comment.