Color spaces of #dadbf3
RGB | 218 | 219 | 243 |
---|---|---|---|
HSL | 0.66 | 0.51 | 0.90 |
HSV | 238° | 10° | 95° |
CMYK | 0.10 | 0.10 | 0.00 0.05 |
XYZ | 70.4226 | 72.0395 | 94.9874 |
Yxy | 72.0395 | 0.2966 | 0.3034 |
Hunter Lab | 84.8761 | -0.4298 | -6.9400 |
CIE-Lab | 87.9876 | 4.2178 | -11.8131 |
#dadbf3 color RGB value is (218,219,243).
#dadbf3 hex color red value is 218, green value is 219 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #dadbf3 hue: 0.66 , saturation: 0.51 and the lightness value of dadbf3 is 0.90.
The process color (four color CMYK) of #dadbf3 color hex is 0.10, 0.10, 0.00, 0.05. Web safe color of #dadbf3 is #ccccff. Color #dadbf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011011 | 11110011 |
Octal | 332 | 333 | 363 |
Decimal | 218 | 219 | 243 |
Hex | DA | DB | F3 |
Shades of #dadbf3
Tints of #dadbf3
RGB Percentages of Color #dadbf3
CMYK Percentages of Color #dadbf3
Complementary Color
#dadbf3 | #f3f2da |
#dadbf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadbf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadbf3 Color CSS Codes
.mybgcolor {background-color:#dadbf3; } .myforecolor {color:#dadbf3; } .mybordercolor {border:3px solid #dadbf3; }
#dadbf3 Text Font Color
<p style="color:#dadbf3">Text here</p>
This sample text font color is #dadbf3
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.
#dadbf3 Background Color
<div style="background-color:#dadbf3">
Div content here</div>
This div background color is #dadbf3
#dadbf3 Border Color
<div style="border:3px solid #dadbf3">
Div here</div>
This div border color is #dadbf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,219,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadbf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadbf3; -webkit-box-shadow: 1px 1px 3px 2px #dadbf3; box-shadow: 1px 1px 3px 2px #dadbf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,219,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadbf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadbf3; -webkit-box-shadow: 1px 1px 3px 2px #dadbf3; box-shadow: 1px 1px 3px 2px #dadbf3;">
Div content here</div>
This div box has shadow with color #dadbf3
Comments
No comments written yet.
Please login to write comment.