Color spaces of #ebfeee
RGB | 235 | 254 | 238 |
---|---|---|---|
HSL | 0.36 | 0.90 | 0.96 |
HSV | 129° | 7° | 100° |
CMYK | 0.07 | 0.00 | 0.06 0.00 |
XYZ | 85.1354 | 94.7188 | 94.6844 |
Yxy | 94.7188 | 0.3101 | 0.3450 |
Hunter Lab | 97.3236 | -14.1705 | 10.4443 |
CIE-Lab | 97.9209 | -9.0603 | 5.5167 |
#ebfeee color RGB value is (235,254,238).
#ebfeee hex color red value is 235, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ebfeee hue: 0.36 , saturation: 0.90 and the lightness value of ebfeee is 0.96.
The process color (four color CMYK) of #ebfeee color hex is 0.07, 0.00, 0.06, 0.00. Web safe color of #ebfeee is #ffffff. Color #ebfeee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111110 | 11101110 |
Octal | 353 | 376 | 356 |
Decimal | 235 | 254 | 238 |
Hex | EB | FE | EE |
Shades of #ebfeee
Tints of #ebfeee
RGB Percentages of Color #ebfeee
CMYK Percentages of Color #ebfeee
Complementary Color
#ebfeee | #feebfb |
#ebfeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfeee Color CSS Codes
.mybgcolor {background-color:#ebfeee; } .myforecolor {color:#ebfeee; } .mybordercolor {border:3px solid #ebfeee; }
#ebfeee Text Font Color
<p style="color:#ebfeee">Text here</p>
This sample text font color is #ebfeee
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.
#ebfeee Background Color
<div style="background-color:#ebfeee">
Div content here</div>
This div background color is #ebfeee
#ebfeee Border Color
<div style="border:3px solid #ebfeee">
Div here</div>
This div border color is #ebfeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,254,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfeee; -webkit-box-shadow: 1px 1px 3px 2px #ebfeee; box-shadow: 1px 1px 3px 2px #ebfeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,254,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfeee; -webkit-box-shadow: 1px 1px 3px 2px #ebfeee; box-shadow: 1px 1px 3px 2px #ebfeee;">
Div content here</div>
This div box has shadow with color #ebfeee
#ebfeee Color Palettes
Comments
No comments written yet.
Please login to write comment.