Color spaces of #e2ad92
RGB | 226 | 173 | 146 |
---|---|---|---|
HSL | 0.06 | 0.58 | 0.73 |
HSV | 20° | 35° | 89° |
CMYK | 0.00 | 0.23 | 0.35 0.11 |
XYZ | 51.4959 | 48.1312 | 33.7703 |
Yxy | 48.1312 | 0.3860 | 0.3608 |
Hunter Lab | 69.3767 | 11.0853 | 19.7032 |
CIE-Lab | 74.9076 | 15.7699 | 21.3571 |
#e2ad92 color RGB value is (226,173,146).
#e2ad92 hex color red value is 226, green value is 173 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e2ad92 hue: 0.06 , saturation: 0.58 and the lightness value of e2ad92 is 0.73.
The process color (four color CMYK) of #e2ad92 color hex is 0.00, 0.23, 0.35, 0.11. Web safe color of #e2ad92 is #cc9999. Color #e2ad92 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10101101 | 10010010 |
Octal | 342 | 255 | 222 |
Decimal | 226 | 173 | 146 |
Hex | E2 | AD | 92 |
Shades of #e2ad92
Tints of #e2ad92
RGB Percentages of Color #e2ad92
CMYK Percentages of Color #e2ad92
Complementary Color
#e2ad92 | #92c7e2 |
#e2ad92 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ad92 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ad92 Color CSS Codes
.mybgcolor {background-color:#e2ad92; } .myforecolor {color:#e2ad92; } .mybordercolor {border:3px solid #e2ad92; }
#e2ad92 Text Font Color
<p style="color:#e2ad92">Text here</p>
This sample text font color is #e2ad92
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.
#e2ad92 Background Color
<div style="background-color:#e2ad92">
Div content here</div>
This div background color is #e2ad92
#e2ad92 Border Color
<div style="border:3px solid #e2ad92">
Div here</div>
This div border color is #e2ad92
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,173,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ad92; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ad92; -webkit-box-shadow: 1px 1px 3px 2px #e2ad92; box-shadow: 1px 1px 3px 2px #e2ad92; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,173,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 #e2ad92">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ad92; -webkit-box-shadow: 1px 1px 3px 2px #e2ad92; box-shadow: 1px 1px 3px 2px #e2ad92;">
Div content here</div>
This div box has shadow with color #e2ad92
Comments
No comments written yet.
Please login to write comment.