Color spaces of #de766f
RGB | 222 | 118 | 111 |
---|---|---|---|
HSL | 0.01 | 0.63 | 0.65 |
HSV | 4° | 50° | 87° |
CMYK | 0.00 | 0.47 | 0.50 0.13 |
XYZ | 39.4719 | 29.6342 | 18.6785 |
Yxy | 29.6342 | 0.4496 | 0.3376 |
Hunter Lab | 54.4373 | 34.1631 | 17.7626 |
CIE-Lab | 61.3373 | 39.6876 | 22.2121 |
#de766f color RGB value is (222,118,111).
#de766f hex color red value is 222, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #de766f hue: 0.01 , saturation: 0.63 and the lightness value of de766f is 0.65.
The process color (four color CMYK) of #de766f color hex is 0.00, 0.47, 0.50, 0.13. Web safe color of #de766f is #cc6666. Color #de766f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01110110 | 01101111 |
Octal | 336 | 166 | 157 |
Decimal | 222 | 118 | 111 |
Hex | DE | 76 | 6F |
Shades of #de766f
Tints of #de766f
RGB Percentages of Color #de766f
CMYK Percentages of Color #de766f
Complementary Color
#de766f | #6fd7de |
#de766f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de766f Color Preview on White Background
Lorem ipsum dolor sit amet.
#de766f Color CSS Codes
.mybgcolor {background-color:#de766f; } .myforecolor {color:#de766f; } .mybordercolor {border:3px solid #de766f; }
#de766f Text Font Color
<p style="color:#de766f">Text here</p>
This sample text font color is #de766f
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.
#de766f Background Color
<div style="background-color:#de766f">
Div content here</div>
This div background color is #de766f
#de766f Border Color
<div style="border:3px solid #de766f">
Div here</div>
This div border color is #de766f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,118,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de766f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de766f; -webkit-box-shadow: 1px 1px 3px 2px #de766f; box-shadow: 1px 1px 3px 2px #de766f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,118,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de766f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de766f; -webkit-box-shadow: 1px 1px 3px 2px #de766f; box-shadow: 1px 1px 3px 2px #de766f;">
Div content here</div>
This div box has shadow with color #de766f
Comments
No comments written yet.
Please login to write comment.