Color spaces of #effedb
RGB | 239 | 254 | 219 |
---|---|---|---|
HSL | 0.24 | 0.95 | 0.93 |
HSV | 86° | 14° | 100° |
CMYK | 0.06 | 0.00 | 0.14 0.00 |
XYZ | 83.8246 | 94.3488 | 80.8109 |
Yxy | 94.3488 | 0.3237 | 0.3643 |
Hunter Lab | 97.1333 | -15.9405 | 18.6665 |
CIE-Lab | 97.7724 | -10.9065 | 15.0809 |
#effedb color RGB value is (239,254,219).
#effedb hex color red value is 239, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #effedb hue: 0.24 , saturation: 0.95 and the lightness value of effedb is 0.93.
The process color (four color CMYK) of #effedb color hex is 0.06, 0.00, 0.14, 0.00. Web safe color of #effedb is #ffffcc. Color #effedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111110 | 11011011 |
Octal | 357 | 376 | 333 |
Decimal | 239 | 254 | 219 |
Hex | EF | FE | DB |
Shades of #effedb
Tints of #effedb
RGB Percentages of Color #effedb
CMYK Percentages of Color #effedb
Complementary Color
#effedb | #eadbfe |
#effedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#effedb Color CSS Codes
.mybgcolor {background-color:#effedb; } .myforecolor {color:#effedb; } .mybordercolor {border:3px solid #effedb; }
#effedb Text Font Color
<p style="color:#effedb">Text here</p>
This sample text font color is #effedb
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.
#effedb Background Color
<div style="background-color:#effedb">
Div content here</div>
This div background color is #effedb
#effedb Border Color
<div style="border:3px solid #effedb">
Div here</div>
This div border color is #effedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,254,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effedb; -webkit-box-shadow: 1px 1px 3px 2px #effedb; box-shadow: 1px 1px 3px 2px #effedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,254,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effedb; -webkit-box-shadow: 1px 1px 3px 2px #effedb; box-shadow: 1px 1px 3px 2px #effedb;">
Div content here</div>
This div box has shadow with color #effedb
Comments
No comments written yet.
Please login to write comment.