Color spaces of #dabfcf
RGB | 218 | 191 | 207 |
---|---|---|---|
HSL | 0.90 | 0.27 | 0.80 |
HSV | 324° | 12° | 85° |
CMYK | 0.00 | 0.12 | 0.05 0.15 |
XYZ | 58.8067 | 56.6720 | 66.8708 |
Yxy | 56.6720 | 0.3225 | 0.3108 |
Hunter Lab | 75.2808 | 7.6965 | 0.0302 |
CIE-Lab | 79.9948 | 12.2850 | -4.4944 |
#dabfcf color RGB value is (218,191,207).
#dabfcf hex color red value is 218, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dabfcf hue: 0.90 , saturation: 0.27 and the lightness value of dabfcf is 0.80.
The process color (four color CMYK) of #dabfcf color hex is 0.00, 0.12, 0.05, 0.15. Web safe color of #dabfcf is #cccccc. Color #dabfcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111111 | 11001111 |
Octal | 332 | 277 | 317 |
Decimal | 218 | 191 | 207 |
Hex | DA | BF | CF |
Shades of #dabfcf
Tints of #dabfcf
RGB Percentages of Color #dabfcf
CMYK Percentages of Color #dabfcf
Complementary Color
#dabfcf | #bfdaca |
#dabfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabfcf Color CSS Codes
.mybgcolor {background-color:#dabfcf; } .myforecolor {color:#dabfcf; } .mybordercolor {border:3px solid #dabfcf; }
#dabfcf Text Font Color
<p style="color:#dabfcf">Text here</p>
This sample text font color is #dabfcf
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.
#dabfcf Background Color
<div style="background-color:#dabfcf">
Div content here</div>
This div background color is #dabfcf
#dabfcf Border Color
<div style="border:3px solid #dabfcf">
Div here</div>
This div border color is #dabfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,191,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabfcf; -webkit-box-shadow: 1px 1px 3px 2px #dabfcf; box-shadow: 1px 1px 3px 2px #dabfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,191,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabfcf; -webkit-box-shadow: 1px 1px 3px 2px #dabfcf; box-shadow: 1px 1px 3px 2px #dabfcf;">
Div content here</div>
This div box has shadow with color #dabfcf
Comments
No comments written yet.
Please login to write comment.