Color spaces of #ebfffc
RGB | 235 | 255 | 252 |
---|---|---|---|
HSL | 0.48 | 1.00 | 0.96 |
HSV | 171° | 8° | 100° |
CMYK | 0.08 | 0.00 | 0.01 0.00 |
XYZ | 87.5916 | 96.2104 | 106.0494 |
Yxy | 96.2104 | 0.3022 | 0.3319 |
Hunter Lab | 98.0869 | -12.2516 | 4.5578 |
CIE-Lab | 98.5158 | -7.0332 | -0.8088 |
#ebfffc color RGB value is (235,255,252).
#ebfffc hex color red value is 235, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebfffc hue: 0.48 , saturation: 1.00 and the lightness value of ebfffc is 0.96.
The process color (four color CMYK) of #ebfffc color hex is 0.08, 0.00, 0.01, 0.00. Web safe color of #ebfffc is #ffffff. Color #ebfffc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111111 | 11111100 |
Octal | 353 | 377 | 374 |
Decimal | 235 | 255 | 252 |
Hex | EB | FF | FC |
Shades of #ebfffc
Tints of #ebfffc
RGB Percentages of Color #ebfffc
CMYK Percentages of Color #ebfffc
Complementary Color
#ebfffc | #ffebee |
#ebfffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfffc Color CSS Codes
.mybgcolor {background-color:#ebfffc; } .myforecolor {color:#ebfffc; } .mybordercolor {border:3px solid #ebfffc; }
#ebfffc Text Font Color
<p style="color:#ebfffc">Text here</p>
This sample text font color is #ebfffc
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.
#ebfffc Background Color
<div style="background-color:#ebfffc">
Div content here</div>
This div background color is #ebfffc
#ebfffc Border Color
<div style="border:3px solid #ebfffc">
Div here</div>
This div border color is #ebfffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,255,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfffc; -webkit-box-shadow: 1px 1px 3px 2px #ebfffc; box-shadow: 1px 1px 3px 2px #ebfffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,255,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfffc; -webkit-box-shadow: 1px 1px 3px 2px #ebfffc; box-shadow: 1px 1px 3px 2px #ebfffc;">
Div content here</div>
This div box has shadow with color #ebfffc
Related Colors
#ebfffc Color Palettes
Comments
No comments written yet.
Please login to write comment.