Color spaces of #e1cbef
RGB | 225 | 203 | 239 |
---|---|---|---|
HSL | 0.77 | 0.53 | 0.87 |
HSV | 277° | 15° | 94° |
CMYK | 0.06 | 0.15 | 0.00 0.06 |
XYZ | 67.9873 | 64.9514 | 90.6149 |
Yxy | 64.9514 | 0.3041 | 0.2905 |
Hunter Lab | 80.5924 | 9.5448 | -10.2486 |
CIE-Lab | 84.4587 | 14.1520 | -14.9189 |
#e1cbef color RGB value is (225,203,239).
#e1cbef hex color red value is 225, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1cbef hue: 0.77 , saturation: 0.53 and the lightness value of e1cbef is 0.87.
The process color (four color CMYK) of #e1cbef color hex is 0.06, 0.15, 0.00, 0.06. Web safe color of #e1cbef is #ccccff. Color #e1cbef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11001011 | 11101111 |
Octal | 341 | 313 | 357 |
Decimal | 225 | 203 | 239 |
Hex | E1 | CB | EF |
Shades of #e1cbef
Tints of #e1cbef
RGB Percentages of Color #e1cbef
CMYK Percentages of Color #e1cbef
Complementary Color
#e1cbef | #d9efcb |
#e1cbef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1cbef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1cbef Color CSS Codes
.mybgcolor {background-color:#e1cbef; } .myforecolor {color:#e1cbef; } .mybordercolor {border:3px solid #e1cbef; }
#e1cbef Text Font Color
<p style="color:#e1cbef">Text here</p>
This sample text font color is #e1cbef
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.
#e1cbef Background Color
<div style="background-color:#e1cbef">
Div content here</div>
This div background color is #e1cbef
#e1cbef Border Color
<div style="border:3px solid #e1cbef">
Div here</div>
This div border color is #e1cbef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,203,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1cbef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1cbef; -webkit-box-shadow: 1px 1px 3px 2px #e1cbef; box-shadow: 1px 1px 3px 2px #e1cbef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,203,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 #e1cbef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1cbef; -webkit-box-shadow: 1px 1px 3px 2px #e1cbef; box-shadow: 1px 1px 3px 2px #e1cbef;">
Div content here</div>
This div box has shadow with color #e1cbef
Comments
No comments written yet.
Please login to write comment.