Color spaces of #dabdc7
RGB | 218 | 189 | 199 |
---|---|---|---|
HSL | 0.94 | 0.28 | 0.80 |
HSV | 339° | 13° | 85° |
CMYK | 0.00 | 0.13 | 0.09 0.15 |
XYZ | 57.4198 | 55.4241 | 61.7044 |
Yxy | 55.4241 | 0.3290 | 0.3175 |
Hunter Lab | 74.4474 | 7.3907 | 2.9717 |
CIE-Lab | 79.2849 | 11.9685 | -1.2223 |
#dabdc7 color RGB value is (218,189,199).
#dabdc7 hex color red value is 218, green value is 189 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dabdc7 hue: 0.94 , saturation: 0.28 and the lightness value of dabdc7 is 0.80.
The process color (four color CMYK) of #dabdc7 color hex is 0.00, 0.13, 0.09, 0.15. Web safe color of #dabdc7 is #cccccc. Color #dabdc7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111101 | 11000111 |
Octal | 332 | 275 | 307 |
Decimal | 218 | 189 | 199 |
Hex | DA | BD | C7 |
Shades of #dabdc7
Tints of #dabdc7
RGB Percentages of Color #dabdc7
CMYK Percentages of Color #dabdc7
Complementary Color
#dabdc7 | #bddad0 |
#dabdc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabdc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabdc7 Color CSS Codes
.mybgcolor {background-color:#dabdc7; } .myforecolor {color:#dabdc7; } .mybordercolor {border:3px solid #dabdc7; }
#dabdc7 Text Font Color
<p style="color:#dabdc7">Text here</p>
This sample text font color is #dabdc7
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.
#dabdc7 Background Color
<div style="background-color:#dabdc7">
Div content here</div>
This div background color is #dabdc7
#dabdc7 Border Color
<div style="border:3px solid #dabdc7">
Div here</div>
This div border color is #dabdc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,189,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabdc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabdc7; -webkit-box-shadow: 1px 1px 3px 2px #dabdc7; box-shadow: 1px 1px 3px 2px #dabdc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,189,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabdc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabdc7; -webkit-box-shadow: 1px 1px 3px 2px #dabdc7; box-shadow: 1px 1px 3px 2px #dabdc7;">
Div content here</div>
This div box has shadow with color #dabdc7
Comments
No comments written yet.
Please login to write comment.