Color spaces of #de806e
RGB | 222 | 128 | 110 |
---|---|---|---|
HSL | 0.03 | 0.63 | 0.65 |
HSV | 10° | 50° | 87° |
CMYK | 0.00 | 0.42 | 0.50 0.13 |
XYZ | 40.6578 | 32.0937 | 18.8037 |
Yxy | 32.0937 | 0.4441 | 0.3505 |
Hunter Lab | 56.6513 | 28.9670 | 19.9764 |
CIE-Lab | 63.4203 | 34.4085 | 25.5556 |
#de806e color RGB value is (222,128,110).
#de806e hex color red value is 222, green value is 128 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #de806e hue: 0.03 , saturation: 0.63 and the lightness value of de806e is 0.65.
The process color (four color CMYK) of #de806e color hex is 0.00, 0.42, 0.50, 0.13. Web safe color of #de806e is #cc9966. Color #de806e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10000000 | 01101110 |
Octal | 336 | 200 | 156 |
Decimal | 222 | 128 | 110 |
Hex | DE | 80 | 6E |
Shades of #de806e
Tints of #de806e
RGB Percentages of Color #de806e
CMYK Percentages of Color #de806e
Complementary Color
#de806e | #6eccde |
#de806e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de806e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de806e Color CSS Codes
.mybgcolor {background-color:#de806e; } .myforecolor {color:#de806e; } .mybordercolor {border:3px solid #de806e; }
#de806e Text Font Color
<p style="color:#de806e">Text here</p>
This sample text font color is #de806e
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.
#de806e Background Color
<div style="background-color:#de806e">
Div content here</div>
This div background color is #de806e
#de806e Border Color
<div style="border:3px solid #de806e">
Div here</div>
This div border color is #de806e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,128,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de806e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de806e; -webkit-box-shadow: 1px 1px 3px 2px #de806e; box-shadow: 1px 1px 3px 2px #de806e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,128,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de806e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de806e; -webkit-box-shadow: 1px 1px 3px 2px #de806e; box-shadow: 1px 1px 3px 2px #de806e;">
Div content here</div>
This div box has shadow with color #de806e
Comments
No comments written yet.
Please login to write comment.