Color spaces of #ecafbb
RGB | 236 | 175 | 187 |
---|---|---|---|
HSL | 0.97 | 0.62 | 0.81 |
HSV | 348° | 26° | 93° |
CMYK | 0.00 | 0.26 | 0.21 0.07 |
XYZ | 58.8917 | 52.0807 | 53.9624 |
Yxy | 52.0807 | 0.3571 | 0.3158 |
Hunter Lab | 72.1670 | 19.3724 | 6.1831 |
CIE-Lab | 77.3291 | 23.9802 | 2.6391 |
#ecafbb color RGB value is (236,175,187).
#ecafbb hex color red value is 236, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ecafbb hue: 0.97 , saturation: 0.62 and the lightness value of ecafbb is 0.81.
The process color (four color CMYK) of #ecafbb color hex is 0.00, 0.26, 0.21, 0.07. Web safe color of #ecafbb is #ff99cc. Color #ecafbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101111 | 10111011 |
Octal | 354 | 257 | 273 |
Decimal | 236 | 175 | 187 |
Hex | EC | AF | BB |
Shades of #ecafbb
Tints of #ecafbb
RGB Percentages of Color #ecafbb
CMYK Percentages of Color #ecafbb
Complementary Color
#ecafbb | #afece0 |
#ecafbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecafbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecafbb Color CSS Codes
.mybgcolor {background-color:#ecafbb; } .myforecolor {color:#ecafbb; } .mybordercolor {border:3px solid #ecafbb; }
#ecafbb Text Font Color
<p style="color:#ecafbb">Text here</p>
This sample text font color is #ecafbb
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.
#ecafbb Background Color
<div style="background-color:#ecafbb">
Div content here</div>
This div background color is #ecafbb
#ecafbb Border Color
<div style="border:3px solid #ecafbb">
Div here</div>
This div border color is #ecafbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,175,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecafbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecafbb; -webkit-box-shadow: 1px 1px 3px 2px #ecafbb; box-shadow: 1px 1px 3px 2px #ecafbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,175,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecafbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecafbb; -webkit-box-shadow: 1px 1px 3px 2px #ecafbb; box-shadow: 1px 1px 3px 2px #ecafbb;">
Div content here</div>
This div box has shadow with color #ecafbb
Comments
No comments written yet.
Please login to write comment.