Color spaces of #def9cd
RGB | 222 | 249 | 205 |
---|---|---|---|
HSL | 0.27 | 0.79 | 0.89 |
HSV | 97° | 18° | 98° |
CMYK | 0.11 | 0.00 | 0.18 0.02 |
XYZ | 75.0193 | 87.6887 | 70.7293 |
Yxy | 87.6887 | 0.3214 | 0.3756 |
Hunter Lab | 93.6422 | -20.8728 | 20.7670 |
CIE-Lab | 95.0297 | -16.4988 | 18.2192 |
#def9cd color RGB value is (222,249,205).
#def9cd hex color red value is 222, green value is 249 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #def9cd hue: 0.27 , saturation: 0.79 and the lightness value of def9cd is 0.89.
The process color (four color CMYK) of #def9cd color hex is 0.11, 0.00, 0.18, 0.02. Web safe color of #def9cd is #ccffcc. Color #def9cd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111001 | 11001101 |
Octal | 336 | 371 | 315 |
Decimal | 222 | 249 | 205 |
Hex | DE | F9 | CD |
Shades of #def9cd
Tints of #def9cd
RGB Percentages of Color #def9cd
CMYK Percentages of Color #def9cd
Complementary Color
#def9cd | #e8cdf9 |
#def9cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def9cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#def9cd Color CSS Codes
.mybgcolor {background-color:#def9cd; } .myforecolor {color:#def9cd; } .mybordercolor {border:3px solid #def9cd; }
#def9cd Text Font Color
<p style="color:#def9cd">Text here</p>
This sample text font color is #def9cd
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.
#def9cd Background Color
<div style="background-color:#def9cd">
Div content here</div>
This div background color is #def9cd
#def9cd Border Color
<div style="border:3px solid #def9cd">
Div here</div>
This div border color is #def9cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,249,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def9cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def9cd; -webkit-box-shadow: 1px 1px 3px 2px #def9cd; box-shadow: 1px 1px 3px 2px #def9cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,249,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def9cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def9cd; -webkit-box-shadow: 1px 1px 3px 2px #def9cd; box-shadow: 1px 1px 3px 2px #def9cd;">
Div content here</div>
This div box has shadow with color #def9cd
Comments
No comments written yet.
Please login to write comment.