Color spaces of #eedbcc
RGB | 238 | 219 | 204 |
---|---|---|---|
HSL | 0.07 | 0.50 | 0.87 |
HSV | 26° | 14° | 93° |
CMYK | 0.00 | 0.08 | 0.14 0.07 |
XYZ | 71.4905 | 73.1998 | 67.4878 |
Yxy | 73.1998 | 0.3369 | 0.3450 |
Hunter Lab | 85.5569 | -0.5717 | 13.1215 |
CIE-Lab | 88.5429 | 4.0997 | 9.7226 |
#eedbcc color RGB value is (238,219,204).
#eedbcc hex color red value is 238, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eedbcc hue: 0.07 , saturation: 0.50 and the lightness value of eedbcc is 0.87.
The process color (four color CMYK) of #eedbcc color hex is 0.00, 0.08, 0.14, 0.07. Web safe color of #eedbcc is #ffcccc. Color #eedbcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011011 | 11001100 |
Octal | 356 | 333 | 314 |
Decimal | 238 | 219 | 204 |
Hex | EE | DB | CC |
Shades of #eedbcc
Tints of #eedbcc
RGB Percentages of Color #eedbcc
CMYK Percentages of Color #eedbcc
Complementary Color
#eedbcc | #ccdfee |
#eedbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedbcc Color CSS Codes
.mybgcolor {background-color:#eedbcc; } .myforecolor {color:#eedbcc; } .mybordercolor {border:3px solid #eedbcc; }
#eedbcc Text Font Color
<p style="color:#eedbcc">Text here</p>
This sample text font color is #eedbcc
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.
#eedbcc Background Color
<div style="background-color:#eedbcc">
Div content here</div>
This div background color is #eedbcc
#eedbcc Border Color
<div style="border:3px solid #eedbcc">
Div here</div>
This div border color is #eedbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,219,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedbcc; -webkit-box-shadow: 1px 1px 3px 2px #eedbcc; box-shadow: 1px 1px 3px 2px #eedbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,219,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedbcc; -webkit-box-shadow: 1px 1px 3px 2px #eedbcc; box-shadow: 1px 1px 3px 2px #eedbcc;">
Div content here</div>
This div box has shadow with color #eedbcc
Comments
No comments written yet.
Please login to write comment.