Color spaces of #ffecdf
RGB | 255 | 236 | 223 |
---|---|---|---|
HSL | 0.07 | 1.00 | 0.94 |
HSV | 24° | 13° | 100° |
CMYK | 0.00 | 0.07 | 0.13 0.00 |
XYZ | 84.5547 | 86.5786 | 82.0669 |
Yxy | 86.5786 | 0.3339 | 0.3419 |
Hunter Lab | 93.0476 | -0.6259 | 12.8403 |
CIE-Lab | 94.5592 | 4.3315 | 8.6076 |
#ffecdf color RGB value is (255,236,223).
#ffecdf hex color red value is 255, green value is 236 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffecdf hue: 0.07 , saturation: 1.00 and the lightness value of ffecdf is 0.94.
The process color (four color CMYK) of #ffecdf color hex is 0.00, 0.07, 0.13, 0.00. Web safe color of #ffecdf is #ffffcc. Color #ffecdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101100 | 11011111 |
Octal | 377 | 354 | 337 |
Decimal | 255 | 236 | 223 |
Hex | FF | EC | DF |
Shades of #ffecdf
Tints of #ffecdf
RGB Percentages of Color #ffecdf
CMYK Percentages of Color #ffecdf
Complementary Color
#ffecdf | #dff2ff |
#ffecdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffecdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffecdf Color CSS Codes
.mybgcolor {background-color:#ffecdf; } .myforecolor {color:#ffecdf; } .mybordercolor {border:3px solid #ffecdf; }
#ffecdf Text Font Color
<p style="color:#ffecdf">Text here</p>
This sample text font color is #ffecdf
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.
#ffecdf Background Color
<div style="background-color:#ffecdf">
Div content here</div>
This div background color is #ffecdf
#ffecdf Border Color
<div style="border:3px solid #ffecdf">
Div here</div>
This div border color is #ffecdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,236,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffecdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffecdf; -webkit-box-shadow: 1px 1px 3px 2px #ffecdf; box-shadow: 1px 1px 3px 2px #ffecdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,236,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffecdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffecdf; -webkit-box-shadow: 1px 1px 3px 2px #ffecdf; box-shadow: 1px 1px 3px 2px #ffecdf;">
Div content here</div>
This div box has shadow with color #ffecdf
#ffecdf Color Palettes
Comments
No comments written yet.
Please login to write comment.