Color spaces of #ebfeaa
RGB | 235 | 254 | 170 |
---|---|---|---|
HSL | 0.20 | 0.98 | 0.83 |
HSV | 74° | 33° | 100° |
CMYK | 0.07 | 0.00 | 0.33 0.00 |
XYZ | 76.9585 | 91.4481 | 51.6253 |
Yxy | 91.4481 | 0.3498 | 0.4156 |
Hunter Lab | 95.6285 | -23.6993 | 34.9321 |
CIE-Lab | 96.5943 | -19.2949 | 38.1737 |
#ebfeaa color RGB value is (235,254,170).
#ebfeaa hex color red value is 235, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ebfeaa hue: 0.20 , saturation: 0.98 and the lightness value of ebfeaa is 0.83.
The process color (four color CMYK) of #ebfeaa color hex is 0.07, 0.00, 0.33, 0.00. Web safe color of #ebfeaa is #ffff99. Color #ebfeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111110 | 10101010 |
Octal | 353 | 376 | 252 |
Decimal | 235 | 254 | 170 |
Hex | EB | FE | AA |
Shades of #ebfeaa
Tints of #ebfeaa
RGB Percentages of Color #ebfeaa
CMYK Percentages of Color #ebfeaa
Complementary Color
#ebfeaa | #bdaafe |
#ebfeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfeaa Color CSS Codes
.mybgcolor {background-color:#ebfeaa; } .myforecolor {color:#ebfeaa; } .mybordercolor {border:3px solid #ebfeaa; }
#ebfeaa Text Font Color
<p style="color:#ebfeaa">Text here</p>
This sample text font color is #ebfeaa
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.
#ebfeaa Background Color
<div style="background-color:#ebfeaa">
Div content here</div>
This div background color is #ebfeaa
#ebfeaa Border Color
<div style="border:3px solid #ebfeaa">
Div here</div>
This div border color is #ebfeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,254,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfeaa; -webkit-box-shadow: 1px 1px 3px 2px #ebfeaa; box-shadow: 1px 1px 3px 2px #ebfeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,254,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfeaa; -webkit-box-shadow: 1px 1px 3px 2px #ebfeaa; box-shadow: 1px 1px 3px 2px #ebfeaa;">
Div content here</div>
This div box has shadow with color #ebfeaa
Comments
No comments written yet.
Please login to write comment.