Color spaces of #ebfaef
RGB | 235 | 250 | 239 |
---|---|---|---|
HSL | 0.38 | 0.60 | 0.95 |
HSV | 136° | 6° | 98° |
CMYK | 0.06 | 0.00 | 0.04 0.02 |
XYZ | 84.0265 | 92.2654 | 95.0417 |
Yxy | 92.2654 | 0.3097 | 0.3400 |
Hunter Lab | 96.0549 | -11.9485 | 8.5738 |
CIE-Lab | 96.9287 | -6.8853 | 3.5662 |
#ebfaef color RGB value is (235,250,239).
#ebfaef hex color red value is 235, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebfaef hue: 0.38 , saturation: 0.60 and the lightness value of ebfaef is 0.95.
The process color (four color CMYK) of #ebfaef color hex is 0.06, 0.00, 0.04, 0.02. Web safe color of #ebfaef is #ffffff. Color #ebfaef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111010 | 11101111 |
Octal | 353 | 372 | 357 |
Decimal | 235 | 250 | 239 |
Hex | EB | FA | EF |
Shades of #ebfaef
Tints of #ebfaef
RGB Percentages of Color #ebfaef
CMYK Percentages of Color #ebfaef
Complementary Color
#ebfaef | #faebf6 |
#ebfaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfaef Color CSS Codes
.mybgcolor {background-color:#ebfaef; } .myforecolor {color:#ebfaef; } .mybordercolor {border:3px solid #ebfaef; }
#ebfaef Text Font Color
<p style="color:#ebfaef">Text here</p>
This sample text font color is #ebfaef
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.
#ebfaef Background Color
<div style="background-color:#ebfaef">
Div content here</div>
This div background color is #ebfaef
#ebfaef Border Color
<div style="border:3px solid #ebfaef">
Div here</div>
This div border color is #ebfaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,250,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfaef; -webkit-box-shadow: 1px 1px 3px 2px #ebfaef; box-shadow: 1px 1px 3px 2px #ebfaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,250,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfaef; -webkit-box-shadow: 1px 1px 3px 2px #ebfaef; box-shadow: 1px 1px 3px 2px #ebfaef;">
Div content here</div>
This div box has shadow with color #ebfaef
Comments
No comments written yet.
Please login to write comment.