Color spaces of #dcedab
RGB | 220 | 237 | 171 |
---|---|---|---|
HSL | 0.21 | 0.65 | 0.80 |
HSV | 75° | 28° | 93° |
CMYK | 0.07 | 0.00 | 0.28 0.07 |
XYZ | 67.1501 | 78.7243 | 50.1842 |
Yxy | 78.7243 | 0.3425 | 0.4015 |
Hunter Lab | 88.7267 | -20.1795 | 28.5740 |
CIE-Lab | 91.1094 | -16.3579 | 30.1819 |
#dcedab color RGB value is (220,237,171).
#dcedab hex color red value is 220, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dcedab hue: 0.21 , saturation: 0.65 and the lightness value of dcedab is 0.80.
The process color (four color CMYK) of #dcedab color hex is 0.07, 0.00, 0.28, 0.07. Web safe color of #dcedab is #ccff99. Color #dcedab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101101 | 10101011 |
Octal | 334 | 355 | 253 |
Decimal | 220 | 237 | 171 |
Hex | DC | ED | AB |
Shades of #dcedab
Tints of #dcedab
RGB Percentages of Color #dcedab
CMYK Percentages of Color #dcedab
Complementary Color
#dcedab | #bcabed |
#dcedab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcedab Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcedab Color CSS Codes
.mybgcolor {background-color:#dcedab; } .myforecolor {color:#dcedab; } .mybordercolor {border:3px solid #dcedab; }
#dcedab Text Font Color
<p style="color:#dcedab">Text here</p>
This sample text font color is #dcedab
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.
#dcedab Background Color
<div style="background-color:#dcedab">
Div content here</div>
This div background color is #dcedab
#dcedab Border Color
<div style="border:3px solid #dcedab">
Div here</div>
This div border color is #dcedab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,237,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcedab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcedab; -webkit-box-shadow: 1px 1px 3px 2px #dcedab; box-shadow: 1px 1px 3px 2px #dcedab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,237,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 #dcedab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcedab; -webkit-box-shadow: 1px 1px 3px 2px #dcedab; box-shadow: 1px 1px 3px 2px #dcedab;">
Div content here</div>
This div box has shadow with color #dcedab
Comments
No comments written yet.
Please login to write comment.