Color spaces of #ffedcd
RGB | 255 | 237 | 205 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.90 |
HSV | 38° | 20° | 100° |
CMYK | 0.00 | 0.07 | 0.20 0.00 |
XYZ | 82.5436 | 86.2362 | 70.0523 |
Yxy | 86.2362 | 0.3456 | 0.3611 |
Hunter Lab | 92.8634 | -3.8476 | 20.2785 |
CIE-Lab | 94.4132 | 1.1174 | 17.7107 |
#ffedcd color RGB value is (255,237,205).
#ffedcd hex color red value is 255, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ffedcd hue: 0.11 , saturation: 1.00 and the lightness value of ffedcd is 0.90.
The process color (four color CMYK) of #ffedcd color hex is 0.00, 0.07, 0.20, 0.00. Web safe color of #ffedcd is #ffffcc. Color #ffedcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 11001101 |
Octal | 377 | 355 | 315 |
Decimal | 255 | 237 | 205 |
Hex | FF | ED | CD |
Shades of #ffedcd
Tints of #ffedcd
RGB Percentages of Color #ffedcd
CMYK Percentages of Color #ffedcd
Complementary Color
#ffedcd | #cddfff |
#ffedcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffedcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffedcd Color CSS Codes
.mybgcolor {background-color:#ffedcd; } .myforecolor {color:#ffedcd; } .mybordercolor {border:3px solid #ffedcd; }
#ffedcd Text Font Color
<p style="color:#ffedcd">Text here</p>
This sample text font color is #ffedcd
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.
#ffedcd Background Color
<div style="background-color:#ffedcd">
Div content here</div>
This div background color is #ffedcd
#ffedcd Border Color
<div style="border:3px solid #ffedcd">
Div here</div>
This div border color is #ffedcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffedcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffedcd; -webkit-box-shadow: 1px 1px 3px 2px #ffedcd; box-shadow: 1px 1px 3px 2px #ffedcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffedcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffedcd; -webkit-box-shadow: 1px 1px 3px 2px #ffedcd; box-shadow: 1px 1px 3px 2px #ffedcd;">
Div content here</div>
This div box has shadow with color #ffedcd
#ffedcd Color Palettes
Comments
No comments written yet.
Please login to write comment.