Color spaces of #dedeaf
RGB | 222 | 222 | 175 |
---|---|---|---|
HSL | 0.17 | 0.42 | 0.78 |
HSV | 60° | 21° | 87° |
CMYK | 0.00 | 0.00 | 0.21 0.13 |
XYZ | 63.9833 | 70.8673 | 50.8639 |
Yxy | 70.8673 | 0.3445 | 0.3816 |
Hunter Lab | 84.1827 | -11.6504 | 23.1044 |
CIE-Lab | 87.4205 | -7.5709 | 23.1274 |
#dedeaf color RGB value is (222,222,175).
#dedeaf hex color red value is 222, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dedeaf hue: 0.17 , saturation: 0.42 and the lightness value of dedeaf is 0.78.
The process color (four color CMYK) of #dedeaf color hex is 0.00, 0.00, 0.21, 0.13. Web safe color of #dedeaf is #cccc99. Color #dedeaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011110 | 10101111 |
Octal | 336 | 336 | 257 |
Decimal | 222 | 222 | 175 |
Hex | DE | DE | AF |
Shades of #dedeaf
Tints of #dedeaf
RGB Percentages of Color #dedeaf
CMYK Percentages of Color #dedeaf
Complementary Color
#dedeaf | #afafde |
#dedeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedeaf Color CSS Codes
.mybgcolor {background-color:#dedeaf; } .myforecolor {color:#dedeaf; } .mybordercolor {border:3px solid #dedeaf; }
#dedeaf Text Font Color
<p style="color:#dedeaf">Text here</p>
This sample text font color is #dedeaf
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.
#dedeaf Background Color
<div style="background-color:#dedeaf">
Div content here</div>
This div background color is #dedeaf
#dedeaf Border Color
<div style="border:3px solid #dedeaf">
Div here</div>
This div border color is #dedeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,222,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedeaf; -webkit-box-shadow: 1px 1px 3px 2px #dedeaf; box-shadow: 1px 1px 3px 2px #dedeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,222,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedeaf; -webkit-box-shadow: 1px 1px 3px 2px #dedeaf; box-shadow: 1px 1px 3px 2px #dedeaf;">
Div content here</div>
This div box has shadow with color #dedeaf
#dedeaf Color Palettes
Comments
No comments written yet.
Please login to write comment.