Color spaces of #eed4bd
RGB | 238 | 212 | 189 |
---|---|---|---|
HSL | 0.08 | 0.59 | 0.84 |
HSV | 28° | 21° | 93° |
CMYK | 0.00 | 0.11 | 0.21 0.07 |
XYZ | 67.9887 | 68.9382 | 57.8671 |
Yxy | 68.9382 | 0.3490 | 0.3539 |
Hunter Lab | 83.0290 | 0.8647 | 16.7981 |
CIE-Lab | 86.4734 | 5.4708 | 14.6763 |
#eed4bd color RGB value is (238,212,189).
#eed4bd hex color red value is 238, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eed4bd hue: 0.08 , saturation: 0.59 and the lightness value of eed4bd is 0.84.
The process color (four color CMYK) of #eed4bd color hex is 0.00, 0.11, 0.21, 0.07. Web safe color of #eed4bd is #ffcccc. Color #eed4bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010100 | 10111101 |
Octal | 356 | 324 | 275 |
Decimal | 238 | 212 | 189 |
Hex | EE | D4 | BD |
Shades of #eed4bd
Tints of #eed4bd
RGB Percentages of Color #eed4bd
CMYK Percentages of Color #eed4bd
Complementary Color
#eed4bd | #bdd7ee |
#eed4bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed4bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed4bd Color CSS Codes
.mybgcolor {background-color:#eed4bd; } .myforecolor {color:#eed4bd; } .mybordercolor {border:3px solid #eed4bd; }
#eed4bd Text Font Color
<p style="color:#eed4bd">Text here</p>
This sample text font color is #eed4bd
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.
#eed4bd Background Color
<div style="background-color:#eed4bd">
Div content here</div>
This div background color is #eed4bd
#eed4bd Border Color
<div style="border:3px solid #eed4bd">
Div here</div>
This div border color is #eed4bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,212,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed4bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed4bd; -webkit-box-shadow: 1px 1px 3px 2px #eed4bd; box-shadow: 1px 1px 3px 2px #eed4bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,212,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed4bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed4bd; -webkit-box-shadow: 1px 1px 3px 2px #eed4bd; box-shadow: 1px 1px 3px 2px #eed4bd;">
Div content here</div>
This div box has shadow with color #eed4bd
Comments
No comments written yet.
Please login to write comment.