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