Color spaces of #ecdef6
RGB | 236 | 222 | 246 |
---|---|---|---|
HSL | 0.76 | 0.57 | 0.92 |
HSV | 275° | 10° | 96° |
CMYK | 0.04 | 0.10 | 0.00 0.04 |
XYZ | 77.3479 | 76.7292 | 97.9223 |
Yxy | 76.7292 | 0.3069 | 0.3045 |
Hunter Lab | 87.5952 | 4.3266 | -4.9634 |
CIE-Lab | 90.1968 | 9.0649 | -9.9523 |
#ecdef6 color RGB value is (236,222,246).
#ecdef6 hex color red value is 236, green value is 222 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ecdef6 hue: 0.76 , saturation: 0.57 and the lightness value of ecdef6 is 0.92.
The process color (four color CMYK) of #ecdef6 color hex is 0.04, 0.10, 0.00, 0.04. Web safe color of #ecdef6 is #ffccff. Color #ecdef6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011110 | 11110110 |
Octal | 354 | 336 | 366 |
Decimal | 236 | 222 | 246 |
Hex | EC | DE | F6 |
Shades of #ecdef6
Tints of #ecdef6
RGB Percentages of Color #ecdef6
CMYK Percentages of Color #ecdef6
Complementary Color
#ecdef6 | #e8f6de |
#ecdef6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdef6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdef6 Color CSS Codes
.mybgcolor {background-color:#ecdef6; } .myforecolor {color:#ecdef6; } .mybordercolor {border:3px solid #ecdef6; }
#ecdef6 Text Font Color
<p style="color:#ecdef6">Text here</p>
This sample text font color is #ecdef6
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.
#ecdef6 Background Color
<div style="background-color:#ecdef6">
Div content here</div>
This div background color is #ecdef6
#ecdef6 Border Color
<div style="border:3px solid #ecdef6">
Div here</div>
This div border color is #ecdef6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,222,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdef6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdef6; -webkit-box-shadow: 1px 1px 3px 2px #ecdef6; box-shadow: 1px 1px 3px 2px #ecdef6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,222,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 #ecdef6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdef6; -webkit-box-shadow: 1px 1px 3px 2px #ecdef6; box-shadow: 1px 1px 3px 2px #ecdef6;">
Div content here</div>
This div box has shadow with color #ecdef6
Comments
No comments written yet.
Please login to write comment.