Color spaces of #edfbe4
RGB | 237 | 251 | 228 |
---|---|---|---|
HSL | 0.27 | 0.74 | 0.94 |
HSV | 97° | 9° | 98° |
CMYK | 0.06 | 0.00 | 0.09 0.02 |
XYZ | 83.4258 | 92.6003 | 86.8754 |
Yxy | 92.6003 | 0.3173 | 0.3522 |
Hunter Lab | 96.2290 | -13.6502 | 13.8334 |
CIE-Lab | 97.0652 | -8.6198 | 9.4406 |
#edfbe4 color RGB value is (237,251,228).
#edfbe4 hex color red value is 237, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #edfbe4 hue: 0.27 , saturation: 0.74 and the lightness value of edfbe4 is 0.94.
The process color (four color CMYK) of #edfbe4 color hex is 0.06, 0.00, 0.09, 0.02. Web safe color of #edfbe4 is #ffffcc. Color #edfbe4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111011 | 11100100 |
Octal | 355 | 373 | 344 |
Decimal | 237 | 251 | 228 |
Hex | ED | FB | E4 |
Shades of #edfbe4
Tints of #edfbe4
RGB Percentages of Color #edfbe4
CMYK Percentages of Color #edfbe4
Complementary Color
#edfbe4 | #f2e4fb |
#edfbe4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfbe4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfbe4 Color CSS Codes
.mybgcolor {background-color:#edfbe4; } .myforecolor {color:#edfbe4; } .mybordercolor {border:3px solid #edfbe4; }
#edfbe4 Text Font Color
<p style="color:#edfbe4">Text here</p>
This sample text font color is #edfbe4
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.
#edfbe4 Background Color
<div style="background-color:#edfbe4">
Div content here</div>
This div background color is #edfbe4
#edfbe4 Border Color
<div style="border:3px solid #edfbe4">
Div here</div>
This div border color is #edfbe4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,251,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfbe4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfbe4; -webkit-box-shadow: 1px 1px 3px 2px #edfbe4; box-shadow: 1px 1px 3px 2px #edfbe4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,251,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfbe4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfbe4; -webkit-box-shadow: 1px 1px 3px 2px #edfbe4; box-shadow: 1px 1px 3px 2px #edfbe4;">
Div content here</div>
This div box has shadow with color #edfbe4
Comments
No comments written yet.
Please login to write comment.