Color spaces of #ede3cb
RGB | 237 | 227 | 203 |
---|---|---|---|
HSL | 0.12 | 0.49 | 0.86 |
HSV | 42° | 14° | 93° |
CMYK | 0.00 | 0.04 | 0.14 0.07 |
XYZ | 73.1736 | 77.2545 | 67.5549 |
Yxy | 77.2545 | 0.3357 | 0.3544 |
Hunter Lab | 87.8945 | -5.2114 | 15.9565 |
CIE-Lab | 90.4386 | -0.5306 | 12.9346 |
#ede3cb color RGB value is (237,227,203).
#ede3cb hex color red value is 237, green value is 227 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ede3cb hue: 0.12 , saturation: 0.49 and the lightness value of ede3cb is 0.86.
The process color (four color CMYK) of #ede3cb color hex is 0.00, 0.04, 0.14, 0.07. Web safe color of #ede3cb is #ffcccc. Color #ede3cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100011 | 11001011 |
Octal | 355 | 343 | 313 |
Decimal | 237 | 227 | 203 |
Hex | ED | E3 | CB |
Shades of #ede3cb
Tints of #ede3cb
RGB Percentages of Color #ede3cb
CMYK Percentages of Color #ede3cb
Complementary Color
#ede3cb | #cbd5ed |
#ede3cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede3cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede3cb Color CSS Codes
.mybgcolor {background-color:#ede3cb; } .myforecolor {color:#ede3cb; } .mybordercolor {border:3px solid #ede3cb; }
#ede3cb Text Font Color
<p style="color:#ede3cb">Text here</p>
This sample text font color is #ede3cb
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.
#ede3cb Background Color
<div style="background-color:#ede3cb">
Div content here</div>
This div background color is #ede3cb
#ede3cb Border Color
<div style="border:3px solid #ede3cb">
Div here</div>
This div border color is #ede3cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,227,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede3cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede3cb; -webkit-box-shadow: 1px 1px 3px 2px #ede3cb; box-shadow: 1px 1px 3px 2px #ede3cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,227,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede3cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede3cb; -webkit-box-shadow: 1px 1px 3px 2px #ede3cb; box-shadow: 1px 1px 3px 2px #ede3cb;">
Div content here</div>
This div box has shadow with color #ede3cb
Comments
No comments written yet.
Please login to write comment.