Color spaces of #de906f
RGB | 222 | 144 | 111 |
---|---|---|---|
HSL | 0.05 | 0.63 | 0.65 |
HSV | 18° | 50° | 87° |
CMYK | 0.00 | 0.35 | 0.50 0.13 |
XYZ | 42.9667 | 36.6238 | 19.8434 |
Yxy | 36.6238 | 0.4321 | 0.3683 |
Hunter Lab | 60.5176 | 20.8268 | 22.9214 |
CIE-Lab | 66.9938 | 26.0057 | 29.7009 |
#de906f color RGB value is (222,144,111).
#de906f hex color red value is 222, green value is 144 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #de906f hue: 0.05 , saturation: 0.63 and the lightness value of de906f is 0.65.
The process color (four color CMYK) of #de906f color hex is 0.00, 0.35, 0.50, 0.13. Web safe color of #de906f is #cc9966. Color #de906f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10010000 | 01101111 |
Octal | 336 | 220 | 157 |
Decimal | 222 | 144 | 111 |
Hex | DE | 90 | 6F |
Shades of #de906f
Tints of #de906f
RGB Percentages of Color #de906f
CMYK Percentages of Color #de906f
Complementary Color
#de906f | #6fbdde |
#de906f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de906f Color Preview on White Background
Lorem ipsum dolor sit amet.
#de906f Color CSS Codes
.mybgcolor {background-color:#de906f; } .myforecolor {color:#de906f; } .mybordercolor {border:3px solid #de906f; }
#de906f Text Font Color
<p style="color:#de906f">Text here</p>
This sample text font color is #de906f
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.
#de906f Background Color
<div style="background-color:#de906f">
Div content here</div>
This div background color is #de906f
#de906f Border Color
<div style="border:3px solid #de906f">
Div here</div>
This div border color is #de906f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,144,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de906f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de906f; -webkit-box-shadow: 1px 1px 3px 2px #de906f; box-shadow: 1px 1px 3px 2px #de906f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,144,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 #de906f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de906f; -webkit-box-shadow: 1px 1px 3px 2px #de906f; box-shadow: 1px 1px 3px 2px #de906f;">
Div content here</div>
This div box has shadow with color #de906f
Comments
No comments written yet.
Please login to write comment.