Color spaces of #debada
RGB | 222 | 186 | 218 |
---|---|---|---|
HSL | 0.85 | 0.35 | 0.80 |
HSV | 307° | 16° | 87° |
CMYK | 0.00 | 0.16 | 0.02 0.13 |
XYZ | 60.3380 | 55.7094 | 73.9025 |
Yxy | 55.7094 | 0.3177 | 0.2933 |
Hunter Lab | 74.6387 | 13.6817 | -6.4581 |
CIE-Lab | 79.4481 | 18.3075 | -11.1981 |
#debada color RGB value is (222,186,218).
#debada hex color red value is 222, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #debada hue: 0.85 , saturation: 0.35 and the lightness value of debada is 0.80.
The process color (four color CMYK) of #debada color hex is 0.00, 0.16, 0.02, 0.13. Web safe color of #debada is #cccccc. Color #debada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111010 | 11011010 |
Octal | 336 | 272 | 332 |
Decimal | 222 | 186 | 218 |
Hex | DE | BA | DA |
Shades of #debada
Tints of #debada
RGB Percentages of Color #debada
CMYK Percentages of Color #debada
Complementary Color
#debada | #badebe |
#debada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debada Color Preview on White Background
Lorem ipsum dolor sit amet.
#debada Color CSS Codes
.mybgcolor {background-color:#debada; } .myforecolor {color:#debada; } .mybordercolor {border:3px solid #debada; }
#debada Text Font Color
<p style="color:#debada">Text here</p>
This sample text font color is #debada
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.
#debada Background Color
<div style="background-color:#debada">
Div content here</div>
This div background color is #debada
#debada Border Color
<div style="border:3px solid #debada">
Div here</div>
This div border color is #debada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,186,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debada; -webkit-box-shadow: 1px 1px 3px 2px #debada; box-shadow: 1px 1px 3px 2px #debada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,186,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debada; -webkit-box-shadow: 1px 1px 3px 2px #debada; box-shadow: 1px 1px 3px 2px #debada;">
Div content here</div>
This div box has shadow with color #debada
Comments
No comments written yet.
Please login to write comment.