Color spaces of #dadbe6
RGB | 218 | 219 | 230 |
---|---|---|---|
HSL | 0.65 | 0.19 | 0.88 |
HSV | 235° | 5° | 90° |
CMYK | 0.05 | 0.05 | 0.00 0.10 |
XYZ | 68.5279 | 71.2816 | 85.0098 |
Yxy | 71.2816 | 0.3048 | 0.3171 |
Hunter Lab | 84.4284 | -2.8669 | -0.5984 |
CIE-Lab | 87.6216 | 1.7007 | -5.5038 |
#dadbe6 color RGB value is (218,219,230).
#dadbe6 hex color red value is 218, green value is 219 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dadbe6 hue: 0.65 , saturation: 0.19 and the lightness value of dadbe6 is 0.88.
The process color (four color CMYK) of #dadbe6 color hex is 0.05, 0.05, 0.00, 0.10. Web safe color of #dadbe6 is #ccccff. Color #dadbe6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011011 | 11100110 |
Octal | 332 | 333 | 346 |
Decimal | 218 | 219 | 230 |
Hex | DA | DB | E6 |
Shades of #dadbe6
Tints of #dadbe6
RGB Percentages of Color #dadbe6
CMYK Percentages of Color #dadbe6
Complementary Color
#dadbe6 | #e6e5da |
#dadbe6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadbe6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadbe6 Color CSS Codes
.mybgcolor {background-color:#dadbe6; } .myforecolor {color:#dadbe6; } .mybordercolor {border:3px solid #dadbe6; }
#dadbe6 Text Font Color
<p style="color:#dadbe6">Text here</p>
This sample text font color is #dadbe6
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.
#dadbe6 Background Color
<div style="background-color:#dadbe6">
Div content here</div>
This div background color is #dadbe6
#dadbe6 Border Color
<div style="border:3px solid #dadbe6">
Div here</div>
This div border color is #dadbe6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,219,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadbe6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadbe6; -webkit-box-shadow: 1px 1px 3px 2px #dadbe6; box-shadow: 1px 1px 3px 2px #dadbe6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,219,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadbe6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadbe6; -webkit-box-shadow: 1px 1px 3px 2px #dadbe6; box-shadow: 1px 1px 3px 2px #dadbe6;">
Div content here</div>
This div box has shadow with color #dadbe6
Comments
No comments written yet.
Please login to write comment.