Color spaces of #dece64
RGB | 222 | 206 | 100 |
---|---|---|---|
HSL | 0.14 | 0.65 | 0.63 |
HSV | 52° | 55° | 87° |
CMYK | 0.00 | 0.07 | 0.55 0.13 |
XYZ | 54.4958 | 60.5923 | 20.8798 |
Yxy | 60.5923 | 0.4008 | 0.4456 |
Hunter Lab | 77.8411 | -11.2557 | 38.5850 |
CIE-Lab | 82.1591 | -7.7201 | 53.9072 |
#dece64 color RGB value is (222,206,100).
#dece64 hex color red value is 222, green value is 206 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dece64 hue: 0.14 , saturation: 0.65 and the lightness value of dece64 is 0.63.
The process color (four color CMYK) of #dece64 color hex is 0.00, 0.07, 0.55, 0.13. Web safe color of #dece64 is #cccc66. Color #dece64 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001110 | 01100100 |
Octal | 336 | 316 | 144 |
Decimal | 222 | 206 | 100 |
Hex | DE | CE | 64 |
Shades of #dece64
Tints of #dece64
RGB Percentages of Color #dece64
CMYK Percentages of Color #dece64
Complementary Color
#dece64 | #6474de |
#dece64 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dece64 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dece64 Color CSS Codes
.mybgcolor {background-color:#dece64; } .myforecolor {color:#dece64; } .mybordercolor {border:3px solid #dece64; }
#dece64 Text Font Color
<p style="color:#dece64">Text here</p>
This sample text font color is #dece64
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.
#dece64 Background Color
<div style="background-color:#dece64">
Div content here</div>
This div background color is #dece64
#dece64 Border Color
<div style="border:3px solid #dece64">
Div here</div>
This div border color is #dece64
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,206,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dece64; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dece64; -webkit-box-shadow: 1px 1px 3px 2px #dece64; box-shadow: 1px 1px 3px 2px #dece64; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,206,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dece64">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dece64; -webkit-box-shadow: 1px 1px 3px 2px #dece64; box-shadow: 1px 1px 3px 2px #dece64;">
Div content here</div>
This div box has shadow with color #dece64
Comments
No comments written yet.
Please login to write comment.