Color spaces of #ecaaa1
RGB | 236 | 170 | 161 |
---|---|---|---|
HSL | 0.02 | 0.66 | 0.78 |
HSV | 7° | 32° | 93° |
CMYK | 0.00 | 0.28 | 0.32 0.07 |
XYZ | 55.3998 | 49.1555 | 40.2863 |
Yxy | 49.1555 | 0.3825 | 0.3394 |
Hunter Lab | 70.1110 | 18.3516 | 15.0092 |
CIE-Lab | 75.5480 | 23.0603 | 14.2607 |
#ecaaa1 color RGB value is (236,170,161).
#ecaaa1 hex color red value is 236, green value is 170 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ecaaa1 hue: 0.02 , saturation: 0.66 and the lightness value of ecaaa1 is 0.78.
The process color (four color CMYK) of #ecaaa1 color hex is 0.00, 0.28, 0.32, 0.07. Web safe color of #ecaaa1 is #ff9999. Color #ecaaa1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101010 | 10100001 |
Octal | 354 | 252 | 241 |
Decimal | 236 | 170 | 161 |
Hex | EC | AA | A1 |
Shades of #ecaaa1
Tints of #ecaaa1
RGB Percentages of Color #ecaaa1
CMYK Percentages of Color #ecaaa1
Complementary Color
#ecaaa1 | #a1e3ec |
#ecaaa1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecaaa1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecaaa1 Color CSS Codes
.mybgcolor {background-color:#ecaaa1; } .myforecolor {color:#ecaaa1; } .mybordercolor {border:3px solid #ecaaa1; }
#ecaaa1 Text Font Color
<p style="color:#ecaaa1">Text here</p>
This sample text font color is #ecaaa1
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.
#ecaaa1 Background Color
<div style="background-color:#ecaaa1">
Div content here</div>
This div background color is #ecaaa1
#ecaaa1 Border Color
<div style="border:3px solid #ecaaa1">
Div here</div>
This div border color is #ecaaa1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,170,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecaaa1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecaaa1; -webkit-box-shadow: 1px 1px 3px 2px #ecaaa1; box-shadow: 1px 1px 3px 2px #ecaaa1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,170,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecaaa1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecaaa1; -webkit-box-shadow: 1px 1px 3px 2px #ecaaa1; box-shadow: 1px 1px 3px 2px #ecaaa1;">
Div content here</div>
This div box has shadow with color #ecaaa1
#ecaaa1 Color Palettes
Comments
No comments written yet.
Please login to write comment.