Color spaces of #edeeec
RGB | 237 | 238 | 236 |
---|---|---|---|
HSL | 0.25 | 0.06 | 0.93 |
HSV | 90° | 1° | 93° |
CMYK | 0.00 | 0.00 | 0.01 0.07 |
XYZ | 80.6399 | 85.2097 | 91.5538 |
Yxy | 85.2097 | 0.3133 | 0.3310 |
Hunter Lab | 92.3091 | -5.6059 | 5.8115 |
CIE-Lab | 93.9734 | -0.6826 | 0.8383 |
#edeeec color RGB value is (237,238,236).
#edeeec hex color red value is 237, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #edeeec hue: 0.25 , saturation: 0.06 and the lightness value of edeeec is 0.93.
The process color (four color CMYK) of #edeeec color hex is 0.00, 0.00, 0.01, 0.07. Web safe color of #edeeec is #ffffff. Color #edeeec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101110 | 11101100 |
Octal | 355 | 356 | 354 |
Decimal | 237 | 238 | 236 |
Hex | ED | EE | EC |
Shades of #edeeec
Tints of #edeeec
RGB Percentages of Color #edeeec
CMYK Percentages of Color #edeeec
Complementary Color
#edeeec | #edecee |
#edeeec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edeeec Color Preview on White Background
Lorem ipsum dolor sit amet.
#edeeec Color CSS Codes
.mybgcolor {background-color:#edeeec; } .myforecolor {color:#edeeec; } .mybordercolor {border:3px solid #edeeec; }
#edeeec Text Font Color
<p style="color:#edeeec">Text here</p>
This sample text font color is #edeeec
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.
#edeeec Background Color
<div style="background-color:#edeeec">
Div content here</div>
This div background color is #edeeec
#edeeec Border Color
<div style="border:3px solid #edeeec">
Div here</div>
This div border color is #edeeec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,238,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edeeec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edeeec; -webkit-box-shadow: 1px 1px 3px 2px #edeeec; box-shadow: 1px 1px 3px 2px #edeeec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,238,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edeeec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edeeec; -webkit-box-shadow: 1px 1px 3px 2px #edeeec; box-shadow: 1px 1px 3px 2px #edeeec;">
Div content here</div>
This div box has shadow with color #edeeec
#edeeec Color Palettes
Comments
No comments written yet.
Please login to write comment.