Color spaces of #ecc9bf
RGB | 236 | 201 | 191 |
---|---|---|---|
HSL | 0.04 | 0.54 | 0.84 |
HSV | 13° | 19° | 93° |
CMYK | 0.00 | 0.15 | 0.19 0.07 |
XYZ | 64.8827 | 63.3677 | 58.1017 |
Yxy | 63.3677 | 0.3482 | 0.3400 |
Hunter Lab | 79.6038 | 6.1833 | 12.4478 |
CIE-Lab | 83.6355 | 10.7876 | 9.5646 |
#ecc9bf color RGB value is (236,201,191).
#ecc9bf hex color red value is 236, green value is 201 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ecc9bf hue: 0.04 , saturation: 0.54 and the lightness value of ecc9bf is 0.84.
The process color (four color CMYK) of #ecc9bf color hex is 0.00, 0.15, 0.19, 0.07. Web safe color of #ecc9bf is #ffcccc. Color #ecc9bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001001 | 10111111 |
Octal | 354 | 311 | 277 |
Decimal | 236 | 201 | 191 |
Hex | EC | C9 | BF |
Shades of #ecc9bf
Tints of #ecc9bf
RGB Percentages of Color #ecc9bf
CMYK Percentages of Color #ecc9bf
Complementary Color
#ecc9bf | #bfe2ec |
#ecc9bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecc9bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecc9bf Color CSS Codes
.mybgcolor {background-color:#ecc9bf; } .myforecolor {color:#ecc9bf; } .mybordercolor {border:3px solid #ecc9bf; }
#ecc9bf Text Font Color
<p style="color:#ecc9bf">Text here</p>
This sample text font color is #ecc9bf
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.
#ecc9bf Background Color
<div style="background-color:#ecc9bf">
Div content here</div>
This div background color is #ecc9bf
#ecc9bf Border Color
<div style="border:3px solid #ecc9bf">
Div here</div>
This div border color is #ecc9bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,201,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecc9bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecc9bf; -webkit-box-shadow: 1px 1px 3px 2px #ecc9bf; box-shadow: 1px 1px 3px 2px #ecc9bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,201,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecc9bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecc9bf; -webkit-box-shadow: 1px 1px 3px 2px #ecc9bf; box-shadow: 1px 1px 3px 2px #ecc9bf;">
Div content here</div>
This div box has shadow with color #ecc9bf
Comments
No comments written yet.
Please login to write comment.