Color spaces of #eefcfe
RGB | 238 | 252 | 254 |
---|---|---|---|
HSL | 0.52 | 0.89 | 0.96 |
HSV | 188° | 6° | 100° |
CMYK | 0.06 | 0.01 | 0.00 0.00 |
XYZ | 87.9597 | 94.9537 | 107.4579 |
Yxy | 94.9537 | 0.3029 | 0.3270 |
Hunter Lab | 97.4442 | -9.4012 | 2.8281 |
CIE-Lab | 98.0150 | -4.1940 | -2.5460 |
#eefcfe color RGB value is (238,252,254).
#eefcfe hex color red value is 238, green value is 252 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eefcfe hue: 0.52 , saturation: 0.89 and the lightness value of eefcfe is 0.96.
The process color (four color CMYK) of #eefcfe color hex is 0.06, 0.01, 0.00, 0.00. Web safe color of #eefcfe is #ffffff. Color #eefcfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11111100 | 11111110 |
Octal | 356 | 374 | 376 |
Decimal | 238 | 252 | 254 |
Hex | EE | FC | FE |
Shades of #eefcfe
Tints of #eefcfe
RGB Percentages of Color #eefcfe
CMYK Percentages of Color #eefcfe
Complementary Color
#eefcfe | #fef0ee |
#eefcfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eefcfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#eefcfe Color CSS Codes
.mybgcolor {background-color:#eefcfe; } .myforecolor {color:#eefcfe; } .mybordercolor {border:3px solid #eefcfe; }
#eefcfe Text Font Color
<p style="color:#eefcfe">Text here</p>
This sample text font color is #eefcfe
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.
#eefcfe Background Color
<div style="background-color:#eefcfe">
Div content here</div>
This div background color is #eefcfe
#eefcfe Border Color
<div style="border:3px solid #eefcfe">
Div here</div>
This div border color is #eefcfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,252,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eefcfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eefcfe; -webkit-box-shadow: 1px 1px 3px 2px #eefcfe; box-shadow: 1px 1px 3px 2px #eefcfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,252,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eefcfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eefcfe; -webkit-box-shadow: 1px 1px 3px 2px #eefcfe; box-shadow: 1px 1px 3px 2px #eefcfe;">
Div content here</div>
This div box has shadow with color #eefcfe
Comments
No comments written yet.
Please login to write comment.