Color spaces of #defad5
RGB | 222 | 250 | 213 |
---|---|---|---|
HSL | 0.29 | 0.79 | 0.91 |
HSV | 105° | 15° | 98° |
CMYK | 0.11 | 0.00 | 0.15 0.02 |
XYZ | 76.3200 | 88.7049 | 76.0501 |
Yxy | 88.7049 | 0.3166 | 0.3680 |
Hunter Lab | 94.1833 | -20.1760 | 18.0534 |
CIE-Lab | 95.4570 | -15.6851 | 14.7169 |
#defad5 color RGB value is (222,250,213).
#defad5 hex color red value is 222, green value is 250 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #defad5 hue: 0.29 , saturation: 0.79 and the lightness value of defad5 is 0.91.
The process color (four color CMYK) of #defad5 color hex is 0.11, 0.00, 0.15, 0.02. Web safe color of #defad5 is #ccffcc. Color #defad5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111010 | 11010101 |
Octal | 336 | 372 | 325 |
Decimal | 222 | 250 | 213 |
Hex | DE | FA | D5 |
Shades of #defad5
Tints of #defad5
RGB Percentages of Color #defad5
CMYK Percentages of Color #defad5
Complementary Color
#defad5 | #f1d5fa |
#defad5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defad5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#defad5 Color CSS Codes
.mybgcolor {background-color:#defad5; } .myforecolor {color:#defad5; } .mybordercolor {border:3px solid #defad5; }
#defad5 Text Font Color
<p style="color:#defad5">Text here</p>
This sample text font color is #defad5
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.
#defad5 Background Color
<div style="background-color:#defad5">
Div content here</div>
This div background color is #defad5
#defad5 Border Color
<div style="border:3px solid #defad5">
Div here</div>
This div border color is #defad5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,250,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defad5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defad5; -webkit-box-shadow: 1px 1px 3px 2px #defad5; box-shadow: 1px 1px 3px 2px #defad5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,250,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defad5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defad5; -webkit-box-shadow: 1px 1px 3px 2px #defad5; box-shadow: 1px 1px 3px 2px #defad5;">
Div content here</div>
This div box has shadow with color #defad5
Comments
No comments written yet.
Please login to write comment.