Color spaces of #def3fa
RGB | 222 | 243 | 250 |
---|---|---|---|
HSL | 0.54 | 0.74 | 0.93 |
HSV | 195° | 11° | 98° |
CMYK | 0.11 | 0.03 | 0.00 0.02 |
XYZ | 79.4301 | 86.5329 | 102.9586 |
Yxy | 86.5329 | 0.2954 | 0.3218 |
Hunter Lab | 93.0231 | -10.3736 | -0.5065 |
CIE-Lab | 94.5397 | -5.5027 | -5.7190 |
#def3fa color RGB value is (222,243,250).
#def3fa hex color red value is 222, green value is 243 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #def3fa hue: 0.54 , saturation: 0.74 and the lightness value of def3fa is 0.93.
The process color (four color CMYK) of #def3fa color hex is 0.11, 0.03, 0.00, 0.02. Web safe color of #def3fa is #ccffff. Color #def3fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110011 | 11111010 |
Octal | 336 | 363 | 372 |
Decimal | 222 | 243 | 250 |
Hex | DE | F3 | FA |
Shades of #def3fa
Tints of #def3fa
RGB Percentages of Color #def3fa
CMYK Percentages of Color #def3fa
Complementary Color
#def3fa | #fae5de |
#def3fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def3fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#def3fa Color CSS Codes
.mybgcolor {background-color:#def3fa; } .myforecolor {color:#def3fa; } .mybordercolor {border:3px solid #def3fa; }
#def3fa Text Font Color
<p style="color:#def3fa">Text here</p>
This sample text font color is #def3fa
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.
#def3fa Background Color
<div style="background-color:#def3fa">
Div content here</div>
This div background color is #def3fa
#def3fa Border Color
<div style="border:3px solid #def3fa">
Div here</div>
This div border color is #def3fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,243,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def3fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def3fa; -webkit-box-shadow: 1px 1px 3px 2px #def3fa; box-shadow: 1px 1px 3px 2px #def3fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,243,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def3fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def3fa; -webkit-box-shadow: 1px 1px 3px 2px #def3fa; box-shadow: 1px 1px 3px 2px #def3fa;">
Div content here</div>
This div box has shadow with color #def3fa
Comments
No comments written yet.
Please login to write comment.