Color spaces of #dfdafe
RGB | 223 | 218 | 254 |
---|---|---|---|
HSL | 0.69 | 0.95 | 0.93 |
HSV | 248° | 14° | 100° |
CMYK | 0.12 | 0.14 | 0.00 0.00 |
XYZ | 73.3922 | 72.9865 | 103.9856 |
Yxy | 72.9865 | 0.2931 | 0.2915 |
Hunter Lab | 85.4321 | 3.8378 | -12.3636 |
CIE-Lab | 88.4413 | 8.5345 | -16.8841 |
#dfdafe color RGB value is (223,218,254).
#dfdafe hex color red value is 223, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfdafe hue: 0.69 , saturation: 0.95 and the lightness value of dfdafe is 0.93.
The process color (four color CMYK) of #dfdafe color hex is 0.12, 0.14, 0.00, 0.00. Web safe color of #dfdafe is #ccccff. Color #dfdafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011010 | 11111110 |
Octal | 337 | 332 | 376 |
Decimal | 223 | 218 | 254 |
Hex | DF | DA | FE |
Shades of #dfdafe
Tints of #dfdafe
RGB Percentages of Color #dfdafe
CMYK Percentages of Color #dfdafe
Complementary Color
#dfdafe | #f9feda |
#dfdafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdafe Color CSS Codes
.mybgcolor {background-color:#dfdafe; } .myforecolor {color:#dfdafe; } .mybordercolor {border:3px solid #dfdafe; }
#dfdafe Text Font Color
<p style="color:#dfdafe">Text here</p>
This sample text font color is #dfdafe
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.
#dfdafe Background Color
<div style="background-color:#dfdafe">
Div content here</div>
This div background color is #dfdafe
#dfdafe Border Color
<div style="border:3px solid #dfdafe">
Div here</div>
This div border color is #dfdafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdafe; -webkit-box-shadow: 1px 1px 3px 2px #dfdafe; box-shadow: 1px 1px 3px 2px #dfdafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdafe; -webkit-box-shadow: 1px 1px 3px 2px #dfdafe; box-shadow: 1px 1px 3px 2px #dfdafe;">
Div content here</div>
This div box has shadow with color #dfdafe
Comments
No comments written yet.
Please login to write comment.