Color spaces of #dfedfe
RGB | 223 | 237 | 254 |
---|---|---|---|
HSL | 0.59 | 0.94 | 0.94 |
HSV | 213° | 12° | 100° |
CMYK | 0.12 | 0.07 | 0.00 0.00 |
XYZ | 78.6050 | 83.4121 | 105.7232 |
Yxy | 83.4121 | 0.2936 | 0.3115 |
Hunter Lab | 91.3302 | -6.1987 | -4.7025 |
CIE-Lab | 93.1946 | -1.3410 | -9.7798 |
#dfedfe color RGB value is (223,237,254).
#dfedfe hex color red value is 223, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfedfe hue: 0.59 , saturation: 0.94 and the lightness value of dfedfe is 0.94.
The process color (four color CMYK) of #dfedfe color hex is 0.12, 0.07, 0.00, 0.00. Web safe color of #dfedfe is #ccffff. Color #dfedfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101101 | 11111110 |
Octal | 337 | 355 | 376 |
Decimal | 223 | 237 | 254 |
Hex | DF | ED | FE |
Shades of #dfedfe
Tints of #dfedfe
RGB Percentages of Color #dfedfe
CMYK Percentages of Color #dfedfe
Complementary Color
#dfedfe | #fef0df |
#dfedfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfedfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfedfe Color CSS Codes
.mybgcolor {background-color:#dfedfe; } .myforecolor {color:#dfedfe; } .mybordercolor {border:3px solid #dfedfe; }
#dfedfe Text Font Color
<p style="color:#dfedfe">Text here</p>
This sample text font color is #dfedfe
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.
#dfedfe Background Color
<div style="background-color:#dfedfe">
Div content here</div>
This div background color is #dfedfe
#dfedfe Border Color
<div style="border:3px solid #dfedfe">
Div here</div>
This div border color is #dfedfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,237,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfedfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfedfe; -webkit-box-shadow: 1px 1px 3px 2px #dfedfe; box-shadow: 1px 1px 3px 2px #dfedfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,237,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 #dfedfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfedfe; -webkit-box-shadow: 1px 1px 3px 2px #dfedfe; box-shadow: 1px 1px 3px 2px #dfedfe;">
Div content here</div>
This div box has shadow with color #dfedfe
Comments
No comments written yet.
Please login to write comment.