Color spaces of #ebf07b
RGB | 235 | 240 | 123 |
---|---|---|---|
HSL | 0.17 | 0.80 | 0.71 |
HSV | 63° | 49° | 94° |
CMYK | 0.02 | 0.00 | 0.49 0.06 |
XYZ | 68.9962 | 81.4124 | 30.8166 |
Yxy | 81.4124 | 0.3807 | 0.4492 |
Hunter Lab | 90.2288 | -21.4050 | 42.9104 |
CIE-Lab | 92.3149 | -17.5099 | 55.4377 |
#ebf07b color RGB value is (235,240,123).
#ebf07b hex color red value is 235, green value is 240 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ebf07b hue: 0.17 , saturation: 0.80 and the lightness value of ebf07b is 0.71.
The process color (four color CMYK) of #ebf07b color hex is 0.02, 0.00, 0.49, 0.06. Web safe color of #ebf07b is #ffff66. Color #ebf07b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11110000 | 01111011 |
Octal | 353 | 360 | 173 |
Decimal | 235 | 240 | 123 |
Hex | EB | F0 | 7B |
Shades of #ebf07b
Tints of #ebf07b
RGB Percentages of Color #ebf07b
CMYK Percentages of Color #ebf07b
Complementary Color
#ebf07b | #807bf0 |
#ebf07b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebf07b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebf07b Color CSS Codes
.mybgcolor {background-color:#ebf07b; } .myforecolor {color:#ebf07b; } .mybordercolor {border:3px solid #ebf07b; }
#ebf07b Text Font Color
<p style="color:#ebf07b">Text here</p>
This sample text font color is #ebf07b
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.
#ebf07b Background Color
<div style="background-color:#ebf07b">
Div content here</div>
This div background color is #ebf07b
#ebf07b Border Color
<div style="border:3px solid #ebf07b">
Div here</div>
This div border color is #ebf07b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,240,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebf07b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebf07b; -webkit-box-shadow: 1px 1px 3px 2px #ebf07b; box-shadow: 1px 1px 3px 2px #ebf07b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,240,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebf07b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebf07b; -webkit-box-shadow: 1px 1px 3px 2px #ebf07b; box-shadow: 1px 1px 3px 2px #ebf07b;">
Div content here</div>
This div box has shadow with color #ebf07b
Comments
No comments written yet.
Please login to write comment.