Color spaces of #debe43
RGB | 222 | 190 | 67 |
---|---|---|---|
HSL | 0.13 | 0.70 | 0.57 |
HSV | 48° | 70° | 87° |
CMYK | 0.00 | 0.14 | 0.70 0.13 |
XYZ | 49.5508 | 52.7618 | 12.8826 |
Yxy | 52.7618 | 0.4301 | 0.4580 |
Hunter Lab | 72.6373 | -5.3485 | 40.3307 |
CIE-Lab | 77.7342 | -1.6116 | 63.4258 |
#debe43 color RGB value is (222,190,67).
#debe43 hex color red value is 222, green value is 190 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #debe43 hue: 0.13 , saturation: 0.70 and the lightness value of debe43 is 0.57.
The process color (four color CMYK) of #debe43 color hex is 0.00, 0.14, 0.70, 0.13. Web safe color of #debe43 is #cccc33. Color #debe43 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111110 | 01000011 |
Octal | 336 | 276 | 103 |
Decimal | 222 | 190 | 67 |
Hex | DE | BE | 43 |
Shades of #debe43
Tints of #debe43
RGB Percentages of Color #debe43
CMYK Percentages of Color #debe43
Complementary Color
#debe43 | #4363de |
#debe43 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debe43 Color Preview on White Background
Lorem ipsum dolor sit amet.
#debe43 Color CSS Codes
.mybgcolor {background-color:#debe43; } .myforecolor {color:#debe43; } .mybordercolor {border:3px solid #debe43; }
#debe43 Text Font Color
<p style="color:#debe43">Text here</p>
This sample text font color is #debe43
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.
#debe43 Background Color
<div style="background-color:#debe43">
Div content here</div>
This div background color is #debe43
#debe43 Border Color
<div style="border:3px solid #debe43">
Div here</div>
This div border color is #debe43
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,190,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debe43; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debe43; -webkit-box-shadow: 1px 1px 3px 2px #debe43; box-shadow: 1px 1px 3px 2px #debe43; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,190,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debe43">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debe43; -webkit-box-shadow: 1px 1px 3px 2px #debe43; box-shadow: 1px 1px 3px 2px #debe43;">
Div content here</div>
This div box has shadow with color #debe43
Comments
No comments written yet.
Please login to write comment.