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