Color spaces of #e2eecf
RGB | 226 | 238 | 207 |
---|---|---|---|
HSL | 0.23 | 0.48 | 0.87 |
HSV | 83° | 13° | 93° |
CMYK | 0.05 | 0.00 | 0.13 0.07 |
XYZ | 73.2011 | 81.8228 | 70.9668 |
Yxy | 81.8228 | 0.3239 | 0.3621 |
Hunter Lab | 90.4560 | -13.8476 | 16.8035 |
CIE-Lab | 92.4966 | -9.3438 | 13.6581 |
#e2eecf color RGB value is (226,238,207).
#e2eecf hex color red value is 226, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e2eecf hue: 0.23 , saturation: 0.48 and the lightness value of e2eecf is 0.87.
The process color (four color CMYK) of #e2eecf color hex is 0.05, 0.00, 0.13, 0.07. Web safe color of #e2eecf is #ccffcc. Color #e2eecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11101110 | 11001111 |
Octal | 342 | 356 | 317 |
Decimal | 226 | 238 | 207 |
Hex | E2 | EE | CF |
Shades of #e2eecf
Tints of #e2eecf
RGB Percentages of Color #e2eecf
CMYK Percentages of Color #e2eecf
Complementary Color
#e2eecf | #dbcfee |
#e2eecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2eecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2eecf Color CSS Codes
.mybgcolor {background-color:#e2eecf; } .myforecolor {color:#e2eecf; } .mybordercolor {border:3px solid #e2eecf; }
#e2eecf Text Font Color
<p style="color:#e2eecf">Text here</p>
This sample text font color is #e2eecf
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.
#e2eecf Background Color
<div style="background-color:#e2eecf">
Div content here</div>
This div background color is #e2eecf
#e2eecf Border Color
<div style="border:3px solid #e2eecf">
Div here</div>
This div border color is #e2eecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,238,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2eecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2eecf; -webkit-box-shadow: 1px 1px 3px 2px #e2eecf; box-shadow: 1px 1px 3px 2px #e2eecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,238,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2eecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2eecf; -webkit-box-shadow: 1px 1px 3px 2px #e2eecf; box-shadow: 1px 1px 3px 2px #e2eecf;">
Div content here</div>
This div box has shadow with color #e2eecf
Comments
No comments written yet.
Please login to write comment.