Color spaces of #edffbe
RGB | 237 | 255 | 190 |
---|---|---|---|
HSL | 0.21 | 1.00 | 0.87 |
HSV | 77° | 25° | 100° |
CMYK | 0.07 | 0.00 | 0.25 0.00 |
XYZ | 79.9793 | 93.2422 | 62.4974 |
Yxy | 93.2422 | 0.3393 | 0.3956 |
Hunter Lab | 96.5620 | -21.1375 | 29.2194 |
CIE-Lab | 97.3258 | -16.4287 | 29.1767 |
#edffbe color RGB value is (237,255,190).
#edffbe hex color red value is 237, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edffbe hue: 0.21 , saturation: 1.00 and the lightness value of edffbe is 0.87.
The process color (four color CMYK) of #edffbe color hex is 0.07, 0.00, 0.25, 0.00. Web safe color of #edffbe is #ffffcc. Color #edffbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111111 | 10111110 |
Octal | 355 | 377 | 276 |
Decimal | 237 | 255 | 190 |
Hex | ED | FF | BE |
Shades of #edffbe
Tints of #edffbe
RGB Percentages of Color #edffbe
CMYK Percentages of Color #edffbe
Complementary Color
#edffbe | #d0beff |
#edffbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edffbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#edffbe Color CSS Codes
.mybgcolor {background-color:#edffbe; } .myforecolor {color:#edffbe; } .mybordercolor {border:3px solid #edffbe; }
#edffbe Text Font Color
<p style="color:#edffbe">Text here</p>
This sample text font color is #edffbe
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.
#edffbe Background Color
<div style="background-color:#edffbe">
Div content here</div>
This div background color is #edffbe
#edffbe Border Color
<div style="border:3px solid #edffbe">
Div here</div>
This div border color is #edffbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,255,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edffbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edffbe; -webkit-box-shadow: 1px 1px 3px 2px #edffbe; box-shadow: 1px 1px 3px 2px #edffbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,255,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 #edffbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edffbe; -webkit-box-shadow: 1px 1px 3px 2px #edffbe; box-shadow: 1px 1px 3px 2px #edffbe;">
Div content here</div>
This div box has shadow with color #edffbe
Comments
No comments written yet.
Please login to write comment.