Color spaces of #eecbeb
RGB | 238 | 203 | 235 |
---|---|---|---|
HSL | 0.85 | 0.51 | 0.86 |
HSV | 305° | 15° | 93° |
CMYK | 0.00 | 0.15 | 0.01 0.07 |
XYZ | 71.6112 | 66.8872 | 87.7335 |
Yxy | 66.8872 | 0.3165 | 0.2957 |
Hunter Lab | 81.7846 | 13.1729 | -6.3535 |
CIE-Lab | 85.4470 | 17.7002 | -11.1995 |
#eecbeb color RGB value is (238,203,235).
#eecbeb hex color red value is 238, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eecbeb hue: 0.85 , saturation: 0.51 and the lightness value of eecbeb is 0.86.
The process color (four color CMYK) of #eecbeb color hex is 0.00, 0.15, 0.01, 0.07. Web safe color of #eecbeb is #ffccff. Color #eecbeb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001011 | 11101011 |
Octal | 356 | 313 | 353 |
Decimal | 238 | 203 | 235 |
Hex | EE | CB | EB |
Shades of #eecbeb
Tints of #eecbeb
RGB Percentages of Color #eecbeb
CMYK Percentages of Color #eecbeb
Complementary Color
#eecbeb | #cbeece |
#eecbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecbeb Color CSS Codes
.mybgcolor {background-color:#eecbeb; } .myforecolor {color:#eecbeb; } .mybordercolor {border:3px solid #eecbeb; }
#eecbeb Text Font Color
<p style="color:#eecbeb">Text here</p>
This sample text font color is #eecbeb
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.
#eecbeb Background Color
<div style="background-color:#eecbeb">
Div content here</div>
This div background color is #eecbeb
#eecbeb Border Color
<div style="border:3px solid #eecbeb">
Div here</div>
This div border color is #eecbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,203,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecbeb; -webkit-box-shadow: 1px 1px 3px 2px #eecbeb; box-shadow: 1px 1px 3px 2px #eecbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,203,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eecbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecbeb; -webkit-box-shadow: 1px 1px 3px 2px #eecbeb; box-shadow: 1px 1px 3px 2px #eecbeb;">
Div content here</div>
This div box has shadow with color #eecbeb
Comments
No comments written yet.
Please login to write comment.