Color spaces of #defbd6
RGB | 222 | 251 | 214 |
---|---|---|---|
HSL | 0.30 | 0.82 | 0.91 |
HSV | 107° | 15° | 98° |
CMYK | 0.12 | 0.00 | 0.15 0.02 |
XYZ | 76.7590 | 89.3790 | 76.8246 |
Yxy | 89.3790 | 0.3159 | 0.3679 |
Hunter Lab | 94.5405 | -20.5187 | 17.9986 |
CIE-Lab | 95.7386 | -16.0097 | 14.6021 |
#defbd6 color RGB value is (222,251,214).
#defbd6 hex color red value is 222, green value is 251 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #defbd6 hue: 0.30 , saturation: 0.82 and the lightness value of defbd6 is 0.91.
The process color (four color CMYK) of #defbd6 color hex is 0.12, 0.00, 0.15, 0.02. Web safe color of #defbd6 is #ccffcc. Color #defbd6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111011 | 11010110 |
Octal | 336 | 373 | 326 |
Decimal | 222 | 251 | 214 |
Hex | DE | FB | D6 |
Shades of #defbd6
Tints of #defbd6
RGB Percentages of Color #defbd6
CMYK Percentages of Color #defbd6
Complementary Color
#defbd6 | #f3d6fb |
#defbd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defbd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#defbd6 Color CSS Codes
.mybgcolor {background-color:#defbd6; } .myforecolor {color:#defbd6; } .mybordercolor {border:3px solid #defbd6; }
#defbd6 Text Font Color
<p style="color:#defbd6">Text here</p>
This sample text font color is #defbd6
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.
#defbd6 Background Color
<div style="background-color:#defbd6">
Div content here</div>
This div background color is #defbd6
#defbd6 Border Color
<div style="border:3px solid #defbd6">
Div here</div>
This div border color is #defbd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,251,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defbd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defbd6; -webkit-box-shadow: 1px 1px 3px 2px #defbd6; box-shadow: 1px 1px 3px 2px #defbd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,251,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defbd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defbd6; -webkit-box-shadow: 1px 1px 3px 2px #defbd6; box-shadow: 1px 1px 3px 2px #defbd6;">
Div content here</div>
This div box has shadow with color #defbd6
Comments
No comments written yet.
Please login to write comment.