Color spaces of #edcc89
RGB | 237 | 204 | 137 |
---|---|---|---|
HSL | 0.11 | 0.74 | 0.73 |
HSV | 40° | 42° | 93° |
CMYK | 0.00 | 0.14 | 0.42 0.07 |
XYZ | 61.0333 | 62.9964 | 32.6096 |
Yxy | 62.9964 | 0.3896 | 0.4022 |
Hunter Lab | 79.3703 | -1.6370 | 31.1997 |
CIE-Lab | 83.4405 | 2.7435 | 37.6381 |
#edcc89 color RGB value is (237,204,137).
#edcc89 hex color red value is 237, green value is 204 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #edcc89 hue: 0.11 , saturation: 0.74 and the lightness value of edcc89 is 0.73.
The process color (four color CMYK) of #edcc89 color hex is 0.00, 0.14, 0.42, 0.07. Web safe color of #edcc89 is #ffcc99. Color #edcc89 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001100 | 10001001 |
Octal | 355 | 314 | 211 |
Decimal | 237 | 204 | 137 |
Hex | ED | CC | 89 |
Shades of #edcc89
Tints of #edcc89
RGB Percentages of Color #edcc89
CMYK Percentages of Color #edcc89
Complementary Color
#edcc89 | #89aaed |
#edcc89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcc89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcc89 Color CSS Codes
.mybgcolor {background-color:#edcc89; } .myforecolor {color:#edcc89; } .mybordercolor {border:3px solid #edcc89; }
#edcc89 Text Font Color
<p style="color:#edcc89">Text here</p>
This sample text font color is #edcc89
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.
#edcc89 Background Color
<div style="background-color:#edcc89">
Div content here</div>
This div background color is #edcc89
#edcc89 Border Color
<div style="border:3px solid #edcc89">
Div here</div>
This div border color is #edcc89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,204,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcc89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcc89; -webkit-box-shadow: 1px 1px 3px 2px #edcc89; box-shadow: 1px 1px 3px 2px #edcc89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,204,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcc89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcc89; -webkit-box-shadow: 1px 1px 3px 2px #edcc89; box-shadow: 1px 1px 3px 2px #edcc89;">
Div content here</div>
This div box has shadow with color #edcc89
Comments
No comments written yet.
Please login to write comment.