Color spaces of #ebfebe
RGB | 235 | 254 | 190 |
---|---|---|---|
HSL | 0.22 | 0.97 | 0.87 |
HSV | 78° | 25° | 100° |
CMYK | 0.07 | 0.00 | 0.25 0.00 |
XYZ | 78.9970 | 92.2635 | 62.3602 |
Yxy | 92.2635 | 0.3381 | 0.3949 |
Hunter Lab | 96.0539 | -21.2917 | 28.7454 |
CIE-Lab | 96.9279 | -16.6541 | 28.6124 |
#ebfebe color RGB value is (235,254,190).
#ebfebe hex color red value is 235, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebfebe hue: 0.22 , saturation: 0.97 and the lightness value of ebfebe is 0.87.
The process color (four color CMYK) of #ebfebe color hex is 0.07, 0.00, 0.25, 0.00. Web safe color of #ebfebe is #ffffcc. Color #ebfebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111110 | 10111110 |
Octal | 353 | 376 | 276 |
Decimal | 235 | 254 | 190 |
Hex | EB | FE | BE |
Shades of #ebfebe
Tints of #ebfebe
RGB Percentages of Color #ebfebe
CMYK Percentages of Color #ebfebe
Complementary Color
#ebfebe | #d1befe |
#ebfebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfebe Color CSS Codes
.mybgcolor {background-color:#ebfebe; } .myforecolor {color:#ebfebe; } .mybordercolor {border:3px solid #ebfebe; }
#ebfebe Text Font Color
<p style="color:#ebfebe">Text here</p>
This sample text font color is #ebfebe
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.
#ebfebe Background Color
<div style="background-color:#ebfebe">
Div content here</div>
This div background color is #ebfebe
#ebfebe Border Color
<div style="border:3px solid #ebfebe">
Div here</div>
This div border color is #ebfebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,254,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfebe; -webkit-box-shadow: 1px 1px 3px 2px #ebfebe; box-shadow: 1px 1px 3px 2px #ebfebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,254,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfebe; -webkit-box-shadow: 1px 1px 3px 2px #ebfebe; box-shadow: 1px 1px 3px 2px #ebfebe;">
Div content here</div>
This div box has shadow with color #ebfebe
Comments
No comments written yet.
Please login to write comment.