Color spaces of #eda9bd
RGB | 237 | 169 | 189 |
---|---|---|---|
HSL | 0.95 | 0.65 | 0.80 |
HSV | 342° | 29° | 93° |
CMYK | 0.00 | 0.29 | 0.20 0.07 |
XYZ | 58.2983 | 50.0546 | 54.7330 |
Yxy | 50.0546 | 0.3575 | 0.3069 |
Hunter Lab | 70.7493 | 23.2750 | 3.6566 |
CIE-Lab | 76.1028 | 27.8295 | -0.2251 |
#eda9bd color RGB value is (237,169,189).
#eda9bd hex color red value is 237, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eda9bd hue: 0.95 , saturation: 0.65 and the lightness value of eda9bd is 0.80.
The process color (four color CMYK) of #eda9bd color hex is 0.00, 0.29, 0.20, 0.07. Web safe color of #eda9bd is #ff99cc. Color #eda9bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101001 | 10111101 |
Octal | 355 | 251 | 275 |
Decimal | 237 | 169 | 189 |
Hex | ED | A9 | BD |
Shades of #eda9bd
Tints of #eda9bd
RGB Percentages of Color #eda9bd
CMYK Percentages of Color #eda9bd
Complementary Color
#eda9bd | #a9edd9 |
#eda9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda9bd Color CSS Codes
.mybgcolor {background-color:#eda9bd; } .myforecolor {color:#eda9bd; } .mybordercolor {border:3px solid #eda9bd; }
#eda9bd Text Font Color
<p style="color:#eda9bd">Text here</p>
This sample text font color is #eda9bd
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.
#eda9bd Background Color
<div style="background-color:#eda9bd">
Div content here</div>
This div background color is #eda9bd
#eda9bd Border Color
<div style="border:3px solid #eda9bd">
Div here</div>
This div border color is #eda9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,169,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda9bd; -webkit-box-shadow: 1px 1px 3px 2px #eda9bd; box-shadow: 1px 1px 3px 2px #eda9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,169,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 #eda9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda9bd; -webkit-box-shadow: 1px 1px 3px 2px #eda9bd; box-shadow: 1px 1px 3px 2px #eda9bd;">
Div content here</div>
This div box has shadow with color #eda9bd
Comments
No comments written yet.
Please login to write comment.