Color spaces of #dead7a
RGB | 222 | 173 | 122 |
---|---|---|---|
HSL | 0.09 | 0.60 | 0.67 |
HSV | 31° | 45° | 87° |
CMYK | 0.00 | 0.22 | 0.45 0.13 |
XYZ | 48.5806 | 46.8219 | 24.8894 |
Yxy | 46.8219 | 0.4039 | 0.3892 |
Hunter Lab | 68.4265 | 6.9827 | 26.3325 |
CIE-Lab | 74.0757 | 11.5138 | 33.0156 |
#dead7a color RGB value is (222,173,122).
#dead7a hex color red value is 222, green value is 173 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dead7a hue: 0.09 , saturation: 0.60 and the lightness value of dead7a is 0.67.
The process color (four color CMYK) of #dead7a color hex is 0.00, 0.22, 0.45, 0.13. Web safe color of #dead7a is #cc9966. Color #dead7a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101101 | 01111010 |
Octal | 336 | 255 | 172 |
Decimal | 222 | 173 | 122 |
Hex | DE | AD | 7A |
Shades of #dead7a
Tints of #dead7a
RGB Percentages of Color #dead7a
CMYK Percentages of Color #dead7a
Complementary Color
#dead7a | #7aabde |
#dead7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dead7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dead7a Color CSS Codes
.mybgcolor {background-color:#dead7a; } .myforecolor {color:#dead7a; } .mybordercolor {border:3px solid #dead7a; }
#dead7a Text Font Color
<p style="color:#dead7a">Text here</p>
This sample text font color is #dead7a
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.
#dead7a Background Color
<div style="background-color:#dead7a">
Div content here</div>
This div background color is #dead7a
#dead7a Border Color
<div style="border:3px solid #dead7a">
Div here</div>
This div border color is #dead7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,173,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dead7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dead7a; -webkit-box-shadow: 1px 1px 3px 2px #dead7a; box-shadow: 1px 1px 3px 2px #dead7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,173,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dead7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dead7a; -webkit-box-shadow: 1px 1px 3px 2px #dead7a; box-shadow: 1px 1px 3px 2px #dead7a;">
Div content here</div>
This div box has shadow with color #dead7a
Comments
No comments written yet.
Please login to write comment.