Color spaces of #ded803
RGB | 222 | 216 | 3 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.44 |
HSV | 58° | 99° | 87° |
CMYK | 0.00 | 0.03 | 0.99 0.13 |
XYZ | 54.6965 | 64.6479 | 9.6816 |
Yxy | 64.6479 | 0.4239 | 0.5010 |
Hunter Lab | 80.4039 | -19.2784 | 49.1435 |
CIE-Lab | 84.3020 | -16.4474 | 83.6671 |
#ded803 color RGB value is (222,216,3).
#ded803 hex color red value is 222, green value is 216 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ded803 hue: 0.16 , saturation: 0.97 and the lightness value of ded803 is 0.44.
The process color (four color CMYK) of #ded803 color hex is 0.00, 0.03, 0.99, 0.13. Web safe color of #ded803 is #cccc00. Color #ded803 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011000 | 00000011 |
Octal | 336 | 330 | 3 |
Decimal | 222 | 216 | 3 |
Hex | DE | D8 | 3 |
Shades of #ded803
Tints of #ded803
RGB Percentages of Color #ded803
CMYK Percentages of Color #ded803
Complementary Color
#ded803 | #0309de |
#ded803 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded803 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded803 Color CSS Codes
.mybgcolor {background-color:#ded803; } .myforecolor {color:#ded803; } .mybordercolor {border:3px solid #ded803; }
#ded803 Text Font Color
<p style="color:#ded803">Text here</p>
This sample text font color is #ded803
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.
#ded803 Background Color
<div style="background-color:#ded803">
Div content here</div>
This div background color is #ded803
#ded803 Border Color
<div style="border:3px solid #ded803">
Div here</div>
This div border color is #ded803
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,216,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded803; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded803; -webkit-box-shadow: 1px 1px 3px 2px #ded803; box-shadow: 1px 1px 3px 2px #ded803; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,216,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded803">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded803; -webkit-box-shadow: 1px 1px 3px 2px #ded803; box-shadow: 1px 1px 3px 2px #ded803;">
Div content here</div>
This div box has shadow with color #ded803
Comments
No comments written yet.
Please login to write comment.