Color spaces of #dfdbec
RGB | 223 | 219 | 236 |
---|---|---|---|
HSL | 0.71 | 0.31 | 0.89 |
HSV | 254° | 7° | 93° |
CMYK | 0.06 | 0.07 | 0.00 0.07 |
XYZ | 70.9033 | 72.4071 | 89.5959 |
Yxy | 72.4071 | 0.3044 | 0.3109 |
Hunter Lab | 85.0924 | -0.1763 | -2.8633 |
CIE-Lab | 88.1642 | 4.4838 | -7.8223 |
#dfdbec color RGB value is (223,219,236).
#dfdbec hex color red value is 223, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dfdbec hue: 0.71 , saturation: 0.31 and the lightness value of dfdbec is 0.89.
The process color (four color CMYK) of #dfdbec color hex is 0.06, 0.07, 0.00, 0.07. Web safe color of #dfdbec is #ccccff. Color #dfdbec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011011 | 11101100 |
Octal | 337 | 333 | 354 |
Decimal | 223 | 219 | 236 |
Hex | DF | DB | EC |
Shades of #dfdbec
Tints of #dfdbec
RGB Percentages of Color #dfdbec
CMYK Percentages of Color #dfdbec
Complementary Color
#dfdbec | #e8ecdb |
#dfdbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdbec Color CSS Codes
.mybgcolor {background-color:#dfdbec; } .myforecolor {color:#dfdbec; } .mybordercolor {border:3px solid #dfdbec; }
#dfdbec Text Font Color
<p style="color:#dfdbec">Text here</p>
This sample text font color is #dfdbec
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.
#dfdbec Background Color
<div style="background-color:#dfdbec">
Div content here</div>
This div background color is #dfdbec
#dfdbec Border Color
<div style="border:3px solid #dfdbec">
Div here</div>
This div border color is #dfdbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,219,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdbec; -webkit-box-shadow: 1px 1px 3px 2px #dfdbec; box-shadow: 1px 1px 3px 2px #dfdbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,219,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdbec; -webkit-box-shadow: 1px 1px 3px 2px #dfdbec; box-shadow: 1px 1px 3px 2px #dfdbec;">
Div content here</div>
This div box has shadow with color #dfdbec
Comments
No comments written yet.
Please login to write comment.