Color spaces of #dfe7fb
RGB | 223 | 231 | 251 |
---|---|---|---|
HSL | 0.62 | 0.78 | 0.93 |
HSV | 223° | 11° | 98° |
CMYK | 0.11 | 0.08 | 0.00 0.02 |
XYZ | 76.4199 | 79.8048 | 102.6429 |
Yxy | 79.8048 | 0.2952 | 0.3083 |
Hunter Lab | 89.3335 | -3.6368 | -5.5899 |
CIE-Lab | 91.5972 | 1.1544 | -10.5915 |
#dfe7fb color RGB value is (223,231,251).
#dfe7fb hex color red value is 223, green value is 231 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dfe7fb hue: 0.62 , saturation: 0.78 and the lightness value of dfe7fb is 0.93.
The process color (four color CMYK) of #dfe7fb color hex is 0.11, 0.08, 0.00, 0.02. Web safe color of #dfe7fb is #ccffff. Color #dfe7fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11100111 | 11111011 |
Octal | 337 | 347 | 373 |
Decimal | 223 | 231 | 251 |
Hex | DF | E7 | FB |
Shades of #dfe7fb
Tints of #dfe7fb
RGB Percentages of Color #dfe7fb
CMYK Percentages of Color #dfe7fb
Complementary Color
#dfe7fb | #fbf3df |
#dfe7fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfe7fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfe7fb Color CSS Codes
.mybgcolor {background-color:#dfe7fb; } .myforecolor {color:#dfe7fb; } .mybordercolor {border:3px solid #dfe7fb; }
#dfe7fb Text Font Color
<p style="color:#dfe7fb">Text here</p>
This sample text font color is #dfe7fb
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.
#dfe7fb Background Color
<div style="background-color:#dfe7fb">
Div content here</div>
This div background color is #dfe7fb
#dfe7fb Border Color
<div style="border:3px solid #dfe7fb">
Div here</div>
This div border color is #dfe7fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,231,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfe7fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfe7fb; -webkit-box-shadow: 1px 1px 3px 2px #dfe7fb; box-shadow: 1px 1px 3px 2px #dfe7fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,231,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfe7fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfe7fb; -webkit-box-shadow: 1px 1px 3px 2px #dfe7fb; box-shadow: 1px 1px 3px 2px #dfe7fb;">
Div content here</div>
This div box has shadow with color #dfe7fb
Comments
No comments written yet.
Please login to write comment.