Color spaces of #edcdab
RGB | 237 | 205 | 171 |
---|---|---|---|
HSL | 0.09 | 0.65 | 0.80 |
HSV | 31° | 28° | 93° |
CMYK | 0.00 | 0.14 | 0.28 0.07 |
XYZ | 64.1071 | 64.6074 | 47.6198 |
Yxy | 64.6074 | 0.3636 | 0.3664 |
Hunter Lab | 80.3787 | 1.7022 | 21.1392 |
CIE-Lab | 84.2810 | 6.2438 | 21.0864 |
#edcdab color RGB value is (237,205,171).
#edcdab hex color red value is 237, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edcdab hue: 0.09 , saturation: 0.65 and the lightness value of edcdab is 0.80.
The process color (four color CMYK) of #edcdab color hex is 0.00, 0.14, 0.28, 0.07. Web safe color of #edcdab is #ffcc99. Color #edcdab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001101 | 10101011 |
Octal | 355 | 315 | 253 |
Decimal | 237 | 205 | 171 |
Hex | ED | CD | AB |
Shades of #edcdab
Tints of #edcdab
RGB Percentages of Color #edcdab
CMYK Percentages of Color #edcdab
Complementary Color
#edcdab | #abcbed |
#edcdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcdab Color CSS Codes
.mybgcolor {background-color:#edcdab; } .myforecolor {color:#edcdab; } .mybordercolor {border:3px solid #edcdab; }
#edcdab Text Font Color
<p style="color:#edcdab">Text here</p>
This sample text font color is #edcdab
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.
#edcdab Background Color
<div style="background-color:#edcdab">
Div content here</div>
This div background color is #edcdab
#edcdab Border Color
<div style="border:3px solid #edcdab">
Div here</div>
This div border color is #edcdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,205,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcdab; -webkit-box-shadow: 1px 1px 3px 2px #edcdab; box-shadow: 1px 1px 3px 2px #edcdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,205,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcdab; -webkit-box-shadow: 1px 1px 3px 2px #edcdab; box-shadow: 1px 1px 3px 2px #edcdab;">
Div content here</div>
This div box has shadow with color #edcdab
Comments
No comments written yet.
Please login to write comment.