Color spaces of #e1eeef
RGB | 225 | 238 | 239 |
---|---|---|---|
HSL | 0.51 | 0.30 | 0.91 |
HSV | 184° | 6° | 94° |
CMYK | 0.06 | 0.00 | 0.00 0.06 |
XYZ | 77.2059 | 83.3886 | 93.6878 |
Yxy | 83.3886 | 0.3036 | 0.3279 |
Hunter Lab | 91.3174 | -8.8893 | 3.0931 |
CIE-Lab | 93.1843 | -4.0980 | -1.9777 |
#e1eeef color RGB value is (225,238,239).
#e1eeef hex color red value is 225, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1eeef hue: 0.51 , saturation: 0.30 and the lightness value of e1eeef is 0.91.
The process color (four color CMYK) of #e1eeef color hex is 0.06, 0.00, 0.00, 0.06. Web safe color of #e1eeef is #ccffff. Color #e1eeef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11101110 | 11101111 |
Octal | 341 | 356 | 357 |
Decimal | 225 | 238 | 239 |
Hex | E1 | EE | EF |
Shades of #e1eeef
Tints of #e1eeef
RGB Percentages of Color #e1eeef
CMYK Percentages of Color #e1eeef
Complementary Color
#e1eeef | #efe2e1 |
#e1eeef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1eeef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1eeef Color CSS Codes
.mybgcolor {background-color:#e1eeef; } .myforecolor {color:#e1eeef; } .mybordercolor {border:3px solid #e1eeef; }
#e1eeef Text Font Color
<p style="color:#e1eeef">Text here</p>
This sample text font color is #e1eeef
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.
#e1eeef Background Color
<div style="background-color:#e1eeef">
Div content here</div>
This div background color is #e1eeef
#e1eeef Border Color
<div style="border:3px solid #e1eeef">
Div here</div>
This div border color is #e1eeef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,238,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1eeef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1eeef; -webkit-box-shadow: 1px 1px 3px 2px #e1eeef; box-shadow: 1px 1px 3px 2px #e1eeef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,238,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1eeef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1eeef; -webkit-box-shadow: 1px 1px 3px 2px #e1eeef; box-shadow: 1px 1px 3px 2px #e1eeef;">
Div content here</div>
This div box has shadow with color #e1eeef
Comments
No comments written yet.
Please login to write comment.