Color spaces of #dea295
RGB | 222 | 162 | 149 |
---|---|---|---|
HSL | 0.03 | 0.53 | 0.73 |
HSV | 11° | 33° | 87° |
CMYK | 0.00 | 0.27 | 0.33 0.13 |
XYZ | 48.4693 | 43.5402 | 34.2833 |
Yxy | 43.5402 | 0.3838 | 0.3448 |
Hunter Lab | 65.9850 | 15.6435 | 15.3847 |
CIE-Lab | 71.9201 | 20.4997 | 15.5242 |
#dea295 color RGB value is (222,162,149).
#dea295 hex color red value is 222, green value is 162 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dea295 hue: 0.03 , saturation: 0.53 and the lightness value of dea295 is 0.73.
The process color (four color CMYK) of #dea295 color hex is 0.00, 0.27, 0.33, 0.13. Web safe color of #dea295 is #cc9999. Color #dea295 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100010 | 10010101 |
Octal | 336 | 242 | 225 |
Decimal | 222 | 162 | 149 |
Hex | DE | A2 | 95 |
Shades of #dea295
Tints of #dea295
RGB Percentages of Color #dea295
CMYK Percentages of Color #dea295
Complementary Color
#dea295 | #95d1de |
#dea295 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea295 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea295 Color CSS Codes
.mybgcolor {background-color:#dea295; } .myforecolor {color:#dea295; } .mybordercolor {border:3px solid #dea295; }
#dea295 Text Font Color
<p style="color:#dea295">Text here</p>
This sample text font color is #dea295
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.
#dea295 Background Color
<div style="background-color:#dea295">
Div content here</div>
This div background color is #dea295
#dea295 Border Color
<div style="border:3px solid #dea295">
Div here</div>
This div border color is #dea295
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,162,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea295; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea295; -webkit-box-shadow: 1px 1px 3px 2px #dea295; box-shadow: 1px 1px 3px 2px #dea295; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,162,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea295">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea295; -webkit-box-shadow: 1px 1px 3px 2px #dea295; box-shadow: 1px 1px 3px 2px #dea295;">
Div content here</div>
This div box has shadow with color #dea295
Comments
No comments written yet.
Please login to write comment.