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