Color spaces of #ebf098
RGB | 235 | 240 | 152 |
---|---|---|---|
HSL | 0.18 | 0.75 | 0.77 |
HSV | 63° | 37° | 94° |
CMYK | 0.02 | 0.00 | 0.37 0.06 |
XYZ | 71.0885 | 82.2493 | 41.8347 |
Yxy | 82.2493 | 0.3642 | 0.4214 |
Hunter Lab | 90.6914 | -18.7926 | 36.1343 |
CIE-Lab | 92.6848 | -14.6071 | 41.9905 |
#ebf098 color RGB value is (235,240,152).
#ebf098 hex color red value is 235, green value is 240 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ebf098 hue: 0.18 , saturation: 0.75 and the lightness value of ebf098 is 0.77.
The process color (four color CMYK) of #ebf098 color hex is 0.02, 0.00, 0.37, 0.06. Web safe color of #ebf098 is #ffff99. Color #ebf098 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11110000 | 10011000 |
Octal | 353 | 360 | 230 |
Decimal | 235 | 240 | 152 |
Hex | EB | F0 | 98 |
Shades of #ebf098
Tints of #ebf098
RGB Percentages of Color #ebf098
CMYK Percentages of Color #ebf098
Complementary Color
#ebf098 | #9d98f0 |
#ebf098 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebf098 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebf098 Color CSS Codes
.mybgcolor {background-color:#ebf098; } .myforecolor {color:#ebf098; } .mybordercolor {border:3px solid #ebf098; }
#ebf098 Text Font Color
<p style="color:#ebf098">Text here</p>
This sample text font color is #ebf098
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.
#ebf098 Background Color
<div style="background-color:#ebf098">
Div content here</div>
This div background color is #ebf098
#ebf098 Border Color
<div style="border:3px solid #ebf098">
Div here</div>
This div border color is #ebf098
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,240,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebf098; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebf098; -webkit-box-shadow: 1px 1px 3px 2px #ebf098; box-shadow: 1px 1px 3px 2px #ebf098; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,240,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebf098">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebf098; -webkit-box-shadow: 1px 1px 3px 2px #ebf098; box-shadow: 1px 1px 3px 2px #ebf098;">
Div content here</div>
This div box has shadow with color #ebf098
Comments
No comments written yet.
Please login to write comment.