Color spaces of #ed9863
RGB | 237 | 152 | 99 |
---|---|---|---|
HSL | 0.06 | 0.79 | 0.66 |
HSV | 23° | 58° | 93° |
CMYK | 0.00 | 0.36 | 0.58 0.07 |
XYZ | 48.4054 | 41.3619 | 17.2368 |
Yxy | 41.3619 | 0.4524 | 0.3865 |
Hunter Lab | 64.3132 | 21.8001 | 29.1287 |
CIE-Lab | 70.4287 | 26.7524 | 40.8230 |
#ed9863 color RGB value is (237,152,99).
#ed9863 hex color red value is 237, green value is 152 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ed9863 hue: 0.06 , saturation: 0.79 and the lightness value of ed9863 is 0.66.
The process color (four color CMYK) of #ed9863 color hex is 0.00, 0.36, 0.58, 0.07. Web safe color of #ed9863 is #ff9966. Color #ed9863 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10011000 | 01100011 |
Octal | 355 | 230 | 143 |
Decimal | 237 | 152 | 99 |
Hex | ED | 98 | 63 |
Shades of #ed9863
Tints of #ed9863
RGB Percentages of Color #ed9863
CMYK Percentages of Color #ed9863
Complementary Color
#ed9863 | #63b8ed |
#ed9863 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed9863 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed9863 Color CSS Codes
.mybgcolor {background-color:#ed9863; } .myforecolor {color:#ed9863; } .mybordercolor {border:3px solid #ed9863; }
#ed9863 Text Font Color
<p style="color:#ed9863">Text here</p>
This sample text font color is #ed9863
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.
#ed9863 Background Color
<div style="background-color:#ed9863">
Div content here</div>
This div background color is #ed9863
#ed9863 Border Color
<div style="border:3px solid #ed9863">
Div here</div>
This div border color is #ed9863
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,152,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed9863; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed9863; -webkit-box-shadow: 1px 1px 3px 2px #ed9863; box-shadow: 1px 1px 3px 2px #ed9863; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,152,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed9863">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed9863; -webkit-box-shadow: 1px 1px 3px 2px #ed9863; box-shadow: 1px 1px 3px 2px #ed9863;">
Div content here</div>
This div box has shadow with color #ed9863
#ed9863 Color Palettes
Comments
No comments written yet.
Please login to write comment.