Color spaces of #ebed8a
RGB | 235 | 237 | 138 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.74 |
HSV | 61° | 42° | 93° |
CMYK | 0.01 | 0.00 | 0.42 0.07 |
XYZ | 69.1326 | 80.0655 | 35.8553 |
Yxy | 80.0655 | 0.3736 | 0.4327 |
Hunter Lab | 89.4793 | -18.6780 | 38.8774 |
CIE-Lab | 91.7142 | -14.6249 | 47.6034 |
#ebed8a color RGB value is (235,237,138).
#ebed8a hex color red value is 235, green value is 237 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebed8a hue: 0.17 , saturation: 0.73 and the lightness value of ebed8a is 0.74.
The process color (four color CMYK) of #ebed8a color hex is 0.01, 0.00, 0.42, 0.07. Web safe color of #ebed8a is #ffff99. Color #ebed8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101101 | 10001010 |
Octal | 353 | 355 | 212 |
Decimal | 235 | 237 | 138 |
Hex | EB | ED | 8A |
Shades of #ebed8a
Tints of #ebed8a
RGB Percentages of Color #ebed8a
CMYK Percentages of Color #ebed8a
Complementary Color
#ebed8a | #8c8aed |
#ebed8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebed8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebed8a Color CSS Codes
.mybgcolor {background-color:#ebed8a; } .myforecolor {color:#ebed8a; } .mybordercolor {border:3px solid #ebed8a; }
#ebed8a Text Font Color
<p style="color:#ebed8a">Text here</p>
This sample text font color is #ebed8a
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.
#ebed8a Background Color
<div style="background-color:#ebed8a">
Div content here</div>
This div background color is #ebed8a
#ebed8a Border Color
<div style="border:3px solid #ebed8a">
Div here</div>
This div border color is #ebed8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,237,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebed8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebed8a; -webkit-box-shadow: 1px 1px 3px 2px #ebed8a; box-shadow: 1px 1px 3px 2px #ebed8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,237,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebed8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebed8a; -webkit-box-shadow: 1px 1px 3px 2px #ebed8a; box-shadow: 1px 1px 3px 2px #ebed8a;">
Div content here</div>
This div box has shadow with color #ebed8a
Comments
No comments written yet.
Please login to write comment.