Color spaces of #eedbdb
RGB | 238 | 219 | 219 |
---|---|---|---|
HSL | 0.00 | 0.36 | 0.90 |
HSV | 0° | 8° | 93° |
CMYK | 0.00 | 0.08 | 0.08 0.07 |
XYZ | 73.3776 | 73.9547 | 77.4251 |
Yxy | 73.9547 | 0.3265 | 0.3290 |
Hunter Lab | 85.9969 | 1.8120 | 6.8176 |
CIE-Lab | 88.9011 | 6.5222 | 2.3506 |
#eedbdb color RGB value is (238,219,219).
#eedbdb hex color red value is 238, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eedbdb hue: 0.00 , saturation: 0.36 and the lightness value of eedbdb is 0.90.
The process color (four color CMYK) of #eedbdb color hex is 0.00, 0.08, 0.08, 0.07. Web safe color of #eedbdb is #ffcccc. Color #eedbdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011011 | 11011011 |
Octal | 356 | 333 | 333 |
Decimal | 238 | 219 | 219 |
Hex | EE | DB | DB |
Shades of #eedbdb
Tints of #eedbdb
RGB Percentages of Color #eedbdb
CMYK Percentages of Color #eedbdb
Complementary Color
#eedbdb | #dbeeee |
#eedbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedbdb Color CSS Codes
.mybgcolor {background-color:#eedbdb; } .myforecolor {color:#eedbdb; } .mybordercolor {border:3px solid #eedbdb; }
#eedbdb Text Font Color
<p style="color:#eedbdb">Text here</p>
This sample text font color is #eedbdb
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.
#eedbdb Background Color
<div style="background-color:#eedbdb">
Div content here</div>
This div background color is #eedbdb
#eedbdb Border Color
<div style="border:3px solid #eedbdb">
Div here</div>
This div border color is #eedbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,219,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedbdb; -webkit-box-shadow: 1px 1px 3px 2px #eedbdb; box-shadow: 1px 1px 3px 2px #eedbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,219,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedbdb; -webkit-box-shadow: 1px 1px 3px 2px #eedbdb; box-shadow: 1px 1px 3px 2px #eedbdb;">
Div content here</div>
This div box has shadow with color #eedbdb
#eedbdb Color Palettes
Comments
No comments written yet.
Please login to write comment.