Color spaces of #ececfb
RGB | 236 | 236 | 251 |
---|---|---|---|
HSL | 0.67 | 0.65 | 0.95 |
HSV | 240° | 6° | 98° |
CMYK | 0.06 | 0.06 | 0.00 0.02 |
XYZ | 82.0001 | 84.7888 | 103.3108 |
Yxy | 84.7888 | 0.3036 | 0.3139 |
Hunter Lab | 92.0808 | -2.1831 | -2.0643 |
CIE-Lab | 93.7920 | 2.7457 | -7.2317 |
#ececfb color RGB value is (236,236,251).
#ececfb hex color red value is 236, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ececfb hue: 0.67 , saturation: 0.65 and the lightness value of ececfb is 0.95.
The process color (four color CMYK) of #ececfb color hex is 0.06, 0.06, 0.00, 0.02. Web safe color of #ececfb is #ffffff. Color #ececfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11101100 | 11111011 |
Octal | 354 | 354 | 373 |
Decimal | 236 | 236 | 251 |
Hex | EC | EC | FB |
Shades of #ececfb
Tints of #ececfb
RGB Percentages of Color #ececfb
CMYK Percentages of Color #ececfb
Complementary Color
#ececfb | #fbfbec |
#ececfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ececfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ececfb Color CSS Codes
.mybgcolor {background-color:#ececfb; } .myforecolor {color:#ececfb; } .mybordercolor {border:3px solid #ececfb; }
#ececfb Text Font Color
<p style="color:#ececfb">Text here</p>
This sample text font color is #ececfb
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.
#ececfb Background Color
<div style="background-color:#ececfb">
Div content here</div>
This div background color is #ececfb
#ececfb Border Color
<div style="border:3px solid #ececfb">
Div here</div>
This div border color is #ececfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,236,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ececfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ececfb; -webkit-box-shadow: 1px 1px 3px 2px #ececfb; box-shadow: 1px 1px 3px 2px #ececfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,236,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ececfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ececfb; -webkit-box-shadow: 1px 1px 3px 2px #ececfb; box-shadow: 1px 1px 3px 2px #ececfb;">
Div content here</div>
This div box has shadow with color #ececfb
Comments
No comments written yet.
Please login to write comment.