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