Color spaces of #ded794
RGB | 222 | 215 | 148 |
---|---|---|---|
HSL | 0.15 | 0.53 | 0.73 |
HSV | 54° | 33° | 87° |
CMYK | 0.00 | 0.03 | 0.33 0.13 |
XYZ | 59.7699 | 66.2686 | 37.6579 |
Yxy | 66.2686 | 0.3651 | 0.4048 |
Hunter Lab | 81.4055 | -11.4007 | 29.5565 |
CIE-Lab | 85.1332 | -7.5501 | 33.9801 |
#ded794 color RGB value is (222,215,148).
#ded794 hex color red value is 222, green value is 215 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ded794 hue: 0.15 , saturation: 0.53 and the lightness value of ded794 is 0.73.
The process color (four color CMYK) of #ded794 color hex is 0.00, 0.03, 0.33, 0.13. Web safe color of #ded794 is #cccc99. Color #ded794 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010111 | 10010100 |
Octal | 336 | 327 | 224 |
Decimal | 222 | 215 | 148 |
Hex | DE | D7 | 94 |
Shades of #ded794
Tints of #ded794
RGB Percentages of Color #ded794
CMYK Percentages of Color #ded794
Complementary Color
#ded794 | #949bde |
#ded794 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded794 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded794 Color CSS Codes
.mybgcolor {background-color:#ded794; } .myforecolor {color:#ded794; } .mybordercolor {border:3px solid #ded794; }
#ded794 Text Font Color
<p style="color:#ded794">Text here</p>
This sample text font color is #ded794
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.
#ded794 Background Color
<div style="background-color:#ded794">
Div content here</div>
This div background color is #ded794
#ded794 Border Color
<div style="border:3px solid #ded794">
Div here</div>
This div border color is #ded794
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,215,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded794; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded794; -webkit-box-shadow: 1px 1px 3px 2px #ded794; box-shadow: 1px 1px 3px 2px #ded794; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,215,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded794">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded794; -webkit-box-shadow: 1px 1px 3px 2px #ded794; box-shadow: 1px 1px 3px 2px #ded794;">
Div content here</div>
This div box has shadow with color #ded794
Comments
No comments written yet.
Please login to write comment.