Color spaces of #edeeed
RGB | 237 | 238 | 237 |
---|---|---|---|
HSL | 0.33 | 0.03 | 0.93 |
HSV | 120° | 0° | 93° |
CMYK | 0.00 | 0.00 | 0.00 0.07 |
XYZ | 80.7856 | 85.2680 | 92.3213 |
Yxy | 85.2680 | 0.3127 | 0.3300 |
Hunter Lab | 92.3407 | -5.4328 | 5.3609 |
CIE-Lab | 93.9985 | -0.5058 | 0.3555 |
#edeeed color RGB value is (237,238,237).
#edeeed hex color red value is 237, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edeeed hue: 0.33 , saturation: 0.03 and the lightness value of edeeed is 0.93.
The process color (four color CMYK) of #edeeed color hex is 0.00, 0.00, 0.00, 0.07. Web safe color of #edeeed is #ffffff. Color #edeeed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101110 | 11101101 |
Octal | 355 | 356 | 355 |
Decimal | 237 | 238 | 237 |
Hex | ED | EE | ED |
Shades of #edeeed
Tints of #edeeed
RGB Percentages of Color #edeeed
CMYK Percentages of Color #edeeed
Complementary Color
#edeeed | #eeedee |
#edeeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edeeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#edeeed Color CSS Codes
.mybgcolor {background-color:#edeeed; } .myforecolor {color:#edeeed; } .mybordercolor {border:3px solid #edeeed; }
#edeeed Text Font Color
<p style="color:#edeeed">Text here</p>
This sample text font color is #edeeed
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.
#edeeed Background Color
<div style="background-color:#edeeed">
Div content here</div>
This div background color is #edeeed
#edeeed Border Color
<div style="border:3px solid #edeeed">
Div here</div>
This div border color is #edeeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,238,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edeeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edeeed; -webkit-box-shadow: 1px 1px 3px 2px #edeeed; box-shadow: 1px 1px 3px 2px #edeeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,238,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edeeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edeeed; -webkit-box-shadow: 1px 1px 3px 2px #edeeed; box-shadow: 1px 1px 3px 2px #edeeed;">
Div content here</div>
This div box has shadow with color #edeeed
#edeeed Color Palettes
Comments
No comments written yet.
Please login to write comment.