Color spaces of #ecfaba
RGB | 236 | 250 | 186 |
---|---|---|---|
HSL | 0.20 | 0.86 | 0.85 |
HSV | 73° | 26° | 98° |
CMYK | 0.06 | 0.00 | 0.26 0.02 |
XYZ | 77.6406 | 89.7493 | 59.6856 |
Yxy | 89.7493 | 0.3419 | 0.3952 |
Hunter Lab | 94.7361 | -19.4992 | 28.9614 |
CIE-Lab | 95.8927 | -14.8981 | 29.2368 |
#ecfaba color RGB value is (236,250,186).
#ecfaba hex color red value is 236, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ecfaba hue: 0.20 , saturation: 0.86 and the lightness value of ecfaba is 0.85.
The process color (four color CMYK) of #ecfaba color hex is 0.06, 0.00, 0.26, 0.02. Web safe color of #ecfaba is #ffffcc. Color #ecfaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11111010 | 10111010 |
Octal | 354 | 372 | 272 |
Decimal | 236 | 250 | 186 |
Hex | EC | FA | BA |
Shades of #ecfaba
Tints of #ecfaba
RGB Percentages of Color #ecfaba
CMYK Percentages of Color #ecfaba
Complementary Color
#ecfaba | #c8bafa |
#ecfaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecfaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecfaba Color CSS Codes
.mybgcolor {background-color:#ecfaba; } .myforecolor {color:#ecfaba; } .mybordercolor {border:3px solid #ecfaba; }
#ecfaba Text Font Color
<p style="color:#ecfaba">Text here</p>
This sample text font color is #ecfaba
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.
#ecfaba Background Color
<div style="background-color:#ecfaba">
Div content here</div>
This div background color is #ecfaba
#ecfaba Border Color
<div style="border:3px solid #ecfaba">
Div here</div>
This div border color is #ecfaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,250,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecfaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecfaba; -webkit-box-shadow: 1px 1px 3px 2px #ecfaba; box-shadow: 1px 1px 3px 2px #ecfaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,250,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecfaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecfaba; -webkit-box-shadow: 1px 1px 3px 2px #ecfaba; box-shadow: 1px 1px 3px 2px #ecfaba;">
Div content here</div>
This div box has shadow with color #ecfaba
Comments
No comments written yet.
Please login to write comment.