Color spaces of #dedeab
RGB | 222 | 222 | 171 |
---|---|---|---|
HSL | 0.17 | 0.44 | 0.77 |
HSV | 60° | 23° | 87° |
CMYK | 0.00 | 0.00 | 0.23 0.13 |
XYZ | 63.5962 | 70.7124 | 48.8251 |
Yxy | 70.7124 | 0.3473 | 0.3861 |
Hunter Lab | 84.0907 | -12.1624 | 24.4382 |
CIE-Lab | 87.3451 | -8.1314 | 25.0991 |
#dedeab color RGB value is (222,222,171).
#dedeab hex color red value is 222, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dedeab hue: 0.17 , saturation: 0.44 and the lightness value of dedeab is 0.77.
The process color (four color CMYK) of #dedeab color hex is 0.00, 0.00, 0.23, 0.13. Web safe color of #dedeab is #cccc99. Color #dedeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011110 | 10101011 |
Octal | 336 | 336 | 253 |
Decimal | 222 | 222 | 171 |
Hex | DE | DE | AB |
Shades of #dedeab
Tints of #dedeab
RGB Percentages of Color #dedeab
CMYK Percentages of Color #dedeab
Complementary Color
#dedeab | #ababde |
#dedeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedeab Color CSS Codes
.mybgcolor {background-color:#dedeab; } .myforecolor {color:#dedeab; } .mybordercolor {border:3px solid #dedeab; }
#dedeab Text Font Color
<p style="color:#dedeab">Text here</p>
This sample text font color is #dedeab
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.
#dedeab Background Color
<div style="background-color:#dedeab">
Div content here</div>
This div background color is #dedeab
#dedeab Border Color
<div style="border:3px solid #dedeab">
Div here</div>
This div border color is #dedeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,222,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedeab; -webkit-box-shadow: 1px 1px 3px 2px #dedeab; box-shadow: 1px 1px 3px 2px #dedeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,222,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedeab; -webkit-box-shadow: 1px 1px 3px 2px #dedeab; box-shadow: 1px 1px 3px 2px #dedeab;">
Div content here</div>
This div box has shadow with color #dedeab
#dedeab Color Palettes
Comments
No comments written yet.
Please login to write comment.