Color spaces of #eefecf
RGB | 238 | 254 | 207 |
---|---|---|---|
HSL | 0.22 | 0.96 | 0.90 |
HSV | 80° | 19° | 100° |
CMYK | 0.06 | 0.00 | 0.19 0.00 |
XYZ | 81.9642 | 93.5658 | 72.7715 |
Yxy | 93.5658 | 0.3301 | 0.3768 |
Hunter Lab | 96.7294 | -18.0235 | 23.1055 |
CIE-Lab | 97.4568 | -13.1200 | 20.7524 |
#eefecf color RGB value is (238,254,207).
#eefecf hex color red value is 238, green value is 254 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eefecf hue: 0.22 , saturation: 0.96 and the lightness value of eefecf is 0.90.
The process color (four color CMYK) of #eefecf color hex is 0.06, 0.00, 0.19, 0.00. Web safe color of #eefecf is #ffffcc. Color #eefecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11111110 | 11001111 |
Octal | 356 | 376 | 317 |
Decimal | 238 | 254 | 207 |
Hex | EE | FE | CF |
Shades of #eefecf
Tints of #eefecf
RGB Percentages of Color #eefecf
CMYK Percentages of Color #eefecf
Complementary Color
#eefecf | #dfcffe |
#eefecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eefecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eefecf Color CSS Codes
.mybgcolor {background-color:#eefecf; } .myforecolor {color:#eefecf; } .mybordercolor {border:3px solid #eefecf; }
#eefecf Text Font Color
<p style="color:#eefecf">Text here</p>
This sample text font color is #eefecf
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.
#eefecf Background Color
<div style="background-color:#eefecf">
Div content here</div>
This div background color is #eefecf
#eefecf Border Color
<div style="border:3px solid #eefecf">
Div here</div>
This div border color is #eefecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,254,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eefecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eefecf; -webkit-box-shadow: 1px 1px 3px 2px #eefecf; box-shadow: 1px 1px 3px 2px #eefecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,254,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eefecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eefecf; -webkit-box-shadow: 1px 1px 3px 2px #eefecf; box-shadow: 1px 1px 3px 2px #eefecf;">
Div content here</div>
This div box has shadow with color #eefecf
Comments
No comments written yet.
Please login to write comment.