Color spaces of #ecf2ab
RGB | 236 | 242 | 171 |
---|---|---|---|
HSL | 0.18 | 0.73 | 0.81 |
HSV | 65° | 29° | 95° |
CMYK | 0.02 | 0.00 | 0.29 0.05 |
XYZ | 73.6949 | 84.2774 | 50.9111 |
Yxy | 84.2774 | 0.3528 | 0.4035 |
Hunter Lab | 91.8027 | -17.3634 | 31.3814 |
CIE-Lab | 93.5709 | -12.9459 | 33.6834 |
#ecf2ab color RGB value is (236,242,171).
#ecf2ab hex color red value is 236, green value is 242 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ecf2ab hue: 0.18 , saturation: 0.73 and the lightness value of ecf2ab is 0.81.
The process color (four color CMYK) of #ecf2ab color hex is 0.02, 0.00, 0.29, 0.05. Web safe color of #ecf2ab is #ffff99. Color #ecf2ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11110010 | 10101011 |
Octal | 354 | 362 | 253 |
Decimal | 236 | 242 | 171 |
Hex | EC | F2 | AB |
Shades of #ecf2ab
Tints of #ecf2ab
RGB Percentages of Color #ecf2ab
CMYK Percentages of Color #ecf2ab
Complementary Color
#ecf2ab | #b1abf2 |
#ecf2ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecf2ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecf2ab Color CSS Codes
.mybgcolor {background-color:#ecf2ab; } .myforecolor {color:#ecf2ab; } .mybordercolor {border:3px solid #ecf2ab; }
#ecf2ab Text Font Color
<p style="color:#ecf2ab">Text here</p>
This sample text font color is #ecf2ab
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.
#ecf2ab Background Color
<div style="background-color:#ecf2ab">
Div content here</div>
This div background color is #ecf2ab
#ecf2ab Border Color
<div style="border:3px solid #ecf2ab">
Div here</div>
This div border color is #ecf2ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,242,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecf2ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecf2ab; -webkit-box-shadow: 1px 1px 3px 2px #ecf2ab; box-shadow: 1px 1px 3px 2px #ecf2ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,242,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecf2ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecf2ab; -webkit-box-shadow: 1px 1px 3px 2px #ecf2ab; box-shadow: 1px 1px 3px 2px #ecf2ab;">
Div content here</div>
This div box has shadow with color #ecf2ab
Comments
No comments written yet.
Please login to write comment.