Color spaces of #eeded5
RGB | 238 | 222 | 213 |
---|---|---|---|
HSL | 0.06 | 0.42 | 0.88 |
HSV | 22° | 11° | 93° |
CMYK | 0.00 | 0.07 | 0.11 0.07 |
XYZ | 73.3914 | 75.2238 | 73.6023 |
Yxy | 75.2238 | 0.3303 | 0.3385 |
Hunter Lab | 86.7317 | -0.7356 | 10.3974 |
CIE-Lab | 89.4977 | 3.9792 | 6.3670 |
#eeded5 color RGB value is (238,222,213).
#eeded5 hex color red value is 238, green value is 222 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #eeded5 hue: 0.06 , saturation: 0.42 and the lightness value of eeded5 is 0.88.
The process color (four color CMYK) of #eeded5 color hex is 0.00, 0.07, 0.11, 0.07. Web safe color of #eeded5 is #ffcccc. Color #eeded5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011110 | 11010101 |
Octal | 356 | 336 | 325 |
Decimal | 238 | 222 | 213 |
Hex | EE | DE | D5 |
Shades of #eeded5
Tints of #eeded5
RGB Percentages of Color #eeded5
CMYK Percentages of Color #eeded5
Complementary Color
#eeded5 | #d5e5ee |
#eeded5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeded5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeded5 Color CSS Codes
.mybgcolor {background-color:#eeded5; } .myforecolor {color:#eeded5; } .mybordercolor {border:3px solid #eeded5; }
#eeded5 Text Font Color
<p style="color:#eeded5">Text here</p>
This sample text font color is #eeded5
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.
#eeded5 Background Color
<div style="background-color:#eeded5">
Div content here</div>
This div background color is #eeded5
#eeded5 Border Color
<div style="border:3px solid #eeded5">
Div here</div>
This div border color is #eeded5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,222,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeded5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeded5; -webkit-box-shadow: 1px 1px 3px 2px #eeded5; box-shadow: 1px 1px 3px 2px #eeded5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,222,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeded5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeded5; -webkit-box-shadow: 1px 1px 3px 2px #eeded5; box-shadow: 1px 1px 3px 2px #eeded5;">
Div content here</div>
This div box has shadow with color #eeded5
#eeded5 Color Palettes
Comments
No comments written yet.
Please login to write comment.