Color spaces of #ded455
RGB | 222 | 212 | 85 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.60 |
HSV | 56° | 62° | 87° |
CMYK | 0.00 | 0.05 | 0.62 0.13 |
XYZ | 55.3074 | 63.2724 | 17.8921 |
Yxy | 63.2724 | 0.4053 | 0.4636 |
Hunter Lab | 79.5440 | -15.0898 | 42.3445 |
CIE-Lab | 83.5855 | -11.8166 | 62.1530 |
#ded455 color RGB value is (222,212,85).
#ded455 hex color red value is 222, green value is 212 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ded455 hue: 0.15 , saturation: 0.67 and the lightness value of ded455 is 0.60.
The process color (four color CMYK) of #ded455 color hex is 0.00, 0.05, 0.62, 0.13. Web safe color of #ded455 is #cccc66. Color #ded455 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010100 | 01010101 |
Octal | 336 | 324 | 125 |
Decimal | 222 | 212 | 85 |
Hex | DE | D4 | 55 |
Shades of #ded455
Tints of #ded455
RGB Percentages of Color #ded455
CMYK Percentages of Color #ded455
Complementary Color
#ded455 | #555fde |
#ded455 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded455 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded455 Color CSS Codes
.mybgcolor {background-color:#ded455; } .myforecolor {color:#ded455; } .mybordercolor {border:3px solid #ded455; }
#ded455 Text Font Color
<p style="color:#ded455">Text here</p>
This sample text font color is #ded455
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.
#ded455 Background Color
<div style="background-color:#ded455">
Div content here</div>
This div background color is #ded455
#ded455 Border Color
<div style="border:3px solid #ded455">
Div here</div>
This div border color is #ded455
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,212,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded455; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded455; -webkit-box-shadow: 1px 1px 3px 2px #ded455; box-shadow: 1px 1px 3px 2px #ded455; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,212,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded455">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded455; -webkit-box-shadow: 1px 1px 3px 2px #ded455; box-shadow: 1px 1px 3px 2px #ded455;">
Div content here</div>
This div box has shadow with color #ded455
Comments
No comments written yet.
Please login to write comment.