Color spaces of #dec735
RGB | 222 | 199 | 53 |
---|---|---|---|
HSL | 0.14 | 0.72 | 0.54 |
HSV | 52° | 76° | 87° |
CMYK | 0.00 | 0.10 | 0.76 0.13 |
XYZ | 51.1902 | 56.6335 | 11.6015 |
Yxy | 56.6335 | 0.4286 | 0.4742 |
Hunter Lab | 75.2552 | -10.2772 | 43.5384 |
CIE-Lab | 79.9730 | -6.8719 | 70.6548 |
#dec735 color RGB value is (222,199,53).
#dec735 hex color red value is 222, green value is 199 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dec735 hue: 0.14 , saturation: 0.72 and the lightness value of dec735 is 0.54.
The process color (four color CMYK) of #dec735 color hex is 0.00, 0.10, 0.76, 0.13. Web safe color of #dec735 is #cccc33. Color #dec735 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000111 | 00110101 |
Octal | 336 | 307 | 65 |
Decimal | 222 | 199 | 53 |
Hex | DE | C7 | 35 |
Shades of #dec735
Tints of #dec735
RGB Percentages of Color #dec735
CMYK Percentages of Color #dec735
Complementary Color
#dec735 | #354cde |
#dec735 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec735 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec735 Color CSS Codes
.mybgcolor {background-color:#dec735; } .myforecolor {color:#dec735; } .mybordercolor {border:3px solid #dec735; }
#dec735 Text Font Color
<p style="color:#dec735">Text here</p>
This sample text font color is #dec735
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.
#dec735 Background Color
<div style="background-color:#dec735">
Div content here</div>
This div background color is #dec735
#dec735 Border Color
<div style="border:3px solid #dec735">
Div here</div>
This div border color is #dec735
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,199,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec735; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec735; -webkit-box-shadow: 1px 1px 3px 2px #dec735; box-shadow: 1px 1px 3px 2px #dec735; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,199,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec735">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec735; -webkit-box-shadow: 1px 1px 3px 2px #dec735; box-shadow: 1px 1px 3px 2px #dec735;">
Div content here</div>
This div box has shadow with color #dec735
Comments
No comments written yet.
Please login to write comment.