Color spaces of #edfbab
RGB | 237 | 251 | 171 |
---|---|---|---|
HSL | 0.20 | 0.91 | 0.83 |
HSV | 71° | 32° | 98° |
CMYK | 0.06 | 0.00 | 0.32 0.02 |
XYZ | 76.7729 | 89.9392 | 51.8417 |
Yxy | 89.9392 | 0.3513 | 0.4115 |
Hunter Lab | 94.8363 | -21.4622 | 33.9749 |
CIE-Lab | 95.9715 | -16.9857 | 36.8824 |
#edfbab color RGB value is (237,251,171).
#edfbab hex color red value is 237, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edfbab hue: 0.20 , saturation: 0.91 and the lightness value of edfbab is 0.83.
The process color (four color CMYK) of #edfbab color hex is 0.06, 0.00, 0.32, 0.02. Web safe color of #edfbab is #ffff99. Color #edfbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111011 | 10101011 |
Octal | 355 | 373 | 253 |
Decimal | 237 | 251 | 171 |
Hex | ED | FB | AB |
Shades of #edfbab
Tints of #edfbab
RGB Percentages of Color #edfbab
CMYK Percentages of Color #edfbab
Complementary Color
#edfbab | #b9abfb |
#edfbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfbab Color CSS Codes
.mybgcolor {background-color:#edfbab; } .myforecolor {color:#edfbab; } .mybordercolor {border:3px solid #edfbab; }
#edfbab Text Font Color
<p style="color:#edfbab">Text here</p>
This sample text font color is #edfbab
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.
#edfbab Background Color
<div style="background-color:#edfbab">
Div content here</div>
This div background color is #edfbab
#edfbab Border Color
<div style="border:3px solid #edfbab">
Div here</div>
This div border color is #edfbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,251,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfbab; -webkit-box-shadow: 1px 1px 3px 2px #edfbab; box-shadow: 1px 1px 3px 2px #edfbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,251,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfbab; -webkit-box-shadow: 1px 1px 3px 2px #edfbab; box-shadow: 1px 1px 3px 2px #edfbab;">
Div content here</div>
This div box has shadow with color #edfbab
Comments
No comments written yet.
Please login to write comment.