Color spaces of #dddeba
RGB | 221 | 222 | 186 |
---|---|---|---|
HSL | 0.17 | 0.35 | 0.80 |
HSV | 62° | 16° | 87° |
CMYK | 0.00 | 0.00 | 0.16 0.13 |
XYZ | 64.8030 | 71.1599 | 56.7741 |
Yxy | 71.1599 | 0.3362 | 0.3692 |
Hunter Lab | 84.3563 | -10.4989 | 19.1456 |
CIE-Lab | 87.5626 | -6.3202 | 17.5807 |
#dddeba color RGB value is (221,222,186).
#dddeba hex color red value is 221, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dddeba hue: 0.17 , saturation: 0.35 and the lightness value of dddeba is 0.80.
The process color (four color CMYK) of #dddeba color hex is 0.00, 0.00, 0.16, 0.13. Web safe color of #dddeba is #cccccc. Color #dddeba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011110 | 10111010 |
Octal | 335 | 336 | 272 |
Decimal | 221 | 222 | 186 |
Hex | DD | DE | BA |
Shades of #dddeba
Tints of #dddeba
RGB Percentages of Color #dddeba
CMYK Percentages of Color #dddeba
Complementary Color
#dddeba | #bbbade |
#dddeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddeba Color CSS Codes
.mybgcolor {background-color:#dddeba; } .myforecolor {color:#dddeba; } .mybordercolor {border:3px solid #dddeba; }
#dddeba Text Font Color
<p style="color:#dddeba">Text here</p>
This sample text font color is #dddeba
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.
#dddeba Background Color
<div style="background-color:#dddeba">
Div content here</div>
This div background color is #dddeba
#dddeba Border Color
<div style="border:3px solid #dddeba">
Div here</div>
This div border color is #dddeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,222,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddeba; -webkit-box-shadow: 1px 1px 3px 2px #dddeba; box-shadow: 1px 1px 3px 2px #dddeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,222,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddeba; -webkit-box-shadow: 1px 1px 3px 2px #dddeba; box-shadow: 1px 1px 3px 2px #dddeba;">
Div content here</div>
This div box has shadow with color #dddeba
#dddeba Color Palettes
Comments
No comments written yet.
Please login to write comment.