Color spaces of #e5fdef
RGB | 229 | 253 | 239 |
---|---|---|---|
HSL | 0.40 | 0.86 | 0.95 |
HSV | 145° | 9° | 99° |
CMYK | 0.09 | 0.00 | 0.06 0.01 |
XYZ | 83.0184 | 93.1406 | 95.2637 |
Yxy | 93.1406 | 0.3059 | 0.3432 |
Hunter Lab | 96.5094 | -15.3438 | 9.0318 |
CIE-Lab | 97.2846 | -10.3464 | 4.0312 |
#e5fdef color RGB value is (229,253,239).
#e5fdef hex color red value is 229, green value is 253 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e5fdef hue: 0.40 , saturation: 0.86 and the lightness value of e5fdef is 0.95.
The process color (four color CMYK) of #e5fdef color hex is 0.09, 0.00, 0.06, 0.01. Web safe color of #e5fdef is #ccffff. Color #e5fdef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11111101 | 11101111 |
Octal | 345 | 375 | 357 |
Decimal | 229 | 253 | 239 |
Hex | E5 | FD | EF |
Shades of #e5fdef
Tints of #e5fdef
RGB Percentages of Color #e5fdef
CMYK Percentages of Color #e5fdef
Complementary Color
#e5fdef | #fde5f3 |
#e5fdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5fdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5fdef Color CSS Codes
.mybgcolor {background-color:#e5fdef; } .myforecolor {color:#e5fdef; } .mybordercolor {border:3px solid #e5fdef; }
#e5fdef Text Font Color
<p style="color:#e5fdef">Text here</p>
This sample text font color is #e5fdef
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.
#e5fdef Background Color
<div style="background-color:#e5fdef">
Div content here</div>
This div background color is #e5fdef
#e5fdef Border Color
<div style="border:3px solid #e5fdef">
Div here</div>
This div border color is #e5fdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,253,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5fdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5fdef; -webkit-box-shadow: 1px 1px 3px 2px #e5fdef; box-shadow: 1px 1px 3px 2px #e5fdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,253,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 #e5fdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5fdef; -webkit-box-shadow: 1px 1px 3px 2px #e5fdef; box-shadow: 1px 1px 3px 2px #e5fdef;">
Div content here</div>
This div box has shadow with color #e5fdef
Comments
No comments written yet.
Please login to write comment.