Color spaces of #eec1cd
RGB | 238 | 193 | 205 |
---|---|---|---|
HSL | 0.96 | 0.57 | 0.85 |
HSV | 344° | 19° | 93° |
CMYK | 0.00 | 0.19 | 0.14 0.07 |
XYZ | 65.3493 | 60.7248 | 66.0344 |
Yxy | 60.7248 | 0.3402 | 0.3161 |
Hunter Lab | 77.9261 | 13.3204 | 4.3061 |
CIE-Lab | 82.2306 | 17.8960 | 0.0723 |
#eec1cd color RGB value is (238,193,205).
#eec1cd hex color red value is 238, green value is 193 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eec1cd hue: 0.96 , saturation: 0.57 and the lightness value of eec1cd is 0.85.
The process color (four color CMYK) of #eec1cd color hex is 0.00, 0.19, 0.14, 0.07. Web safe color of #eec1cd is #ffcccc. Color #eec1cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11000001 | 11001101 |
Octal | 356 | 301 | 315 |
Decimal | 238 | 193 | 205 |
Hex | EE | C1 | CD |
Shades of #eec1cd
Tints of #eec1cd
RGB Percentages of Color #eec1cd
CMYK Percentages of Color #eec1cd
Complementary Color
#eec1cd | #c1eee2 |
#eec1cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eec1cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eec1cd Color CSS Codes
.mybgcolor {background-color:#eec1cd; } .myforecolor {color:#eec1cd; } .mybordercolor {border:3px solid #eec1cd; }
#eec1cd Text Font Color
<p style="color:#eec1cd">Text here</p>
This sample text font color is #eec1cd
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.
#eec1cd Background Color
<div style="background-color:#eec1cd">
Div content here</div>
This div background color is #eec1cd
#eec1cd Border Color
<div style="border:3px solid #eec1cd">
Div here</div>
This div border color is #eec1cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,193,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eec1cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eec1cd; -webkit-box-shadow: 1px 1px 3px 2px #eec1cd; box-shadow: 1px 1px 3px 2px #eec1cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,193,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eec1cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eec1cd; -webkit-box-shadow: 1px 1px 3px 2px #eec1cd; box-shadow: 1px 1px 3px 2px #eec1cd;">
Div content here</div>
This div box has shadow with color #eec1cd
Comments
No comments written yet.
Please login to write comment.