Color spaces of #ecbfb4
RGB | 236 | 191 | 180 |
---|---|---|---|
HSL | 0.03 | 0.60 | 0.82 |
HSV | 12° | 24° | 93° |
CMYK | 0.00 | 0.19 | 0.24 0.07 |
XYZ | 61.4611 | 58.3898 | 51.2110 |
Yxy | 58.3898 | 0.3593 | 0.3413 |
Hunter Lab | 76.4132 | 9.8490 | 13.7540 |
CIE-Lab | 80.9550 | 14.4622 | 11.6278 |
#ecbfb4 color RGB value is (236,191,180).
#ecbfb4 hex color red value is 236, green value is 191 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ecbfb4 hue: 0.03 , saturation: 0.60 and the lightness value of ecbfb4 is 0.82.
The process color (four color CMYK) of #ecbfb4 color hex is 0.00, 0.19, 0.24, 0.07. Web safe color of #ecbfb4 is #ffcccc. Color #ecbfb4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111111 | 10110100 |
Octal | 354 | 277 | 264 |
Decimal | 236 | 191 | 180 |
Hex | EC | BF | B4 |
Shades of #ecbfb4
Tints of #ecbfb4
RGB Percentages of Color #ecbfb4
CMYK Percentages of Color #ecbfb4
Complementary Color
#ecbfb4 | #b4e1ec |
#ecbfb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbfb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbfb4 Color CSS Codes
.mybgcolor {background-color:#ecbfb4; } .myforecolor {color:#ecbfb4; } .mybordercolor {border:3px solid #ecbfb4; }
#ecbfb4 Text Font Color
<p style="color:#ecbfb4">Text here</p>
This sample text font color is #ecbfb4
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.
#ecbfb4 Background Color
<div style="background-color:#ecbfb4">
Div content here</div>
This div background color is #ecbfb4
#ecbfb4 Border Color
<div style="border:3px solid #ecbfb4">
Div here</div>
This div border color is #ecbfb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,191,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbfb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbfb4; -webkit-box-shadow: 1px 1px 3px 2px #ecbfb4; box-shadow: 1px 1px 3px 2px #ecbfb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,191,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbfb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbfb4; -webkit-box-shadow: 1px 1px 3px 2px #ecbfb4; box-shadow: 1px 1px 3px 2px #ecbfb4;">
Div content here</div>
This div box has shadow with color #ecbfb4
Comments
No comments written yet.
Please login to write comment.