Color spaces of #dea697
RGB | 222 | 166 | 151 |
---|---|---|---|
HSL | 0.04 | 0.52 | 0.73 |
HSV | 13° | 32° | 87° |
CMYK | 0.00 | 0.25 | 0.32 0.13 |
XYZ | 49.3463 | 45.0364 | 35.3702 |
Yxy | 45.0364 | 0.3803 | 0.3471 |
Hunter Lab | 67.1092 | 13.8125 | 15.7273 |
CIE-Lab | 72.9159 | 18.6026 | 15.8180 |
#dea697 color RGB value is (222,166,151).
#dea697 hex color red value is 222, green value is 166 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dea697 hue: 0.04 , saturation: 0.52 and the lightness value of dea697 is 0.73.
The process color (four color CMYK) of #dea697 color hex is 0.00, 0.25, 0.32, 0.13. Web safe color of #dea697 is #cc9999. Color #dea697 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100110 | 10010111 |
Octal | 336 | 246 | 227 |
Decimal | 222 | 166 | 151 |
Hex | DE | A6 | 97 |
Shades of #dea697
Tints of #dea697
RGB Percentages of Color #dea697
CMYK Percentages of Color #dea697
Complementary Color
#dea697 | #97cfde |
#dea697 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea697 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea697 Color CSS Codes
.mybgcolor {background-color:#dea697; } .myforecolor {color:#dea697; } .mybordercolor {border:3px solid #dea697; }
#dea697 Text Font Color
<p style="color:#dea697">Text here</p>
This sample text font color is #dea697
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.
#dea697 Background Color
<div style="background-color:#dea697">
Div content here</div>
This div background color is #dea697
#dea697 Border Color
<div style="border:3px solid #dea697">
Div here</div>
This div border color is #dea697
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,166,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea697; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea697; -webkit-box-shadow: 1px 1px 3px 2px #dea697; box-shadow: 1px 1px 3px 2px #dea697; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,166,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea697">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea697; -webkit-box-shadow: 1px 1px 3px 2px #dea697; box-shadow: 1px 1px 3px 2px #dea697;">
Div content here</div>
This div box has shadow with color #dea697
Comments
No comments written yet.
Please login to write comment.