Color spaces of #ded453
RGB | 222 | 212 | 83 |
---|---|---|---|
HSL | 0.15 | 0.68 | 0.60 |
HSV | 56° | 63° | 87° |
CMYK | 0.00 | 0.05 | 0.63 0.13 |
XYZ | 55.2290 | 63.2411 | 17.4795 |
Yxy | 63.2411 | 0.4062 | 0.4652 |
Hunter Lab | 79.5243 | -15.2006 | 42.6350 |
CIE-Lab | 83.5691 | -11.9431 | 62.9733 |
#ded453 color RGB value is (222,212,83).
#ded453 hex color red value is 222, green value is 212 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ded453 hue: 0.15 , saturation: 0.68 and the lightness value of ded453 is 0.60.
The process color (four color CMYK) of #ded453 color hex is 0.00, 0.05, 0.63, 0.13. Web safe color of #ded453 is #cccc66. Color #ded453 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010100 | 01010011 |
Octal | 336 | 324 | 123 |
Decimal | 222 | 212 | 83 |
Hex | DE | D4 | 53 |
Shades of #ded453
Tints of #ded453
RGB Percentages of Color #ded453
CMYK Percentages of Color #ded453
Complementary Color
#ded453 | #535dde |
#ded453 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded453 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded453 Color CSS Codes
.mybgcolor {background-color:#ded453; } .myforecolor {color:#ded453; } .mybordercolor {border:3px solid #ded453; }
#ded453 Text Font Color
<p style="color:#ded453">Text here</p>
This sample text font color is #ded453
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.
#ded453 Background Color
<div style="background-color:#ded453">
Div content here</div>
This div background color is #ded453
#ded453 Border Color
<div style="border:3px solid #ded453">
Div here</div>
This div border color is #ded453
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,212,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded453; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded453; -webkit-box-shadow: 1px 1px 3px 2px #ded453; box-shadow: 1px 1px 3px 2px #ded453; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,212,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded453">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded453; -webkit-box-shadow: 1px 1px 3px 2px #ded453; box-shadow: 1px 1px 3px 2px #ded453;">
Div content here</div>
This div box has shadow with color #ded453
Comments
No comments written yet.
Please login to write comment.