Color spaces of #deba4e
RGB | 222 | 186 | 78 |
---|---|---|---|
HSL | 0.13 | 0.69 | 0.59 |
HSV | 45° | 65° | 87° |
CMYK | 0.00 | 0.16 | 0.65 0.13 |
XYZ | 49.0583 | 51.1975 | 14.5042 |
Yxy | 51.1975 | 0.4275 | 0.4461 |
Hunter Lab | 71.5524 | -2.8323 | 38.0682 |
CIE-Lab | 76.7985 | 1.0838 | 57.8546 |
#deba4e color RGB value is (222,186,78).
#deba4e hex color red value is 222, green value is 186 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #deba4e hue: 0.13 , saturation: 0.69 and the lightness value of deba4e is 0.59.
The process color (four color CMYK) of #deba4e color hex is 0.00, 0.16, 0.65, 0.13. Web safe color of #deba4e is #cccc66. Color #deba4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111010 | 01001110 |
Octal | 336 | 272 | 116 |
Decimal | 222 | 186 | 78 |
Hex | DE | BA | 4E |
Shades of #deba4e
Tints of #deba4e
RGB Percentages of Color #deba4e
CMYK Percentages of Color #deba4e
Complementary Color
#deba4e | #4e72de |
#deba4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deba4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#deba4e Color CSS Codes
.mybgcolor {background-color:#deba4e; } .myforecolor {color:#deba4e; } .mybordercolor {border:3px solid #deba4e; }
#deba4e Text Font Color
<p style="color:#deba4e">Text here</p>
This sample text font color is #deba4e
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.
#deba4e Background Color
<div style="background-color:#deba4e">
Div content here</div>
This div background color is #deba4e
#deba4e Border Color
<div style="border:3px solid #deba4e">
Div here</div>
This div border color is #deba4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,186,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deba4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deba4e; -webkit-box-shadow: 1px 1px 3px 2px #deba4e; box-shadow: 1px 1px 3px 2px #deba4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,186,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deba4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deba4e; -webkit-box-shadow: 1px 1px 3px 2px #deba4e; box-shadow: 1px 1px 3px 2px #deba4e;">
Div content here</div>
This div box has shadow with color #deba4e
Comments
No comments written yet.
Please login to write comment.