Color spaces of #defcdd
RGB | 222 | 252 | 221 |
---|---|---|---|
HSL | 0.33 | 0.84 | 0.93 |
HSV | 118° | 12° | 99° |
CMYK | 0.12 | 0.00 | 0.12 0.01 |
XYZ | 77.9857 | 90.3709 | 81.7396 |
Yxy | 90.3709 | 0.3118 | 0.3613 |
Hunter Lab | 95.0636 | -19.9283 | 15.5645 |
CIE-Lab | 96.1504 | -15.3175 | 11.5934 |
#defcdd color RGB value is (222,252,221).
#defcdd hex color red value is 222, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #defcdd hue: 0.33 , saturation: 0.84 and the lightness value of defcdd is 0.93.
The process color (four color CMYK) of #defcdd color hex is 0.12, 0.00, 0.12, 0.01. Web safe color of #defcdd is #ccffcc. Color #defcdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111100 | 11011101 |
Octal | 336 | 374 | 335 |
Decimal | 222 | 252 | 221 |
Hex | DE | FC | DD |
Shades of #defcdd
Tints of #defcdd
RGB Percentages of Color #defcdd
CMYK Percentages of Color #defcdd
Complementary Color
#defcdd | #fbddfc |
#defcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#defcdd Color CSS Codes
.mybgcolor {background-color:#defcdd; } .myforecolor {color:#defcdd; } .mybordercolor {border:3px solid #defcdd; }
#defcdd Text Font Color
<p style="color:#defcdd">Text here</p>
This sample text font color is #defcdd
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.
#defcdd Background Color
<div style="background-color:#defcdd">
Div content here</div>
This div background color is #defcdd
#defcdd Border Color
<div style="border:3px solid #defcdd">
Div here</div>
This div border color is #defcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,252,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defcdd; -webkit-box-shadow: 1px 1px 3px 2px #defcdd; box-shadow: 1px 1px 3px 2px #defcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,252,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defcdd; -webkit-box-shadow: 1px 1px 3px 2px #defcdd; box-shadow: 1px 1px 3px 2px #defcdd;">
Div content here</div>
This div box has shadow with color #defcdd
Comments
No comments written yet.
Please login to write comment.