Color spaces of #ecebf6
RGB | 236 | 235 | 246 |
---|---|---|---|
HSL | 0.68 | 0.38 | 0.94 |
HSV | 245° | 4° | 96° |
CMYK | 0.04 | 0.04 | 0.00 0.04 |
XYZ | 80.9350 | 83.9033 | 99.1180 |
Yxy | 83.9033 | 0.3066 | 0.3179 |
Hunter Lab | 91.5987 | -2.5784 | -0.0379 |
CIE-Lab | 93.4085 | 2.3291 | -5.1976 |
#ecebf6 color RGB value is (236,235,246).
#ecebf6 hex color red value is 236, green value is 235 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ecebf6 hue: 0.68 , saturation: 0.38 and the lightness value of ecebf6 is 0.94.
The process color (four color CMYK) of #ecebf6 color hex is 0.04, 0.04, 0.00, 0.04. Web safe color of #ecebf6 is #ffffff. Color #ecebf6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11101011 | 11110110 |
Octal | 354 | 353 | 366 |
Decimal | 236 | 235 | 246 |
Hex | EC | EB | F6 |
Shades of #ecebf6
Tints of #ecebf6
RGB Percentages of Color #ecebf6
CMYK Percentages of Color #ecebf6
Complementary Color
#ecebf6 | #f5f6eb |
#ecebf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecebf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecebf6 Color CSS Codes
.mybgcolor {background-color:#ecebf6; } .myforecolor {color:#ecebf6; } .mybordercolor {border:3px solid #ecebf6; }
#ecebf6 Text Font Color
<p style="color:#ecebf6">Text here</p>
This sample text font color is #ecebf6
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.
#ecebf6 Background Color
<div style="background-color:#ecebf6">
Div content here</div>
This div background color is #ecebf6
#ecebf6 Border Color
<div style="border:3px solid #ecebf6">
Div here</div>
This div border color is #ecebf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,235,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecebf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecebf6; -webkit-box-shadow: 1px 1px 3px 2px #ecebf6; box-shadow: 1px 1px 3px 2px #ecebf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,235,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecebf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecebf6; -webkit-box-shadow: 1px 1px 3px 2px #ecebf6; box-shadow: 1px 1px 3px 2px #ecebf6;">
Div content here</div>
This div box has shadow with color #ecebf6
Comments
No comments written yet.
Please login to write comment.