Color spaces of #def1fb
RGB | 222 | 241 | 251 |
---|---|---|---|
HSL | 0.56 | 0.78 | 0.93 |
HSV | 201° | 12° | 98° |
CMYK | 0.12 | 0.04 | 0.00 0.02 |
XYZ | 78.9921 | 85.4052 | 103.5883 |
Yxy | 85.4052 | 0.2948 | 0.3187 |
Hunter Lab | 92.4149 | -9.1524 | -1.7680 |
CIE-Lab | 94.0574 | -4.2911 | -6.9499 |
#def1fb color RGB value is (222,241,251).
#def1fb hex color red value is 222, green value is 241 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #def1fb hue: 0.56 , saturation: 0.78 and the lightness value of def1fb is 0.93.
The process color (four color CMYK) of #def1fb color hex is 0.12, 0.04, 0.00, 0.02. Web safe color of #def1fb is #ccffff. Color #def1fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110001 | 11111011 |
Octal | 336 | 361 | 373 |
Decimal | 222 | 241 | 251 |
Hex | DE | F1 | FB |
Shades of #def1fb
Tints of #def1fb
RGB Percentages of Color #def1fb
CMYK Percentages of Color #def1fb
Complementary Color
#def1fb | #fbe8de |
#def1fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def1fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#def1fb Color CSS Codes
.mybgcolor {background-color:#def1fb; } .myforecolor {color:#def1fb; } .mybordercolor {border:3px solid #def1fb; }
#def1fb Text Font Color
<p style="color:#def1fb">Text here</p>
This sample text font color is #def1fb
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.
#def1fb Background Color
<div style="background-color:#def1fb">
Div content here</div>
This div background color is #def1fb
#def1fb Border Color
<div style="border:3px solid #def1fb">
Div here</div>
This div border color is #def1fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,241,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def1fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def1fb; -webkit-box-shadow: 1px 1px 3px 2px #def1fb; box-shadow: 1px 1px 3px 2px #def1fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,241,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 #def1fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def1fb; -webkit-box-shadow: 1px 1px 3px 2px #def1fb; box-shadow: 1px 1px 3px 2px #def1fb;">
Div content here</div>
This div box has shadow with color #def1fb
#def1fb Color Palettes
Comments
No comments written yet.
Please login to write comment.