Color spaces of #ecb692
RGB | 236 | 182 | 146 |
---|---|---|---|
HSL | 0.07 | 0.70 | 0.75 |
HSV | 24° | 38° | 93° |
CMYK | 0.00 | 0.23 | 0.38 0.07 |
XYZ | 56.5083 | 53.3641 | 34.5161 |
Yxy | 53.3641 | 0.3914 | 0.3696 |
Hunter Lab | 73.0507 | 10.2397 | 23.1213 |
CIE-Lab | 78.0895 | 14.8728 | 25.8537 |
#ecb692 color RGB value is (236,182,146).
#ecb692 hex color red value is 236, green value is 182 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ecb692 hue: 0.07 , saturation: 0.70 and the lightness value of ecb692 is 0.75.
The process color (four color CMYK) of #ecb692 color hex is 0.00, 0.23, 0.38, 0.07. Web safe color of #ecb692 is #ffcc99. Color #ecb692 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110110 | 10010010 |
Octal | 354 | 266 | 222 |
Decimal | 236 | 182 | 146 |
Hex | EC | B6 | 92 |
Shades of #ecb692
Tints of #ecb692
RGB Percentages of Color #ecb692
CMYK Percentages of Color #ecb692
Complementary Color
#ecb692 | #92c8ec |
#ecb692 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb692 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb692 Color CSS Codes
.mybgcolor {background-color:#ecb692; } .myforecolor {color:#ecb692; } .mybordercolor {border:3px solid #ecb692; }
#ecb692 Text Font Color
<p style="color:#ecb692">Text here</p>
This sample text font color is #ecb692
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.
#ecb692 Background Color
<div style="background-color:#ecb692">
Div content here</div>
This div background color is #ecb692
#ecb692 Border Color
<div style="border:3px solid #ecb692">
Div here</div>
This div border color is #ecb692
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,182,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb692; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb692; -webkit-box-shadow: 1px 1px 3px 2px #ecb692; box-shadow: 1px 1px 3px 2px #ecb692; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,182,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb692">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb692; -webkit-box-shadow: 1px 1px 3px 2px #ecb692; box-shadow: 1px 1px 3px 2px #ecb692;">
Div content here</div>
This div box has shadow with color #ecb692
Comments
No comments written yet.
Please login to write comment.