Color spaces of #e4cbed
RGB | 228 | 203 | 237 |
---|---|---|---|
HSL | 0.79 | 0.49 | 0.86 |
HSV | 284° | 14° | 93° |
CMYK | 0.04 | 0.14 | 0.00 0.07 |
XYZ | 68.6369 | 65.3203 | 89.1113 |
Yxy | 65.3203 | 0.3077 | 0.2928 |
Hunter Lab | 80.8210 | 10.1537 | -8.7971 |
CIE-Lab | 84.6485 | 14.7535 | -13.5453 |
#e4cbed color RGB value is (228,203,237).
#e4cbed hex color red value is 228, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e4cbed hue: 0.79 , saturation: 0.49 and the lightness value of e4cbed is 0.86.
The process color (four color CMYK) of #e4cbed color hex is 0.04, 0.14, 0.00, 0.07. Web safe color of #e4cbed is #ccccff. Color #e4cbed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11001011 | 11101101 |
Octal | 344 | 313 | 355 |
Decimal | 228 | 203 | 237 |
Hex | E4 | CB | ED |
Shades of #e4cbed
Tints of #e4cbed
RGB Percentages of Color #e4cbed
CMYK Percentages of Color #e4cbed
Complementary Color
#e4cbed | #d4edcb |
#e4cbed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4cbed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4cbed Color CSS Codes
.mybgcolor {background-color:#e4cbed; } .myforecolor {color:#e4cbed; } .mybordercolor {border:3px solid #e4cbed; }
#e4cbed Text Font Color
<p style="color:#e4cbed">Text here</p>
This sample text font color is #e4cbed
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.
#e4cbed Background Color
<div style="background-color:#e4cbed">
Div content here</div>
This div background color is #e4cbed
#e4cbed Border Color
<div style="border:3px solid #e4cbed">
Div here</div>
This div border color is #e4cbed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,203,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4cbed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4cbed; -webkit-box-shadow: 1px 1px 3px 2px #e4cbed; box-shadow: 1px 1px 3px 2px #e4cbed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,203,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 #e4cbed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4cbed; -webkit-box-shadow: 1px 1px 3px 2px #e4cbed; box-shadow: 1px 1px 3px 2px #e4cbed;">
Div content here</div>
This div box has shadow with color #e4cbed
Comments
No comments written yet.
Please login to write comment.